Xenova HF staff commited on
Commit
77e08d3
1 Parent(s): 002272e

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/hiera-base-224-hf",
3
+ "architectures": [
4
+ "HieraModel"
5
+ ],
6
+ "decoder_depth": null,
7
+ "decoder_hidden_size": null,
8
+ "decoder_num_heads": null,
9
+ "depths": [
10
+ 2,
11
+ 3,
12
+ 16,
13
+ 3
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:6c8230b8929a5de613d436608c491dfb48f0f08bf8df49c37c7b55930548e492
3
+ size 203752924
onnx/model_bnb4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1122bd7629c4163ad5c122869fddb4216d197f77a9c1f89415b6e2481e105b9
3
+ size 30795513
onnx/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ff5bae35b5312e06e1b6a988dfc3d675d17ab0bb95c329cbfd854365a84c203
3
+ size 102243850
onnx/model_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff56cf333e5a9d9bf589d1e1d2aab445f3e8108ca775f296b896783aefa0921c
3
+ size 53307085
onnx/model_q4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a968aafc4937b86be47f6e64cd3f8766702a21faceb38963163daf727d1c659c
3
+ size 33939764
onnx/model_q4f16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1a2a9526b6bab402aa55a1306b54c63cda1084e9e8f4989f9d1a380d126f863
3
+ size 29924476
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33b5fae56ad430205fd3bad168f3b72fe508f3eb7e335ceec3262e30167fdb5c
3
+ size 53307085
onnx/model_uint8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33b5fae56ad430205fd3bad168f3b72fe508f3eb7e335ceec3262e30167fdb5c
3
+ size 53307085
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
+ }