osanseviero HF staff commited on
Commit
c9f6cf9
1 Parent(s): 6b762a8

Add step as an EOS token (#18)

Browse files

- Add step as an EOS token (e0e6471bbde4a7c7711a6b60ec11a174368f2b76)

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": 1,
4
- "eos_token_id": 2,
5
  "transformers_version": "4.37.1"
6
  }
 
1
  {
2
  "_from_model_config": true,
3
  "bos_token_id": 1,
4
+ "eos_token_id": [2, 32015],
5
  "transformers_version": "4.37.1"
6
  }