You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instructions/Multilingual Models/M2M_100.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## M2M_100
2
2
3
-
You can fine-tune a NLLB model from HuggingFace through ``model=NLLB``, ``model_path=<hf-or-local-path>``, ``dataset=<dataset-name>``. Specifically, M2M is a Multilingual Model. You can set source language and target language with ``tokenizer_kwargs={'src_lang': 'source language', 'tgt_lang': 'target_language'}``.
3
+
You can fine-tune a M2M_100 model from HuggingFace through ``model=M2M_100``, ``model_path=<hf-or-local-path>``, ``dataset=<dataset-name>``. Specifically, M2M is a Multilingual Model. You can set source language and target language with ``tokenizer_kwargs={'src_lang': 'source language', 'tgt_lang': 'target_language'}``.
0 commit comments