dkundel-openai pcuenq HF Staff commited on
Commit
8b193b0
·
verified ·
1 Parent(s): 5c98b88

Configure `<|call|>` as an EOS token (#105)

Browse files

- Configure `<|call|>` as an EOS token (6d331dc55fd81a9b8afc2e8219ec842deaae46f0)


Co-authored-by: Pedro Cuenca <[email protected]>

Files changed (1) hide show
  1. generation_config.json +2 -1
generation_config.json CHANGED
@@ -3,7 +3,8 @@
3
  "do_sample": true,
4
  "eos_token_id": [
5
  200002,
6
- 199999
 
7
  ],
8
  "pad_token_id": 199999,
9
  "transformers_version": "4.55.0.dev0"
 
3
  "do_sample": true,
4
  "eos_token_id": [
5
  200002,
6
+ 199999,
7
+ 200012
8
  ],
9
  "pad_token_id": 199999,
10
  "transformers_version": "4.55.0.dev0"