zye1235357
commited on
Update generation_config.json
Browse files- generation_config.json +11 -4
generation_config.json
CHANGED
@@ -8,10 +8,17 @@
|
|
8 |
"pad_token_id": 151643,
|
9 |
|
10 |
"repetition_penalty": 1.05,
|
11 |
-
"temperature": 0.1,
|
12 |
-
"top_k": 50,
|
13 |
-
"top_p": 0.8,
|
14 |
"transformers_version": "4.44.2",
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
}
|
|
|
8 |
"pad_token_id": 151643,
|
9 |
|
10 |
"repetition_penalty": 1.05,
|
|
|
|
|
|
|
11 |
"transformers_version": "4.44.2",
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
"encoder_repetition_penalty": 1.1,
|
16 |
+
"guidance_scale": 1.2,
|
17 |
+
"temperature": 0.15,
|
18 |
+
"top_k": 50,
|
19 |
+
"top_p": 0.85
|
20 |
+
"renormalize_logits": true
|
21 |
+
|
22 |
+
|
23 |
|
24 |
}
|