Commit
·
6229055
1
Parent(s):
cc4aa90
Update config.json
Browse filesIncrease max_generation of the model
- 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.21.2",
|
|
|
29 |
"task_specific_params": {
|
30 |
"text-generation": {
|
31 |
"do_sample": true,
|
32 |
+
"max_length": 350
|
33 |
}
|
34 |
},
|
35 |
"transformers_version": "4.21.2",
|