Update config.json
Browse files- config.json +3 -2
config.json
CHANGED
|
@@ -31,8 +31,9 @@
|
|
| 31 |
"task_specific_params": {
|
| 32 |
"text-generation": {
|
| 33 |
"do_sample": true,
|
| 34 |
-
"max_length":
|
| 35 |
-
"top_p": 0.92
|
|
|
|
| 36 |
}
|
| 37 |
},
|
| 38 |
"torch_dtype": "float32",
|
|
|
|
| 31 |
"task_specific_params": {
|
| 32 |
"text-generation": {
|
| 33 |
"do_sample": true,
|
| 34 |
+
"max_length": 256,
|
| 35 |
+
"top_p": 0.92,
|
| 36 |
+
"min_length":128
|
| 37 |
}
|
| 38 |
},
|
| 39 |
"torch_dtype": "float32",
|