Update config.json
#17
by
Sabareeshr
- opened
- config.json +1 -1
config.json
CHANGED
@@ -28,7 +28,7 @@
|
|
28 |
"task_specific_params": {
|
29 |
"text-generation": {
|
30 |
"do_sample": true,
|
31 |
-
"max_length":
|
32 |
"temperature": 1.0
|
33 |
}
|
34 |
},
|
|
|
28 |
"task_specific_params": {
|
29 |
"text-generation": {
|
30 |
"do_sample": true,
|
31 |
+
"max_length": 50000,
|
32 |
"temperature": 1.0
|
33 |
}
|
34 |
},
|