update
#2
by
kazssym
- opened
- config.json +2 -2
- generation_config.json +0 -6
- model.onnx +2 -2
- model.onnx_data +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"StableLmForCausalLM"
|
5 |
],
|
@@ -21,7 +21,7 @@
|
|
21 |
"rope_scaling": null,
|
22 |
"rope_theta": 10000,
|
23 |
"tie_word_embeddings": false,
|
24 |
-
"transformers_version": "4.
|
25 |
"use_cache": true,
|
26 |
"use_qkv_bias": false,
|
27 |
"vocab_size": 50304
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./exported-intermediate\\config.json",
|
3 |
"architectures": [
|
4 |
"StableLmForCausalLM"
|
5 |
],
|
|
|
21 |
"rope_scaling": null,
|
22 |
"rope_theta": 10000,
|
23 |
"tie_word_embeddings": false,
|
24 |
+
"transformers_version": "4.38.2",
|
25 |
"use_cache": true,
|
26 |
"use_qkv_bias": false,
|
27 |
"vocab_size": 50304
|
generation_config.json
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_from_model_config": true,
|
3 |
-
"bos_token_id": 0,
|
4 |
-
"eos_token_id": 0,
|
5 |
-
"transformers_version": "4.38.2"
|
6 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
model.onnx
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:78da98c89ce0198535107a02432d2a9304e70a4342baf34d29be38968423c049
|
3 |
+
size 1156322
|
model.onnx_data
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:ed229072aff44640c1e10bfae5c80214a4711a7614c921158a9940ea557d5358
|
3 |
+
size 11182428160
|