facebookresearch/flores

By GitHub - 2021-03-13

Description

Facebook Low Resource (FLoRes) MT Benchmark. Contribute to facebookresearch/flores development by creating an account on GitHub.

Summary

  • README.md Facebook Low Resource MT Benchmark (FLoRes) FLoRes is a benchmark dataset for machine translation between English and four low resource languages, Nepali, Sinhala, Khmer and Pashto, based on sentences translated from Wikipedia.
  • Replace --gen-subset valid with --gen-subset test above to score the FLoRes devtest set which is corresponding to the reported number in our paper.
  • $ bash prepare-monolingual.sh To train the iterative back-translation for two iterations on Ne-En, run the following: All the model training and data generation happen locally.

 

Topics

  1. Backend (0.36)
  2. Database (0.17)
  3. NLP (0.12)

Similar Articles

How to put machine learning models into production

By Stack Overflow Blog - 2020-10-12

The goal of building a machine learning model is to solve a problem, and a machine learning model can only do so when it is in production and actively in use by consumers. As such, model deployment is ...