Commit
·
deab701
1
Parent(s):
04a0a6f
Update config.json
Browse files- config.json +7 -1
config.json
CHANGED
@@ -52,7 +52,13 @@
|
|
52 |
"max_length": 300,
|
53 |
"num_beams": 4,
|
54 |
"prefix": "translate English to Romanian: "
|
55 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
},
|
57 |
"torch_dtype": "float32",
|
58 |
"transformers_version": "4.35.2",
|
|
|
52 |
"max_length": 300,
|
53 |
"num_beams": 4,
|
54 |
"prefix": "translate English to Romanian: "
|
55 |
+
},
|
56 |
+
"translation_tl_to_ceb": {
|
57 |
+
"early_stopping": true,
|
58 |
+
"max_length": 300,
|
59 |
+
"num_beams": 4,
|
60 |
+
"prefix": "translate Tagalog to Cebuano: "
|
61 |
+
}
|
62 |
},
|
63 |
"torch_dtype": "float32",
|
64 |
"transformers_version": "4.35.2",
|