hacer201145 commited on
Commit
ee1e9a5
·
verified ·
1 Parent(s): 983bf86

Create generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +14 -0
generation_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 0,
3
+ "pad_token_id": 0,
4
+ "do_sample": true,
5
+ "eos_token_id": [
6
+ 0,
7
+ 0
8
+ ],
9
+ "repetition_penalty": 1.2,
10
+ "temperature": 0.7,
11
+ "top_p": 0.7,
12
+ "top_k": 30,
13
+ "transformers_version": 4.37.0
14
+ }