kzmaker commited on
Commit
c3292df
·
verified ·
1 Parent(s): ce9eb53

Upload hy2_1.8b_dense_checkpoint-1624000/generation_config.json with huggingface_hub

Browse files
hy2_1.8b_dense_checkpoint-1624000/generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 120000,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 120020
6
+ ],
7
+ "pad_token_id": 120002,
8
+ "repetition_penalty": 1.05,
9
+ "temperature": 0.7,
10
+ "top_k": 20,
11
+ "top_p": 0.8,
12
+ "transformers_version": "5.9.0"
13
+ }