Upload folder using huggingface_hub
Browse files- onnx/model.onnx +2 -2
- onnx/model_bnb4.onnx +2 -2
- onnx/model_fp16.onnx +2 -2
- onnx/model_int8.onnx +2 -2
- onnx/model_q4.onnx +2 -2
- onnx/model_q4f16.onnx +2 -2
- onnx/model_quantized.onnx +2 -2
- onnx/model_uint8.onnx +2 -2
- tokenizer.json +2 -1
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:94b973941b1852754f979be5d5e20be666d5c81d9bb886b88ae1dc85c9b895ca
|
3 |
+
size 339369442
|
onnx/model_bnb4.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:71d417643add4820933a7ae552074eb3dc646e622cf022bcd69dbbfea4332338
|
3 |
+
size 340645586
|
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:d59cb626c885c91acb7ecf7250f26f9915ad0af99b770572000d90b598c3dfbc
|
3 |
+
size 163630554
|
onnx/model_int8.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:58b9b997faeaf42b427bac24c8a6246b236b0561311f6b118318cd9d2f47acb1
|
3 |
+
size 127356504
|
onnx/model_q4.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:dbf3e5a505c4e453303de84d941d51271f5b460956d9b911dea310a90c88b7c2
|
3 |
+
size 341021906
|
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:9ee7ca1ace506c7dc983d0c9a20c7edfcb08c2027645ae4450afa3dbbd8a57ef
|
3 |
+
size 165976977
|
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:a39469be791eeaa3089c1ed5e58b8731d1f2462ea0e7dae2bc44388e58f973d8
|
3 |
+
size 127356597
|
onnx/model_uint8.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:a39469be791eeaa3089c1ed5e58b8731d1f2462ea0e7dae2bc44388e58f973d8
|
3 |
+
size 127356597
|
tokenizer.json
CHANGED
@@ -55,6 +55,7 @@
|
|
55 |
"decoder": null,
|
56 |
"model": {
|
57 |
"vocab": {
|
|
|
58 |
";": 1,
|
59 |
":": 2,
|
60 |
",": 3,
|
@@ -228,4 +229,4 @@
|
|
228 |
"\u1d7b": 177
|
229 |
}
|
230 |
}
|
231 |
-
}
|
|
|
55 |
"decoder": null,
|
56 |
"model": {
|
57 |
"vocab": {
|
58 |
+
"$", 0,
|
59 |
";": 1,
|
60 |
":": 2,
|
61 |
",": 3,
|
|
|
229 |
"\u1d7b": 177
|
230 |
}
|
231 |
}
|
232 |
+
}
|