zhyncs JustinTong commited on
Commit
8de8d3d
·
verified ·
1 Parent(s): 54f09c0

Update generation_config.json (#4)

Browse files

- Update generation_config.json (132b0350ea31129bdf8bddc8db3df7b142b56c5d)


Co-authored-by: Xinyuan Tong <JustinTong@users.noreply.huggingface.co>

Files changed (1) hide show
  1. generation_config.json +4 -3
generation_config.json CHANGED
@@ -3,8 +3,9 @@
3
  "do_sample": true,
4
  "eos_token_id": [
5
  200002,
6
- 199999
 
7
  ],
8
  "pad_token_id": 199999,
9
- "transformers_version": "4.55.0"
10
- }
 
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"
11
+ }