ybkim95-ai commited on
Commit
86eddab
·
verified ·
1 Parent(s): 7927a17

Upload checkpoint-65/generation_config.json with huggingface_hub

Browse files
checkpoint-65/generation_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chat_format": "chatml",
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151643,
6
+ 151645
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "repetition_penalty": 1.1,
10
+ "temperature": 0.7,
11
+ "top_k": 20,
12
+ "top_p": 0.5,
13
+ "transformers_version": "4.48.0.dev0"
14
+ }