Update config.json
Browse filesChange the maximum output length
- config.json +1 -1
config.json
CHANGED
@@ -34,7 +34,7 @@
|
|
34 |
"task_specific_params": {
|
35 |
"text-generation": {
|
36 |
"do_sample": true,
|
37 |
-
"max_length":
|
38 |
}
|
39 |
},
|
40 |
"transformers_version": "4.3.3",
|
|
|
34 |
"task_specific_params": {
|
35 |
"text-generation": {
|
36 |
"do_sample": true,
|
37 |
+
"max_length": 512
|
38 |
}
|
39 |
},
|
40 |
"transformers_version": "4.3.3",
|