RichardErkhov
commited on
Commit
•
98fe84f
1
Parent(s):
027cbed
uploaded model
Browse files- generation_config.json +13 -0
generation_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 128000,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": [
|
6 |
+
128001,
|
7 |
+
128008,
|
8 |
+
128009
|
9 |
+
],
|
10 |
+
"pad_token_id": 128004,
|
11 |
+
"transformers_version": "4.46.2",
|
12 |
+
"use_cache": false
|
13 |
+
}
|