Spaces:
Runtime error
Runtime error
Commit
·
ac94507
1
Parent(s):
1445063
Error in mBART model
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def run_models(parameters_list):
|
|
55 |
"M2M100" : "facebook/m2m100_418M",
|
56 |
"OPUS" : "Helsinki-NLP/opus-mt-mul-en",
|
57 |
"T5" : "unicamp-dl/translation-pt-en-t5",
|
58 |
-
"mBART" : "Narrativa/mbart-large-50-finetuned-opus-en-
|
59 |
}
|
60 |
|
61 |
sentiment_map = {
|
|
|
55 |
"M2M100" : "facebook/m2m100_418M",
|
56 |
"OPUS" : "Helsinki-NLP/opus-mt-mul-en",
|
57 |
"T5" : "unicamp-dl/translation-pt-en-t5",
|
58 |
+
"mBART" : "Narrativa/mbart-large-50-finetuned-opus-pt-en-translation",
|
59 |
}
|
60 |
|
61 |
sentiment_map = {
|