Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -68,7 +68,7 @@
|
|
68 |
"task_specific_params": {
|
69 |
"text-generation": {
|
70 |
"do_sample": true,
|
71 |
-
"max_length":
|
72 |
"temperature": 0.9
|
73 |
}
|
74 |
},
|
|
|
68 |
"task_specific_params": {
|
69 |
"text-generation": {
|
70 |
"do_sample": true,
|
71 |
+
"max_length": 2048,
|
72 |
"temperature": 0.9
|
73 |
}
|
74 |
},
|