Xenova HF staff commited on
Commit
d05d6b9
1 Parent(s): bf43506

Upload folder using huggingface_hub

Browse files
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
- "torch_dtype": "float32",
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:bdc99cd7001442a59de5a4b9074ca7fe81cf894e5927c7c9b3d6e6b2dce20801
3
- size 20925185
 
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:1daa5ef465a39c33592dab87d900d87d74b75e54eb1a65620728cc2d97eb69dd
3
- size 5878672
 
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
- "Div",
16
- "MatMul",
17
- "Sub",
18
- "ReduceMean",
19
  "Shape",
20
  "Gather",
 
 
 
 
 
 
21
  "Reshape",
 
 
 
 
22
  "Add",
23
- "Pow",
24
  "Conv",
25
- "Transpose"
 
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
  }