Xenova HF staff commited on
Commit
c648b10
1 Parent(s): b67cbc1

Upload 10 files

Browse files
config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "model_type": "mobilenet_v3"
3
+ }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a0adcfdb1715d3b0ff0f61486d8a181c33f4a208343a5abfccbc6540e872d24
3
+ size 462338
onnx/model_bnb4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4628e4ac06ec549e4680becb8a994438c7f9c4a8cf010b325ab019a4bbf1f21b
3
+ size 462357
onnx/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa1dd66e4c1686824daea5b5449acf43b8d91d806f973dfd598aa54d835f9fea
3
+ size 251082
onnx/model_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:add5ba17fd92b28d2b0fa5d95e4a58cfa9df8a88cff19a1f2ff9906086f6597f
3
+ size 223963
onnx/model_q4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4628e4ac06ec549e4680becb8a994438c7f9c4a8cf010b325ab019a4bbf1f21b
3
+ size 462357
onnx/model_q4f16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b267c9f9542b1dc2ec5b046b228c068e78b2882409b5205ecadcda249550eff
3
+ size 251101
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5baab5ea0bc0328548d6fe09e1c01a20f9573605d14c9011f1bb6d02b07f3cf
3
+ size 223994
onnx/model_uint8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5baab5ea0bc0328548d6fe09e1c01a20f9573605d14c9011f1bb6d02b07f3cf
3
+ size 223994
preprocessor_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": false,
3
+ "do_pad": false,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "ImageFeatureExtractor",
7
+ "resample": 2,
8
+ "rescale_factor": 0.00392156862745098,
9
+ "size": {
10
+ "width": 256,
11
+ "height": 144
12
+ }
13
+ }