MattBoraske
commited on
Commit
•
d2a82a3
1
Parent(s):
f525247
Update generation_config.json
Browse files- generation_config.json +6 -1
generation_config.json
CHANGED
@@ -3,5 +3,10 @@
|
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
|
|
|
|
|
|
|
|
|
|
6 |
"transformers_version": "4.38.2"
|
7 |
-
}
|
|
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
6 |
+
"do_sample": true,
|
7 |
+
"max_new_tokens": 256,
|
8 |
+
"temperature": 0.6,
|
9 |
+
"top_p": 0.9,
|
10 |
+
"repetition_penalty": 1.4,
|
11 |
"transformers_version": "4.38.2"
|
12 |
+
}
|