drrobot9 commited on
Commit
8b2186e
·
verified ·
1 Parent(s): 10b7682

Update app/config.py

Browse files
Files changed (1) hide show
  1. app/config.py +1 -1
app/config.py CHANGED
@@ -14,7 +14,7 @@ class Config:
14
 
15
 
16
  TRANSLATION_MODEL: str = "facebook/nllb-200-3.3B"
17
-
18
  # LLM
19
  LLM_MODEL: str = "Qwen/Qwen2.5-1.5B-Instruct"
20
  LLM_MAX_TOKENS: int = 512
 
14
 
15
 
16
  TRANSLATION_MODEL: str = "facebook/nllb-200-3.3B"
17
+ TRANSLATION_MODEL_BIDERECTIONAL = "drrobot9/nllb-3.3B-yoruba-bidirectional"
18
  # LLM
19
  LLM_MODEL: str = "Qwen/Qwen2.5-1.5B-Instruct"
20
  LLM_MAX_TOKENS: int = 512