gugarosa commited on
Commit
2db69c1
·
1 Parent(s): 932b33c

Restore <|endoftext|> (100257) as a stop token in generation_config (#67)

Browse files

- Restore <|endoftext|> (100257) as a stop token in generation_config (c44dab7ef635ad9266bd574569589b5b01f98458)

Files changed (1) hide show
  1. generation_config.json +4 -1
generation_config.json CHANGED
@@ -1,7 +1,10 @@
1
  {
2
  "_from_model_config": true,
3
  "bos_token_id": 100257,
4
- "eos_token_id": 100265,
 
 
 
5
  "pad_token_id": 100349,
6
  "transformers_version": "4.47.0"
7
  }
 
1
  {
2
  "_from_model_config": true,
3
  "bos_token_id": 100257,
4
+ "eos_token_id": [
5
+ 100257,
6
+ 100265
7
+ ],
8
  "pad_token_id": 100349,
9
  "transformers_version": "4.47.0"
10
  }