Edit model card

https://huggingface.co/facebook/m2m100_1.2B
https://github.com/facebookresearch/fairseq/tree/nllb/examples/m2m_100

ct2-fairseq-converter --data_dir . --model_path 1.2B_last_checkpoint.pt --fixed_dictionary model_dict.128k.txt --output_dir converted/m2m_100_1.2b_ct2

External language dictionary is not provided; use lang-pairs to infer the set of supported languages. The language ordering is not stable which might cause misalignment in pretraining and finetuning.

wget https://dl.fbaipublicfiles.com/m2m_100/model_dict.128k.txt

# 1.2B parameter model
wget https://dl.fbaipublicfiles.com/m2m_100/1.2B_last_checkpoint.pt
Downloads last month
2
Unable to determine this model’s pipeline type. Check the docs .