Johnyquest7 commited on
Commit
911e0c9
·
verified ·
1 Parent(s): 686b1a9

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +5 -3
generation_config.json CHANGED
@@ -6,7 +6,9 @@
6
  128008,
7
  128009
8
  ],
9
- "temperature": 0.1,
 
 
10
  "top_p": 0.9,
11
- "transformers_version": "4.45.0.dev0"
12
- }
 
6
  128008,
7
  128009
8
  ],
9
+ "max_length": 131072,
10
+ "pad_token_id": 128004,
11
+ "temperature": 0.6,
12
  "top_p": 0.9,
13
+ "transformers_version": "4.51.3"
14
+ }