Switch ccmatrix small nl24 nl->en model for longt5 large nl8 model
Browse filesIt creates longer translations, better suitable for the short paragraph example texts.
app.py
CHANGED
|
@@ -39,11 +39,17 @@ GENERATOR_LIST = [
|
|
| 39 |
# "task": TRANSLATION_NL_TO_EN,
|
| 40 |
# "split_sentences": True,
|
| 41 |
# },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
{
|
| 43 |
-
"model_name": "yhavinga/
|
| 44 |
-
"desc": "
|
| 45 |
"task": TRANSLATION_NL_TO_EN,
|
| 46 |
-
"split_sentences":
|
| 47 |
},
|
| 48 |
# {
|
| 49 |
# "model_name": "yhavinga/byt5-small-ccmatrix-en-nl",
|
|
|
|
| 39 |
# "task": TRANSLATION_NL_TO_EN,
|
| 40 |
# "split_sentences": True,
|
| 41 |
# },
|
| 42 |
+
# {
|
| 43 |
+
# "model_name": "yhavinga/t5-small-24L-ccmatrix-multi",
|
| 44 |
+
# "desc": "T5 small nl24 ccmatrix nl-en",
|
| 45 |
+
# "task": TRANSLATION_NL_TO_EN,
|
| 46 |
+
# "split_sentences": True,
|
| 47 |
+
# },
|
| 48 |
{
|
| 49 |
+
"model_name": "yhavinga/longt5-local-eff-large-nl8-voc8k-ddwn-neddx2-nl-en",
|
| 50 |
+
"desc": "Long t5 large-nl8 nl-en",
|
| 51 |
"task": TRANSLATION_NL_TO_EN,
|
| 52 |
+
"split_sentences": False,
|
| 53 |
},
|
| 54 |
# {
|
| 55 |
# "model_name": "yhavinga/byt5-small-ccmatrix-en-nl",
|