kashif HF Staff commited on
Commit
4d2ebe0
·
verified ·
1 Parent(s): dff0b7f

fix: correct bos/eos/pad token IDs in generation_config (eos=pad=151643, bos=null)

Browse files
Files changed (1) hide show
  1. generation_config.json +3 -3
generation_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "_from_model_config": true,
3
- "bos_token_id": 1,
4
- "eos_token_id": 2,
5
  "transformers_version": "4.57.6"
6
  }
 
1
  {
2
+ "bos_token_id": null,
3
+ "eos_token_id": 151643,
4
+ "pad_token_id": 151643,
5
  "transformers_version": "4.57.6"
6
  }