Upload folder using huggingface_hub
Browse files- config.json +2 -2
- onnx/model.onnx +2 -2
- onnx/model_quantized.onnx +2 -2
- preprocessor_config.json +1 -1
- quant_config.json +15 -12
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"MobileViTForImageClassification"
|
4 |
],
|
@@ -736,6 +737,5 @@
|
|
736 |
"problem_type": "single_label_classification",
|
737 |
"qkv_bias": true,
|
738 |
"semantic_loss_ignore_index": 255,
|
739 |
-
"
|
740 |
-
"transformers_version": "4.30.2"
|
741 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Xenova/quickdraw-mobilevit-small",
|
3 |
"architectures": [
|
4 |
"MobileViTForImageClassification"
|
5 |
],
|
|
|
737 |
"problem_type": "single_label_classification",
|
738 |
"qkv_bias": true,
|
739 |
"semantic_loss_ignore_index": 255,
|
740 |
+
"transformers_version": "4.31.0.dev0"
|
|
|
741 |
}
|
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:7f75b9ae64fc07da1ebad845b20be8d54f9fa04796927ddc7d27c7745727416a
|
3 |
+
size 20928498
|
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:c87522bb3ef787fa18f3b188433035eb9b887a101d121942eff0b5e74638a034
|
3 |
+
size 5884425
|
preprocessor_config.json
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
"height": 28,
|
4 |
"width": 28
|
5 |
},
|
6 |
-
"do_convert_rgb": false,
|
7 |
"do_center_crop": true,
|
|
|
8 |
"do_flip_channel_order": true,
|
9 |
"do_flip_channels": true,
|
10 |
"do_rescale": true,
|
|
|
3 |
"height": 28,
|
4 |
"width": 28
|
5 |
},
|
|
|
6 |
"do_center_crop": true,
|
7 |
+
"do_convert_rgb": false,
|
8 |
"do_flip_channel_order": true,
|
9 |
"do_flip_channels": true,
|
10 |
"do_rescale": true,
|
quant_config.json
CHANGED
@@ -4,25 +4,28 @@
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
-
"Constant",
|
8 |
"Sqrt",
|
9 |
-
"Unsqueeze",
|
10 |
-
"Mul",
|
11 |
-
"Sigmoid",
|
12 |
-
"Softmax",
|
13 |
-
"Concat",
|
14 |
"Gemm",
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"ReduceMean",
|
19 |
"Shape",
|
20 |
"Gather",
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
"Reshape",
|
|
|
|
|
|
|
|
|
22 |
"Add",
|
23 |
-
"Pow",
|
24 |
"Conv",
|
25 |
-
"
|
|
|
26 |
],
|
27 |
"weight_type": "QUInt8"
|
28 |
}
|
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
|
|
7 |
"Sqrt",
|
|
|
|
|
|
|
|
|
|
|
8 |
"Gemm",
|
9 |
+
"Concat",
|
10 |
+
"Sigmoid",
|
11 |
+
"Unsqueeze",
|
|
|
12 |
"Shape",
|
13 |
"Gather",
|
14 |
+
"ReduceMean",
|
15 |
+
"Slice",
|
16 |
+
"Transpose",
|
17 |
+
"Resize",
|
18 |
+
"Sub",
|
19 |
+
"Pow",
|
20 |
"Reshape",
|
21 |
+
"Softmax",
|
22 |
+
"Constant",
|
23 |
+
"Cast",
|
24 |
+
"Mul",
|
25 |
"Add",
|
|
|
26 |
"Conv",
|
27 |
+
"MatMul",
|
28 |
+
"Div"
|
29 |
],
|
30 |
"weight_type": "QUInt8"
|
31 |
}
|