fix(max-length): increased max-length in the model config
Browse files- config.json +1 -1
config.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29 |
"task_specific_params": {
|
30 |
"text-generation": {
|
31 |
"do_sample": true,
|
32 |
-
"max_length":
|
33 |
}
|
34 |
},
|
35 |
"transformers_version": "4.35.0.dev0",
|
|
|
29 |
"task_specific_params": {
|
30 |
"text-generation": {
|
31 |
"do_sample": true,
|
32 |
+
"max_length": 500
|
33 |
}
|
34 |
},
|
35 |
"transformers_version": "4.35.0.dev0",
|