Update generation_config.json
Browse files- generation_config.json +1 -0
generation_config.json
CHANGED
@@ -7,6 +7,7 @@
|
|
7 |
],
|
8 |
"pad_token_id": 151643,
|
9 |
"repetition_penalty": 1.1,
|
|
|
10 |
"temperature": 0.7,
|
11 |
"top_k": 20,
|
12 |
"top_p": 0.8,
|
|
|
7 |
],
|
8 |
"pad_token_id": 151643,
|
9 |
"repetition_penalty": 1.1,
|
10 |
+
"max_new_tokens": 1024,
|
11 |
"temperature": 0.7,
|
12 |
"top_k": 20,
|
13 |
"top_p": 0.8,
|