Upload folder using huggingface_hub
Browse files- config.json +0 -2
- onnx/model.onnx +2 -2
- onnx/model.onnx_data +1 -1
- onnx/model_fp16.onnx +2 -2
- onnx/model_q4f16.onnx +2 -2
- onnx/model_quantized.onnx +2 -2
- special_tokens_map.json +23 -16
- tokenizer.json +2 -2
- tokenizer_config.json +0 -0
config.json
CHANGED
@@ -32,8 +32,6 @@
|
|
32 |
"tie_word_embeddings": true,
|
33 |
"torch_dtype": "float32",
|
34 |
"transformers_version": "4.49.0",
|
35 |
-
"unsloth_fixed": true,
|
36 |
-
"unsloth_version": "2025.5.7",
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 128256,
|
39 |
"transformers.js_config": {
|
|
|
32 |
"tie_word_embeddings": true,
|
33 |
"torch_dtype": "float32",
|
34 |
"transformers_version": "4.49.0",
|
|
|
|
|
35 |
"use_cache": true,
|
36 |
"vocab_size": 128256,
|
37 |
"transformers.js_config": {
|
onnx/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:717f3d1b161fd89a87e0b2cb5c7154c1e0869d16f0c7882303b5d2baa7657907
|
3 |
+
size 731193
|
onnx/model.onnx_data
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4943257600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3dfbe83c3a78f1022f0a37bc5a0105b8898b5a4e2c19f679252285d0783866a
|
3 |
size 4943257600
|
onnx/model_fp16.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:fc67d53473a083d274e56b076da71cb033d426b0183e45c142146093e5ff40e2
|
3 |
+
size 741600
|
onnx/model_q4f16.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:b5b8f1b2c7823aa8ee74463f08519b91db99b9e388316d71be99da93ba24e0c0
|
3 |
+
size 1073815723
|
onnx/model_quantized.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:5c3d93dfa3e08a4a1f65607261c61762242bef78bf57faebb004aa4f800dbc7e
|
3 |
+
size 1237131237
|
special_tokens_map.json
CHANGED
@@ -1,16 +1,23 @@
|
|
1 |
-
{
|
2 |
-
"bos_token": {
|
3 |
-
"content": "<|begin_of_text|>",
|
4 |
-
"lstrip": false,
|
5 |
-
"normalized": false,
|
6 |
-
"rstrip": false,
|
7 |
-
"single_word": false
|
8 |
-
},
|
9 |
-
"eos_token": {
|
10 |
-
"content": "<|eot_id|>",
|
11 |
-
"lstrip": false,
|
12 |
-
"normalized": false,
|
13 |
-
"rstrip": false,
|
14 |
-
"single_word": false
|
15 |
-
}
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|begin_of_text|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|eot_id|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|finetune_right_pad_id|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
}
|
23 |
+
}
|
tokenizer.json
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:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b
|
3 |
+
size 17209920
|
tokenizer_config.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|