danielhanchen
commited on
Commit
•
c7ad9d3
1
Parent(s):
abf1829
Upload config
Browse files- generation_config.json +7 -3
generation_config.json
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
-
"eos_token_id":
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
7 |
}
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
+
"eos_token_id": [
|
5 |
+
32000,
|
6 |
+
32001,
|
7 |
+
32007
|
8 |
+
],
|
9 |
+
"pad_token_id": 32009,
|
10 |
+
"transformers_version": "4.44.0"
|
11 |
}
|