ArissBandoss commited on
Commit
24c3ce1
·
verified ·
1 Parent(s): c7883af

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
  if src_lang == "fra_Latn" and tgt_lang == "mos_Latn":
19
  model_id = "ArissBandoss/nllb-200-distilled-600M-finetuned-fr-to-mos-V4"
20
  elif src_lang == "mos_Latn" and tgt_lang == "fra_Latn":
21
- model_id = "ArissBandoss/3b-new-200"
22
  else:
23
  model_id = "ArissBandoss/nllb-200-distilled-600M-finetuned-fr-to-mos-V4"
24
 
 
18
  if src_lang == "fra_Latn" and tgt_lang == "mos_Latn":
19
  model_id = "ArissBandoss/nllb-200-distilled-600M-finetuned-fr-to-mos-V4"
20
  elif src_lang == "mos_Latn" and tgt_lang == "fra_Latn":
21
+ model_id = "ArissBandoss/3b-new-400"
22
  else:
23
  model_id = "ArissBandoss/nllb-200-distilled-600M-finetuned-fr-to-mos-V4"
24