JustinLin610 commited on
Commit
a27ac30
1 Parent(s): 2a55c70

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +5 -6
generation_config.json CHANGED
@@ -1,8 +1,7 @@
1
  {
2
  "bos_token_id": 151643,
3
- "eos_token_id": [
4
- 151645,
5
- 151643
6
- ],
7
- "transformers_version": "4.37.0.dev0"
8
- }
 
1
  {
2
  "bos_token_id": 151643,
3
+ "do_sample": false,
4
+ "eos_token_id": 151643,
5
+ "max_new_tokens": 2048,
6
+ "transformers_version": "4.37.0"
7
+ }