Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -62,7 +62,7 @@
|
|
62 |
"task_specific_params": {
|
63 |
"text-generation": {
|
64 |
"do_sample": true,
|
65 |
-
"max_length":
|
66 |
"temperature": 0.9
|
67 |
}
|
68 |
},
|
|
|
62 |
"task_specific_params": {
|
63 |
"text-generation": {
|
64 |
"do_sample": true,
|
65 |
+
"max_length": 128,
|
66 |
"temperature": 0.9
|
67 |
}
|
68 |
},
|