Felladrin commited on
Commit
52df1a4
·
verified ·
1 Parent(s): 837e5cc

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "nickmuchi/yolos-small-finetuned-license-plate-detection",
3
+ "architectures": [
4
+ "YolosForObjectDetection"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_loss": false,
8
+ "bbox_cost": 5,
9
+ "bbox_loss_coefficient": 5,
10
+ "class_cost": 1,
11
+ "eos_coefficient": 0.1,
12
+ "giou_cost": 2,
13
+ "giou_loss_coefficient": 2,
14
+ "hidden_act": "gelu",
15
+ "hidden_dropout_prob": 0.0,
16
+ "hidden_size": 384,
17
+ "id2label": {
18
+ "0": "name",
19
+ "1": "license-plates"
20
+ },
21
+ "image_size": [
22
+ 512,
23
+ 864
24
+ ],
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 1536,
27
+ "label2id": {
28
+ "license-plates": 1,
29
+ "name": 0
30
+ },
31
+ "layer_norm_eps": 1e-12,
32
+ "model_type": "yolos",
33
+ "num_attention_heads": 6,
34
+ "num_channels": 3,
35
+ "num_detection_tokens": 100,
36
+ "num_hidden_layers": 12,
37
+ "patch_size": 16,
38
+ "qkv_bias": true,
39
+ "transformers_version": "4.43.4",
40
+ "use_mid_position_embeddings": true
41
+ }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfe7c23754d2b594c6cf162c9136f06620e5a8dd3e35c8e36d42daa0f3ce6b64
3
+ size 122959923
onnx/model_bnb4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a8dd473c3a768204888bb904fb2e4535126bbf4d0ea1e75bc37b39d71598ef3
3
+ size 47944546
onnx/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ccea01eac2bf62e77bd070bf553619c0456ac40d1dc979ec27b56feff68597f
3
+ size 61660038
onnx/model_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:def734fc666ec02aaecdc362fdf4cf9ffc32fff63a25fdbc88b84ca8885257c9
3
+ size 56912537
onnx/model_q4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9711c3d4f1f963c7de3032579f042b5ee814f591ac518e61bb2405049754202d
3
+ size 49308189
onnx/model_q4f16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:476c8cec7f707b5738fb072e3c25e802b55e8d9e2ff29d09e0a5da22f13e8373
3
+ size 30296461
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bd8a3a523e40f016eb044e00d7dda96fc701c13f76a1fa53a5c5bfddd8a6590
3
+ size 56912537
onnx/model_uint8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bd8a3a523e40f016eb044e00d7dda96fc701c13f76a1fa53a5c5bfddd8a6590
3
+ size 56912537
preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_annotations": true,
3
+ "do_normalize": true,
4
+ "do_pad": true,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "format": "coco_detection",
8
+ "image_mean": [
9
+ 0.485,
10
+ 0.456,
11
+ 0.406
12
+ ],
13
+ "image_processor_type": "YolosFeatureExtractor",
14
+ "image_std": [
15
+ 0.229,
16
+ 0.224,
17
+ 0.225
18
+ ],
19
+ "pad_size": null,
20
+ "resample": 2,
21
+ "rescale_factor": 0.00392156862745098,
22
+ "size": {
23
+ "longest_edge": 864,
24
+ "shortest_edge": 512
25
+ }
26
+ }
quantize_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "modes": [
3
+ "fp16",
4
+ "q8",
5
+ "int8",
6
+ "uint8",
7
+ "q4",
8
+ "q4f16",
9
+ "bnb4"
10
+ ],
11
+ "per_channel": true,
12
+ "reduce_range": true,
13
+ "block_size": null,
14
+ "is_symmetric": true,
15
+ "accuracy_level": null,
16
+ "quant_type": 1
17
+ }