GitBag commited on
Commit
5db170d
1 Parent(s): 04781c5

Upload generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. generation_config.json +8 -0
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 128000,
3
+ "do_sample": true,
4
+ "max_length": 4096,
5
+ "temperature": 0.6,
6
+ "top_p": 0.9,
7
+ "transformers_version": "4.40.1"
8
+ }