Tostino commited on
Commit
73a7418
1 Parent(s): 4d86787

Fix EOS token in model configs.

Browse files

generation_config.json and config.json to use the configured eos_token in the tokenizer.

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.41.2"
6
  }
 
1
  {
2
  "_from_model_config": true,
3
  "bos_token_id": 128000,
4
+ "eos_token_id": 128009,
5
  "transformers_version": "4.41.2"
6
  }