facebookresearch / fairseq

Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
MIT License
30.35k stars 6.39k forks source link

How can I finetune XLM-R for neural machine translation between the same language(Catalan to Catalan-with different grammar structure))? #1751

Closed JohnasSolomon closed 4 years ago

JohnasSolomon commented 4 years ago

Can I use XLM-R to do something similar to https://www.guru99.com/seq2seq-model.html (encoder-decoder architecture or any other way that perform good in small dataset - around 1000) For example: Input: He sells food(in Catalan) Output: Food he sells(in Catalan)

lematt1991 commented 4 years ago

Please follow the issue templates.