Commit
•
3161c84
1
Parent(s):
db8c42a
Update generation_config.json
Browse files- generation_config.json +10 -5
generation_config.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"
|
4 |
-
"eos_token_id":
|
5 |
-
"
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
{
|
2 |
+
"do_sample": true,
|
3 |
+
"early_stopping": true,
|
4 |
+
"eos_token_id": 0,
|
5 |
+
"length_penalty": 1.0,
|
6 |
+
"max_new_tokens": 256,
|
7 |
+
"pad_token_id": 0,
|
8 |
+
"temperature": 1.0,
|
9 |
+
"top_p": 0.9,
|
10 |
+
"transformers_version": "4.27.1"
|
11 |
+
}
|