mirror of
https://www.modelscope.cn/openai-mirror/gpt-oss-120b.git
synced 2026-04-02 10:02:56 +08:00
Configure <|call|> as an EOS token (#105)
- Configure `<|call|>` as an EOS token (6d331dc55fd81a9b8afc2e8219ec842deaae46f0) 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