Xenova HF staff commited on
Commit
b200403
1 Parent(s): 79a53c0

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/siglip-base-patch16-384",
3
+ "architectures": [
4
+ "SiglipModel"
5
+ ],
6
+ "initializer_factor": 1.0,
7
+ "model_type": "siglip",
8
+ "text_config": {
9
+ "model_type": "siglip_text_model"
10
+ },
11
+ "transformers_version": "4.37.0.dev0",
12
+ "vision_config": {
13
+ "image_size": 384,
14
+ "model_type": "siglip_vision_model"
15
+ }
16
+ }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:511cb9ca570f68897716b62e449e2e0324d55ba9fe39b0051d4be47391780bff
3
+ size 814324518
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b0d79171d7e9f536414e42facd5fbffe8f1558a48f820becfd90ad42bf3b2c9
3
+ size 211272321
onnx/text_model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb5c34e2a17cfb1e8ee8ebdcb28deed143c17ca049ac95d50b136bdcec79cd1c
3
+ size 441332132
onnx/text_model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:365847766c277378445e6b20af375492bc84cb44810b028d22d117f7fad311e4
3
+ size 111475220
onnx/vision_model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e0d25b65ef651af970bceab982f932125e2f6d6ade6d39389d55fe29e42a69d
3
+ size 372990250
onnx/vision_model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:932086de104fbc4113118c43ad7d6b7385b12ddc83d55f71a70b820a639e6cd1
3
+ size 99794009
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "SiglipImageProcessor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "processor_class": "SiglipProcessor",
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "height": 384,
21
+ "width": 384
22
+ }
23
+ }
quantize_config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_channel": true,
3
+ "reduce_range": true,
4
+ "per_model_config": {
5
+ "text_model": {
6
+ "op_types": [
7
+ "Cast",
8
+ "Transpose",
9
+ "MatMul",
10
+ "Reshape",
11
+ "Sqrt",
12
+ "Sub",
13
+ "Tanh",
14
+ "Gemm",
15
+ "Shape",
16
+ "Pow",
17
+ "Softmax",
18
+ "Gather",
19
+ "Add",
20
+ "Mul",
21
+ "Unsqueeze",
22
+ "Slice",
23
+ "Constant",
24
+ "Div",
25
+ "ReduceMean",
26
+ "Concat"
27
+ ],
28
+ "weight_type": "QInt8"
29
+ },
30
+ "vision_model": {
31
+ "op_types": [
32
+ "Cast",
33
+ "Transpose",
34
+ "MatMul",
35
+ "Reshape",
36
+ "ConstantOfShape",
37
+ "Sqrt",
38
+ "Expand",
39
+ "Sub",
40
+ "Tanh",
41
+ "Gemm",
42
+ "Shape",
43
+ "Pow",
44
+ "Softmax",
45
+ "Gather",
46
+ "Add",
47
+ "Mul",
48
+ "Slice",
49
+ "Unsqueeze",
50
+ "Constant",
51
+ "Div",
52
+ "Tile",
53
+ "Conv",
54
+ "Mod",
55
+ "ReduceMean",
56
+ "Squeeze",
57
+ "Concat"
58
+ ],
59
+ "weight_type": "QUInt8"
60
+ }
61
+ }
62
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eos_token": {
3
+ "content": "</s>",
4
+ "lstrip": true,
5
+ "normalized": false,
6
+ "rstrip": true,
7
+ "single_word": false
8
+ },
9
+ "pad_token": {
10
+ "content": "</s>",
11
+ "lstrip": true,
12
+ "normalized": false,
13
+ "rstrip": true,
14
+ "single_word": false
15
+ },
16
+ "unk_token": {
17
+ "content": "<unk>",
18
+ "lstrip": true,
19
+ "normalized": false,
20
+ "rstrip": true,
21
+ "single_word": false
22
+ }
23
+ }
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e5036bed065526c3c212dfbe288752391797c4bb1a284aa18c9a0b23fcaf8ec
3
+ size 798330
tokenizer_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "1": {
4
+ "content": "</s>",
5
+ "lstrip": true,
6
+ "normalized": false,
7
+ "rstrip": true,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "2": {
12
+ "content": "<unk>",
13
+ "lstrip": true,
14
+ "normalized": false,
15
+ "rstrip": true,
16
+ "single_word": false,
17
+ "special": true
18
+ }
19
+ },
20
+ "additional_special_tokens": [],
21
+ "clean_up_tokenization_spaces": true,
22
+ "do_lower_case": true,
23
+ "eos_token": "</s>",
24
+ "model_input_names": [
25
+ "input_ids"
26
+ ],
27
+ "model_max_length": 64,
28
+ "pad_token": "</s>",
29
+ "processor_class": "SiglipProcessor",
30
+ "sp_model_kwargs": {},
31
+ "tokenizer_class": "SiglipTokenizer",
32
+ "trust_remote_code": false,
33
+ "unk_token": "<unk>"
34
+ }