zhouzaida
commited on
Commit
·
b69f8db
1
Parent(s):
b0b86ff
update generation config
Browse files- generation_config.json +5 -0
generation_config.json
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
2 |
"do_sample": true,
|
3 |
"temperature": 0.2
|
4 |
}
|
|
|
1 |
{
|
2 |
+
"bos_token_id": 163584,
|
3 |
+
"pad_token_id": 163838,
|
4 |
+
"eos_token_id": [
|
5 |
+
163585
|
6 |
+
],
|
7 |
"do_sample": true,
|
8 |
"temperature": 0.2
|
9 |
}
|