Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -28,10 +28,10 @@
|
|
28 |
"use_cache": true,
|
29 |
"task_specific_params": {
|
30 |
"text-generation": {
|
31 |
-
"max_length":
|
32 |
},
|
33 |
"translation": {
|
34 |
-
"max_length":
|
35 |
}
|
36 |
},
|
37 |
"vocab_size": 384
|
|
|
28 |
"use_cache": true,
|
29 |
"task_specific_params": {
|
30 |
"text-generation": {
|
31 |
+
"max_length": 256
|
32 |
},
|
33 |
"translation": {
|
34 |
+
"max_length": 256
|
35 |
}
|
36 |
},
|
37 |
"vocab_size": 384
|