chore: increase max_length in config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -25,7 +25,7 @@
|
|
25 |
"task_specific_params": {
|
26 |
"text-generation": {
|
27 |
"do_sample": true,
|
28 |
-
"max_length":
|
29 |
}
|
30 |
},
|
31 |
"total_flos": 371606622276943872,
|
|
|
25 |
"task_specific_params": {
|
26 |
"text-generation": {
|
27 |
"do_sample": true,
|
28 |
+
"max_length": 1024
|
29 |
}
|
30 |
},
|
31 |
"total_flos": 371606622276943872,
|