onnx files
Browse files- model.safetensors +1 -1
- onnx/model.onnx +3 -0
- onnx/model_quantized.onnx +1 -1
- quantize_config.json +14 -14
- training_args.bin +1 -1
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 98500900
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9049ec114cbaba38be789bca09806b055e337c7b9956aa0b71e64cec132a55a6
|
3 |
size 98500900
|
onnx/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c090bf9d61b39c4f4d3d56eb74279580bcaae1ea584d16b162c26a2300b78e7
|
3 |
+
size 99056240
|
onnx/model_quantized.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 26510183
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be3947abc8a98a2f314fc78aeba0472c17d4a5038d370b453b8bd1d3cb073aee
|
3 |
size 26510183
|
quantize_config.json
CHANGED
@@ -4,26 +4,26 @@
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
-
"Relu",
|
8 |
-
"ConstantOfShape",
|
9 |
-
"Softmax",
|
10 |
-
"Gather",
|
11 |
"Div",
|
12 |
-
"
|
13 |
-
"Add",
|
14 |
-
"Mul",
|
15 |
-
"Reshape",
|
16 |
-
"Cast",
|
17 |
-
"Gemm",
|
18 |
-
"Transpose",
|
19 |
-
"Constant",
|
20 |
"Shape",
|
|
|
21 |
"Slice",
|
|
|
|
|
|
|
|
|
|
|
22 |
"Pad",
|
|
|
|
|
23 |
"Unsqueeze",
|
|
|
|
|
|
|
24 |
"Concat",
|
25 |
-
"
|
26 |
-
"
|
27 |
],
|
28 |
"weight_type": "QInt8"
|
29 |
}
|
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
|
|
|
|
|
|
|
|
7 |
"Div",
|
8 |
+
"ConstantOfShape",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
"Shape",
|
10 |
+
"Gemm",
|
11 |
"Slice",
|
12 |
+
"Softmax",
|
13 |
+
"Cast",
|
14 |
+
"Add",
|
15 |
+
"Relu",
|
16 |
+
"Sub",
|
17 |
"Pad",
|
18 |
+
"Reshape",
|
19 |
+
"MatMul",
|
20 |
"Unsqueeze",
|
21 |
+
"Identity",
|
22 |
+
"Transpose",
|
23 |
+
"Mul",
|
24 |
"Concat",
|
25 |
+
"Gather",
|
26 |
+
"Constant"
|
27 |
],
|
28 |
"weight_type": "QInt8"
|
29 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd19049a43b80f29f3ffd49e3f571152f57c133923a20008c7521f554347e273
|
3 |
size 5176
|