Xenova HF staff commited on
Commit
f48a1f7
·
verified ·
1 Parent(s): 941c283

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/hiera-tiny-224-hf",
3
+ "architectures": [
4
+ "HieraModel"
5
+ ],
6
+ "decoder_depth": null,
7
+ "decoder_hidden_size": null,
8
+ "decoder_num_heads": null,
9
+ "depths": [
10
+ 1,
11
+ 2,
12
+ 7,
13
+ 2
14
+ ],
15
+ "drop_path_rate": 0.0,
16
+ "embed_dim": 96,
17
+ "embed_dim_multiplier": 2.0,
18
+ "hidden_act": "gelu",
19
+ "hidden_size": 768,
20
+ "image_size": [
21
+ 224,
22
+ 224
23
+ ],
24
+ "initializer_range": 0.02,
25
+ "layer_norm_eps": 1e-06,
26
+ "layer_norm_init": 1.0,
27
+ "mask_ratio": 0.6,
28
+ "masked_unit_attention": [
29
+ true,
30
+ true,
31
+ false,
32
+ false
33
+ ],
34
+ "masked_unit_size": [
35
+ 8,
36
+ 8
37
+ ],
38
+ "mlp_ratio": 4.0,
39
+ "model_type": "hiera",
40
+ "norm_pix_loss": true,
41
+ "normalize_pixel_loss": true,
42
+ "num_channels": 3,
43
+ "num_heads": [
44
+ 1,
45
+ 2,
46
+ 4,
47
+ 8
48
+ ],
49
+ "num_layers": 4,
50
+ "num_query_pool": 3,
51
+ "out_features": [
52
+ "stage4"
53
+ ],
54
+ "out_indices": [
55
+ 4
56
+ ],
57
+ "patch_padding": [
58
+ 3,
59
+ 3
60
+ ],
61
+ "patch_size": [
62
+ 7,
63
+ 7
64
+ ],
65
+ "patch_stride": [
66
+ 4,
67
+ 4
68
+ ],
69
+ "query_stride": [
70
+ 2,
71
+ 2
72
+ ],
73
+ "stage_names": [
74
+ "stem",
75
+ "stage1",
76
+ "stage2",
77
+ "stage3",
78
+ "stage4"
79
+ ],
80
+ "transformers_version": "4.43.4",
81
+ "use_separate_position_embedding": false
82
+ }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6f193e4653b193650823e1a1fa47c6199ab433164bba7ebdeaaeb56b41fae69
3
+ size 108939879
onnx/model_bnb4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b63a4446fb912ee73c8448e89342b87192a023aa8ec9e38a9d0f4b05d4a597c
3
+ size 16949093
onnx/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e69750a5ab4f08de7af26d76fef4e686dc7aa20e61787a8214f3272e1e63e89
3
+ size 54660539
onnx/model_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d987366e720afdd1c39a5a96fc9403f331bdda3f0820a71e8ff461093aadcdb
3
+ size 28894812
onnx/model_q4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fbb548633bb1c78fbec235718b2ae9dfe831bff01bc47dc6497b34808673866
3
+ size 18621431
onnx/model_q4f16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:760ad290b01cf978d19caecc150cd51c409ab7ef24873e1d01a01457e029cd4c
3
+ size 16195925
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d51f8b46c26f52b3c9730771a22977c58d8efda5507887442bc94543d9d14998
3
+ size 28894812
onnx/model_uint8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d51f8b46c26f52b3c9730771a22977c58d8efda5507887442bc94543d9d14998
3
+ size 28894812
preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.485,
13
+ 0.456,
14
+ 0.406
15
+ ],
16
+ "image_processor_type": "BitImageProcessor",
17
+ "image_std": [
18
+ 0.229,
19
+ 0.224,
20
+ 0.225
21
+ ],
22
+ "resample": 3,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "shortest_edge": 256
26
+ }
27
+ }
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
+ }