ArissBandoss commited on
Commit
f2b394c
·
verified ·
1 Parent(s): 7559178

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
@@ -17,7 +17,7 @@ def goai_traduction(text, src_lang, tgt_lang):
17
  if src_lang == "fra_Latn" and tgt_lang == "mos_Latn":
18
  model_id = "ArissBandoss/nllb-200-distilled-600M-finetuned-fr-to-mos-V4"
19
  elif src_lang == "mos_Latn" and tgt_lang == "fra_Latn":
20
- model_id = "ArissBandoss/mos2fr-5B-800"
21
  else:
22
  model_id = "ArissBandoss/nllb-200-distilled-600M-finetuned-fr-to-mos-V4"
23
 
 
17
  if src_lang == "fra_Latn" and tgt_lang == "mos_Latn":
18
  model_id = "ArissBandoss/nllb-200-distilled-600M-finetuned-fr-to-mos-V4"
19
  elif src_lang == "mos_Latn" and tgt_lang == "fra_Latn":
20
+ model_id = "ArissBandoss/mos2fr-3B-1200"
21
  else:
22
  model_id = "ArissBandoss/nllb-200-distilled-600M-finetuned-fr-to-mos-V4"
23