Update generation_config.json
Browse filesref to https://huggingface.co/openai/gpt-oss-120b/blob/main/generation_config.json
- generation_config.json +4 -3
generation_config.json
CHANGED
@@ -3,8 +3,9 @@
|
|
3 |
"do_sample": true,
|
4 |
"eos_token_id": [
|
5 |
200002,
|
6 |
-
199999
|
|
|
7 |
],
|
8 |
"pad_token_id": 199999,
|
9 |
-
"transformers_version": "4.55.0"
|
10 |
-
}
|
|
|
3 |
"do_sample": true,
|
4 |
"eos_token_id": [
|
5 |
200002,
|
6 |
+
199999,
|
7 |
+
200012
|
8 |
],
|
9 |
"pad_token_id": 199999,
|
10 |
+
"transformers_version": "4.55.0.dev0"
|
11 |
+
}
|