ruohongz commited on
Commit
993a959
1 Parent(s): b70b140

Upload /generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. generation_config.json +13 -0
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attn_implementation": "flash_attention_2",
3
+ "bos_token_id": 128000,
4
+ "do_sample": true,
5
+ "eos_token_id": [
6
+ 128001,
7
+ 128009
8
+ ],
9
+ "max_length": 4096,
10
+ "temperature": 0.6,
11
+ "top_p": 0.9,
12
+ "transformers_version": "4.40.0"
13
+ }