max_length -> 50
Browse files- config.json +1 -1
config.json
CHANGED
@@ -32,7 +32,7 @@
|
|
32 |
"task_specific_params": {
|
33 |
"text-generation": {
|
34 |
"do_sample": true,
|
35 |
-
"max_length":
|
36 |
}
|
37 |
},
|
38 |
"vocab_size": 50257
|
|
|
32 |
"task_specific_params": {
|
33 |
"text-generation": {
|
34 |
"do_sample": true,
|
35 |
+
"max_length": 50
|
36 |
}
|
37 |
},
|
38 |
"vocab_size": 50257
|