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