Commit ·
aea9305
1
Parent(s): 98007e6
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 30 |
"text-generation": {
|
| 31 |
"do_sample": true,
|
| 32 |
"early_stopping": true,
|
| 33 |
-
"max_length":
|
| 34 |
"top_p": 0.9
|
| 35 |
}
|
| 36 |
},
|
|
|
|
| 30 |
"text-generation": {
|
| 31 |
"do_sample": true,
|
| 32 |
"early_stopping": true,
|
| 33 |
+
"max_length": 128,
|
| 34 |
"top_p": 0.9
|
| 35 |
}
|
| 36 |
},
|