alexcovo commited on
Commit
860c50e
·
verified ·
1 Parent(s): 9dc6702

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
+ "_from_model_config": true,
3
+ "bos_token_id": 128000,
4
+ "cache_implementation": "hybrid",
5
+ "eos_token_id": 128009,
6
+ "pad_token_id": 128001,
7
+ "temperature": 0.2,
8
+ "do_sample": true,
9
+ "transformers_version": "4.51.2"
10
+ }