Update generation_config.json
Browse files- generation_config.json +2 -1
generation_config.json
CHANGED
@@ -8,5 +8,6 @@
|
|
8 |
"top_p": 0.87,
|
9 |
"temperature": 0.4,
|
10 |
"repetition_penalty": 1.1,
|
11 |
-
"do_sample": true
|
|
|
12 |
}
|
|
|
8 |
"top_p": 0.87,
|
9 |
"temperature": 0.4,
|
10 |
"repetition_penalty": 1.1,
|
11 |
+
"do_sample": true,
|
12 |
+
"max_length": 1024
|
13 |
}
|