woodchen7 commited on
Commit
36c5902
1 Parent(s): 5fe882b

Upload generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. generation_config.json +12 -0
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chat_format": "chatml",
3
+ "eos_token_id": 127957,
4
+ "pad_token_id": 127961,
5
+ "max_window_size": 6144,
6
+ "max_new_tokens": 512,
7
+ "do_sample": true,
8
+ "top_k": 20,
9
+ "top_p": 0.7,
10
+ "repetition_penalty": 1.0,
11
+ "transformers_version": "4.31.0"
12
+ }