Commit ·
63b5f02
1
Parent(s): 62fb491
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -54,8 +54,8 @@
|
|
| 54 |
"text-generation": {
|
| 55 |
"do_sample": true,
|
| 56 |
"temperature": 0.7,
|
| 57 |
-
"max_length":
|
| 58 |
-
"min_length":
|
| 59 |
"top_p": 0.95,
|
| 60 |
"top_k": 50,
|
| 61 |
"wait_for_model": true,
|
|
|
|
| 54 |
"text-generation": {
|
| 55 |
"do_sample": true,
|
| 56 |
"temperature": 0.7,
|
| 57 |
+
"max_length": 200,
|
| 58 |
+
"min_length": 50,
|
| 59 |
"top_p": 0.95,
|
| 60 |
"top_k": 50,
|
| 61 |
"wait_for_model": true,
|