Commit ·
c199544
1
Parent(s): bce75d6
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -54,7 +54,7 @@
|
|
| 54 |
"text-generation": {
|
| 55 |
"do_sample": true,
|
| 56 |
"temperature": 0.7,
|
| 57 |
-
"max_length":
|
| 58 |
"top_p": 0.95,
|
| 59 |
"top_k": 50,
|
| 60 |
"wait_for_model": true,
|
|
|
|
| 54 |
"text-generation": {
|
| 55 |
"do_sample": true,
|
| 56 |
"temperature": 0.7,
|
| 57 |
+
"max_length": 1024,
|
| 58 |
"top_p": 0.95,
|
| 59 |
"top_k": 50,
|
| 60 |
"wait_for_model": true,
|