Upload 9 files
Browse filesStateful model export
- config.json +1 -2
- generation_config.json +8 -0
- openvino_model.bin +2 -2
- openvino_model.xml +0 -0
config.json
CHANGED
|
@@ -20,8 +20,7 @@
|
|
| 20 |
"rope_theta": 10000.0,
|
| 21 |
"sliding_window": 4096,
|
| 22 |
"tie_word_embeddings": false,
|
| 23 |
-
"
|
| 24 |
-
"transformers_version": "4.38.2",
|
| 25 |
"use_cache": true,
|
| 26 |
"vocab_size": 32002
|
| 27 |
}
|
|
|
|
| 20 |
"rope_theta": 10000.0,
|
| 21 |
"sliding_window": 4096,
|
| 22 |
"tie_word_embeddings": false,
|
| 23 |
+
"transformers_version": "4.39.3",
|
|
|
|
| 24 |
"use_cache": true,
|
| 25 |
"vocab_size": 32002
|
| 26 |
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"eos_token_id": 32000,
|
| 5 |
+
"max_length": 8192,
|
| 6 |
+
"pad_token_id": 0,
|
| 7 |
+
"transformers_version": "4.39.3"
|
| 8 |
+
}
|
openvino_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:702952aadc700ea3a398e623088ff189ecc47c49bbdfebf3e5a2c5d230ffa1c9
|
| 3 |
+
size 4865023928
|
openvino_model.xml
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|