Commit ·
62fb491
1
Parent(s): c199544
Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -55,6 +55,7 @@
|
|
| 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,
|
|
|
|
| 55 |
"do_sample": true,
|
| 56 |
"temperature": 0.7,
|
| 57 |
"max_length": 1024,
|
| 58 |
+
"min_length": 100,
|
| 59 |
"top_p": 0.95,
|
| 60 |
"top_k": 50,
|
| 61 |
"wait_for_model": true,
|