WAWQAQ commited on
Commit
36f0c50
·
verified ·
1 Parent(s): f5fbaa1

Upload config

Browse files
Files changed (1) hide show
  1. generation_config.json +11 -0
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 1,
3
+ "do_sample": true,
4
+ "eos_token_id": 2,
5
+ "max_new_tokens": 256,
6
+ "pad_token_id": 0,
7
+ "repetition_penalty": 1.15,
8
+ "temperature": 0.7,
9
+ "top_p": 0.9,
10
+ "transformers_version": "4.35.2"
11
+ }