mirror of
https://www.modelscope.cn/openai-mirror/gpt-oss-20b.git
synced 2026-04-03 02:22:56 +08:00
Configure <|call|> as an EOS token (#109)
- Configure `<|call|>` as an EOS token (a44a7f14988426860a0a8145cf2bdfda2d7cadac) Co-authored-by: Pedro Cuenca <pcuenq@users.noreply.huggingface.co>
This commit is contained in:
@ -3,7 +3,8 @@
|
||||
"do_sample": true,
|
||||
"eos_token_id": [
|
||||
200002,
|
||||
199999
|
||||
199999,
|
||||
200012
|
||||
],
|
||||
"pad_token_id": 199999,
|
||||
"transformers_version": "4.55.0.dev0"
|
||||
|
||||
Reference in New Issue
Block a user