Update helsinki_models.py
Browse files- helsinki_models.py +1 -1
helsinki_models.py
CHANGED
@@ -17,7 +17,7 @@ helsinki_models = [
|
|
17 |
"Helsinki-NLP/opus-mt-es-eu"
|
18 |
]
|
19 |
|
20 |
-
def
|
21 |
# Clearly formatted language directions only
|
22 |
# Helsinki-NLP/opus-mt-tc-base-bat-zle is ignored
|
23 |
# Helsinki-NLP/opus-mt-tc-fr-en is accepted due to clarity of source language being fr and target language being en
|
|
|
17 |
"Helsinki-NLP/opus-mt-es-eu"
|
18 |
]
|
19 |
|
20 |
+
def get_clearly_formatted_language_directions():
|
21 |
# Clearly formatted language directions only
|
22 |
# Helsinki-NLP/opus-mt-tc-base-bat-zle is ignored
|
23 |
# Helsinki-NLP/opus-mt-tc-fr-en is accepted due to clarity of source language being fr and target language being en
|