spacemanidol adevaraj commited on
Commit
e8bd8ca
1 Parent(s): 5bc8dc3

update BOS and EOS in generation config (#2)

Browse files

- update BOS and EOS in generation config (fe25fe31e3c57438381e095ca52b6466f2892dd3)


Co-authored-by: Ashwin Devaraj <adevaraj@users.noreply.huggingface.co>

Files changed (1) hide show
  1. generation_config.json +2 -2
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.39.0.dev0"
6
  }
 
1
  {
2
  "_from_model_config": true,
3
+ "bos_token_id": 31998,
4
+ "eos_token_id": 31999,
5
  "transformers_version": "4.39.0.dev0"
6
  }