Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -24,7 +24,7 @@
|
|
24 |
"task_specific_params": {
|
25 |
"text-generation": {
|
26 |
"do_sample": true,
|
27 |
-
"max_length":
|
28 |
}
|
29 |
},
|
30 |
"vocab_size": 100314
|
|
|
24 |
"task_specific_params": {
|
25 |
"text-generation": {
|
26 |
"do_sample": true,
|
27 |
+
"max_length": 255
|
28 |
}
|
29 |
},
|
30 |
"vocab_size": 100314
|