Taishi-N324 junya-takayama commited on
Commit
ddc12c5
1 Parent(s): 875709b

Add `<|eot_id|>` token (id: 128009) to `eos_token_id` (#1)

Browse files

- Add `<|eot_id|>` token (id: 128009) to `eos_token_id` (c4ca6dbabc0c08510540c079f9baede3335165de)


Co-authored-by: Junya Takayama <junya-takayama@users.noreply.huggingface.co>

Files changed (1) hide show
  1. generation_config.json +1 -1
generation_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_from_model_config": true,
3
  "bos_token_id": 128000,
4
- "eos_token_id": 128001,
5
  "transformers_version": "4.40.1"
6
  }
 
1
  {
2
  "_from_model_config": true,
3
  "bos_token_id": 128000,
4
+ "eos_token_id": [128001, 128009],
5
  "transformers_version": "4.40.1"
6
  }