Update config.json
Browse files- config.json +12 -0
config.json
CHANGED
@@ -52,6 +52,18 @@
|
|
52 |
"max_length": 300,
|
53 |
"num_beams": 4,
|
54 |
"prefix": "translate English to Romanian: "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
}
|
56 |
},
|
57 |
"torch_dtype": "float32",
|
|
|
52 |
"max_length": 300,
|
53 |
"num_beams": 4,
|
54 |
"prefix": "translate English to Romanian: "
|
55 |
+
},
|
56 |
+
"translation_sward_to_tag": {
|
57 |
+
"early_stopping": true,
|
58 |
+
"max_length": 300,
|
59 |
+
"num_beams": 4,
|
60 |
+
"prefix": "translate Swardspeak to Tagalog: "
|
61 |
+
},
|
62 |
+
"translation_tag_to_sward": {
|
63 |
+
"early_stopping": true,
|
64 |
+
"max_length": 300,
|
65 |
+
"num_beams": 4,
|
66 |
+
"prefix": "translate Tagalog to Swardspeak: "
|
67 |
}
|
68 |
},
|
69 |
"torch_dtype": "float32",
|