Can you provide the method to train using our own corpora using your version of fairseq ?
vishnu3741 opened this issue · 3 comments
vishnu3741 commented
I normally use indicnlp to tokenize and moses to train the MT but your model is giving better accuracy and can you give an insight into the amount or corpus used to train the model? Thank you.
jerinphilip commented
Perhaps the paper linked below will answer the corpus used.
Regarding the data/training:
- fairseq/data/cvit/corpora.py has dataset with a tag based inclusion, which I specify through a configuration file (example). An example training script in our cluster looks like this.
vishnu3741 commented
hey, Is there way to add vocabulary (I mean words) to the model instead of retraining the entire model? can we edit the files in mm-all-iter1 to do this?
jerinphilip commented
This paper might have some useful information, I think. I'd just retrain with new vocabulary, turnaround is approximately 1 day or something on 4 GPUs to start getting reasonable numbers. This one used 1080Tis or 2080Tis.