added fine-tuned models for no and is
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ MODEL_MAP = {
|
|
25 |
"fr": "Helsinki-NLP/opus-mt-en-fr",
|
26 |
"hr": "facebook/mbart-large-50-many-to-many-mmt",
|
27 |
"hu": "Helsinki-NLP/opus-mt-tc-big-en-hu",
|
28 |
-
"is": "
|
29 |
"it": "Helsinki-NLP/opus-mt-tc-big-en-it",
|
30 |
"lb": "alirezamsh/small100",
|
31 |
"lt": "Helsinki-NLP/opus-mt-tc-big-en-lt",
|
@@ -33,7 +33,7 @@ MODEL_MAP = {
|
|
33 |
"mk": "Helsinki-NLP/opus-mt-en-mk",
|
34 |
"nb": "facebook/mbart-large-50-many-to-many-mmt", #place holder!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
35 |
"nl": "facebook/mbart-large-50-many-to-many-mmt",
|
36 |
-
"no": "
|
37 |
"pl": "Helsinki-NLP/opus-mt-en-sla",
|
38 |
"pt": "facebook/mbart-large-50-many-to-many-mmt",
|
39 |
"ro": "facebook/mbart-large-50-many-to-many-mmt",
|
|
|
25 |
"fr": "Helsinki-NLP/opus-mt-en-fr",
|
26 |
"hr": "facebook/mbart-large-50-many-to-many-mmt",
|
27 |
"hu": "Helsinki-NLP/opus-mt-tc-big-en-hu",
|
28 |
+
"is": "mkorada/opus-mt-en-is-finetuned-v4 ", #Manas's fine-tuned model
|
29 |
"it": "Helsinki-NLP/opus-mt-tc-big-en-it",
|
30 |
"lb": "alirezamsh/small100",
|
31 |
"lt": "Helsinki-NLP/opus-mt-tc-big-en-lt",
|
|
|
33 |
"mk": "Helsinki-NLP/opus-mt-en-mk",
|
34 |
"nb": "facebook/mbart-large-50-many-to-many-mmt", #place holder!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
35 |
"nl": "facebook/mbart-large-50-many-to-many-mmt",
|
36 |
+
"no": "Confused404/eng-gmq-finetuned_v2-no", #Alex's fine-tuned model
|
37 |
"pl": "Helsinki-NLP/opus-mt-en-sla",
|
38 |
"pt": "facebook/mbart-large-50-many-to-many-mmt",
|
39 |
"ro": "facebook/mbart-large-50-many-to-many-mmt",
|