Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -31,7 +31,7 @@
|
|
31 |
"task_specific_params": {
|
32 |
"text-generation": {
|
33 |
"do_sample": true,
|
34 |
-
"max_length":
|
35 |
"top_p": 0.9
|
36 |
}
|
37 |
},
|
|
|
31 |
"task_specific_params": {
|
32 |
"text-generation": {
|
33 |
"do_sample": true,
|
34 |
+
"max_length": 50,
|
35 |
"top_p": 0.9
|
36 |
}
|
37 |
},
|