Update config.json
Browse files- config.json +6 -6
config.json
CHANGED
@@ -26,6 +26,12 @@
|
|
26 |
"relative_attention_max_distance": 128,
|
27 |
"relative_attention_num_buckets": 32,
|
28 |
"task_specific_params": {
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
"summarization": {
|
30 |
"early_stopping": true,
|
31 |
"length_penalty": 2.0,
|
@@ -53,12 +59,6 @@
|
|
53 |
"num_beams": 4,
|
54 |
"prefix": "translate English to Romanian: "
|
55 |
},
|
56 |
-
"question_generation": {
|
57 |
-
"early_stopping": true,
|
58 |
-
"max_length": 300,
|
59 |
-
"num_beams": 4,
|
60 |
-
"prefix": "<context> "
|
61 |
-
}
|
62 |
},
|
63 |
"torch_dtype": "float32",
|
64 |
"transformers_version": "4.41.2",
|
|
|
26 |
"relative_attention_max_distance": 128,
|
27 |
"relative_attention_num_buckets": 32,
|
28 |
"task_specific_params": {
|
29 |
+
"question_generation": {
|
30 |
+
"early_stopping": true,
|
31 |
+
"max_length": 300,
|
32 |
+
"num_beams": 4,
|
33 |
+
"prefix": "<context> "
|
34 |
+
},
|
35 |
"summarization": {
|
36 |
"early_stopping": true,
|
37 |
"length_penalty": 2.0,
|
|
|
59 |
"num_beams": 4,
|
60 |
"prefix": "translate English to Romanian: "
|
61 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
},
|
63 |
"torch_dtype": "float32",
|
64 |
"transformers_version": "4.41.2",
|