IgnoraZ commited on
Commit
8cf6785
·
verified ·
1 Parent(s): d2ab7b8

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
+ "bos_token_id": 128000,
3
+ "do_sample": true,
4
+ "eos_token_id": 128001,
5
+ "max_new_tokens": 512,
6
+ "pad_token_id": 128001,
7
+ "top_k": 0,
8
+ "top_p": 0.8,
9
+ "transformers_version": "4.49.0.dev0"
10
+ }