Commit
•
adb9615
1
Parent(s):
7e8756c
fix eos (#1)
Browse files- fix eos (f8f6af4bb345785cba5aebd5612d88940c91036b)
Co-authored-by: lucy <[email protected]>
- generation_config.json +5 -2
generation_config.json
CHANGED
@@ -2,6 +2,9 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 151643,
|
4 |
"do_sample": true,
|
5 |
-
"eos_token_id":
|
|
|
|
|
|
|
6 |
"transformers_version": "4.45.1"
|
7 |
-
}
|
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 151643,
|
4 |
"do_sample": true,
|
5 |
+
"eos_token_id": [
|
6 |
+
151645,
|
7 |
+
151643
|
8 |
+
],
|
9 |
"transformers_version": "4.45.1"
|
10 |
+
}
|