drizzlezyk commited on
Commit
63eb0ee
·
verified ·
1 Parent(s): e277b8e

Upload generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. generation_config.json +11 -0
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 45892,
5
+ "do_sample": true,
6
+ "temperature": 1.0,
7
+ "top_p": 0.8,
8
+ "top_n_sigma": 0.05,
9
+ "top_k": -1,
10
+ "transformers_version": "4.48.2"
11
+ }