Update config.json
Browse files- config.json +13 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
@@ -52,6 +52,18 @@
|
|
52 |
"num_beams": 4,
|
53 |
"prefix": "translate English to Romanian: "
|
54 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
},
|
56 |
"tie_word_embeddings": false,
|
57 |
"torch_dtype": "bfloat16",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "training/output/vanila_base_en_id_v1/flan-t5-base/checkpoint-26000",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
52 |
"num_beams": 4,
|
53 |
"prefix": "translate English to Romanian: "
|
54 |
},
|
55 |
+
"translation_id_to_en": {
|
56 |
+
"early_stopping": true,
|
57 |
+
"max_length": 256,
|
58 |
+
"num_beams": 5,
|
59 |
+
"prefix": "translate Indonesia to English: "
|
60 |
+
},
|
61 |
+
"translation_en_to_id": {
|
62 |
+
"early_stopping": true,
|
63 |
+
"max_length": 256,
|
64 |
+
"num_beams": 5,
|
65 |
+
"prefix": "translate English to Indonesia: "
|
66 |
+
},
|
67 |
},
|
68 |
"tie_word_embeddings": false,
|
69 |
"torch_dtype": "bfloat16",
|