mdouglas HF Staff commited on
Commit
ae755a8
·
verified ·
1 Parent(s): c746f40

Create generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +9 -0
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 128000,
3
+ "eos_token_id": 128012,
4
+ "pad_token_id": 128004,
5
+ "transformers_version": "4.54.0.dev0",
6
+ "temperature": 0.6,
7
+ "top_p": 0.95,
8
+ "do_sample": true
9
+ }