Upload generation_config.json with huggingface_hub
Browse files- generation_config.json +1 -0
generation_config.json
CHANGED
@@ -6,6 +6,7 @@
|
|
6 |
100355
|
7 |
],
|
8 |
"pad_token_id": 100349,
|
|
|
9 |
"temperature": 0.1,
|
10 |
"top_p": 0.9,
|
11 |
"max_new_tokens": 4096,
|
|
|
6 |
100355
|
7 |
],
|
8 |
"pad_token_id": 100349,
|
9 |
+
"do_sample": true,
|
10 |
"temperature": 0.1,
|
11 |
"top_p": 0.9,
|
12 |
"max_new_tokens": 4096,
|