ArissBandoss commited on
Commit
1bfd1bd
·
verified ·
1 Parent(s): c486284

Update goai_helpers/goai_traduction.py

Browse files
Files changed (1) hide show
  1. goai_helpers/goai_traduction.py +1 -1
goai_helpers/goai_traduction.py CHANGED
@@ -18,7 +18,7 @@ def goai_traduction(text, src_lang, tgt_lang):
18
  model_id = "ArissBandoss/nllb-200-distilled-600M-finetuned-fr-to-mos-V4"
19
 
20
  elif src_lang == "mos_Latn" and tgt_lang == "fra_Latn":
21
- model_id = "ArissBandoss/mos2fr-5B-800"
22
 
23
  else:
24
  model_id = "ArissBandoss/nllb-200-distilled-600M-finetuned-fr-to-mos-V4"
 
18
  model_id = "ArissBandoss/nllb-200-distilled-600M-finetuned-fr-to-mos-V4"
19
 
20
  elif src_lang == "mos_Latn" and tgt_lang == "fra_Latn":
21
+ model_id = "ArissBandoss/mos2fr-3B"
22
 
23
  else:
24
  model_id = "ArissBandoss/nllb-200-distilled-600M-finetuned-fr-to-mos-V4"