zye1235357
commited on
Commit
•
4943364
1
Parent(s):
d31e085
Update generation_config.json
Browse files- generation_config.json +2 -2
generation_config.json
CHANGED
@@ -14,9 +14,9 @@
|
|
14 |
|
15 |
"encoder_repetition_penalty": 1.5,
|
16 |
"guidance_scale": 0.5,
|
17 |
-
"temperature": 0.
|
18 |
"top_k": 50,
|
19 |
-
"top_p": 0.
|
20 |
"renormalize_logits": true
|
21 |
|
22 |
|
|
|
14 |
|
15 |
"encoder_repetition_penalty": 1.5,
|
16 |
"guidance_scale": 0.5,
|
17 |
+
"temperature": 0.2,
|
18 |
"top_k": 50,
|
19 |
+
"top_p": 0.9,
|
20 |
"renormalize_logits": true
|
21 |
|
22 |
|