JackyZhuo commited on
Commit
eb901d9
·
verified ·
1 Parent(s): e9fd35b

Upload infer/30000/generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. infer/30000/generation_config.json +12 -0
infer/30000/generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "repetition_penalty": 1.05,
10
+ "temperature": 1e-06,
11
+ "transformers_version": "4.50.3"
12
+ }