Xenova HF staff commited on
Commit
8408f73
1 Parent(s): b8b83a6

Create generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +7 -0
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 100000,
3
+ "eos_token_id": 100001,
4
+ "do_sample": true,
5
+ "temperature": 0.7,
6
+ "top_p": 0.95
7
+ }