IgnoraZ commited on
Commit
bf67e70
·
verified ·
1 Parent(s): 0b012f8

Upload generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. generation_config.json +10 -0
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eos_token_id": 128001,
3
+ "pad_token_id": 128001,
4
+ "max_new_tokens": 512,
5
+ "do_sample": true,
6
+ "top_k": 0,
7
+ "top_p": 0.8,
8
+ "transformers_version": "4.37.2",
9
+ "bos_token_id": 128000
10
+ }