zye1235357 commited on
Commit
4d382a2
·
verified ·
1 Parent(s): d2f2303

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +4 -8
generation_config.json CHANGED
@@ -7,15 +7,11 @@
7
  ],
8
  "pad_token_id": 151643,
9
  "repetition_penalty": 1.05,
10
- "temperature": 0.01,
11
- "top_k": 30,
12
  "top_p": 0.3,
13
- "transformers_version": "4.46.3",
14
-
15
- "length_penalty": 1.2,
16
- "encoder_repetition_penalty": 1.1,
17
 
18
  "max_new_tokens": 131072
19
-
20
 
21
- }
 
7
  ],
8
  "pad_token_id": 151643,
9
  "repetition_penalty": 1.05,
10
+ "temperature": 0.1,
11
+ "top_k": 20,
12
  "top_p": 0.3,
13
+ "transformers_version": "4.44.2",
 
 
 
14
 
15
  "max_new_tokens": 131072
 
16
 
17
+ }