Update config.json
Browse files- config.json +3 -5
config.json
CHANGED
@@ -30,11 +30,9 @@
|
|
30 |
"summary_use_proj": true,
|
31 |
"task_specific_params": {
|
32 |
"text-generation": {
|
33 |
-
"
|
34 |
-
"max_length":
|
35 |
-
"
|
36 |
-
"top_k": 50,
|
37 |
-
"top_p": 0.95
|
38 |
}
|
39 |
},
|
40 |
"torch_dtype": "float32",
|
|
|
30 |
"summary_use_proj": true,
|
31 |
"task_specific_params": {
|
32 |
"text-generation": {
|
33 |
+
"early_stopping": true,
|
34 |
+
"max_length": 512,
|
35 |
+
"num_beams": 4
|
|
|
|
|
36 |
}
|
37 |
},
|
38 |
"torch_dtype": "float32",
|