Xenova HF staff commited on
Commit
6804495
1 Parent(s): cb32355

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -11,7 +11,7 @@
11
  "prompt_encoder_config": {
12
  "model_type": ""
13
  },
14
- "transformers_version": "4.33.0.dev0",
15
  "vision_config": {
16
  "dropout": 0.0,
17
  "initializer_factor": 1.0,
 
11
  "prompt_encoder_config": {
12
  "model_type": ""
13
  },
14
+ "transformers_version": "4.36.2",
15
  "vision_config": {
16
  "dropout": 0.0,
17
  "initializer_factor": 1.0,
onnx/prompt_encoder_mask_decoder.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3dfb70008a453e7817a49068cab867ebac67c7993a17d2475f87b25abf354534
3
- size 16557791
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4514391764fbd56e08e119060d874ecd7d52994bfb1968af159e12d4943b5bb
3
+ size 16557892
onnx/prompt_encoder_mask_decoder_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:14b5ecafd8ccefcbb0efec07c40f2c2893d4a656138838578db5edec0a2473ae
3
- size 4903639
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb90b279f549d2cab7fd6e20c38522438c65d84bdcca3d2a764cff7d857fdce2
3
+ size 4903810
onnx/vision_encoder.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:78418463bed0cacb058a4419900eb8a9aa20a3ba48f074db165397a103351d6b
3
- size 359323904
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:238f9a4496b1cfe2a9d6961f3c37c2ce32d89601d4ab95edd0d27f410f682ae5
3
+ size 359323905
onnx/vision_encoder_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bfe609744cafe00cba447d5c485a5476ae0e74aa4090f0f96189317c0ae27e3d
3
- size 101088468
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9d7bca3b256ab71b3b7cdc35839983bc8ebaf68ea9022f15805ac43955cd247
3
+ size 101088469
quantize_config.json CHANGED
@@ -2,79 +2,79 @@
2
  "per_channel": true,
3
  "reduce_range": true,
4
  "per_model_config": {
5
- "prompt_mask": {
6
  "op_types": [
7
- "MatMul",
8
- "Relu",
9
- "Add",
10
- "Where",
11
- "Cast",
12
- "Erf",
13
- "Softmax",
14
  "ScatterND",
15
- "Cos",
16
- "OneHot",
17
- "Neg",
18
- "Slice",
19
- "Equal",
20
- "Range",
21
- "Constant",
22
  "Reshape",
23
- "ConvTranspose",
 
 
 
 
24
  "ReduceMean",
 
 
 
25
  "Gather",
 
 
 
 
 
26
  "Unsqueeze",
 
 
 
27
  "Div",
28
- "Shape",
29
- "Concat",
30
- "Mul",
31
- "Pow",
32
- "Expand",
33
- "ConstantOfShape",
34
- "Sin",
35
- "Transpose",
36
- "Not",
37
  "Sub",
38
- "Sqrt",
39
- "Tile"
 
 
 
40
  ],
41
  "weight_type": "QInt8"
42
  },
43
  "vision_encoder": {
44
  "op_types": [
 
 
 
 
 
45
  "MatMul",
 
 
 
 
46
  "Identity",
47
- "Mod",
 
48
  "Add",
49
- "Sqrt",
50
  "Cast",
51
- "Erf",
52
- "Softmax",
53
- "Pad",
54
- "Slice",
55
- "Reshape",
56
- "Constant",
57
- "Range",
58
  "Squeeze",
59
- "ReduceMean",
60
- "Gather",
 
61
  "Unsqueeze",
 
 
62
  "Split",
63
- "Einsum",
 
64
  "Div",
65
- "Shape",
66
- "Conv",
67
- "Concat",
68
- "Mul",
69
- "Pow",
70
- "Resize",
71
- "Expand",
72
- "Sin",
73
  "ConstantOfShape",
74
- "Transpose",
75
- "Cos",
76
- "Sub",
77
- "Tile"
78
  ],
79
  "weight_type": "QUInt8"
80
  }
 
2
  "per_channel": true,
3
  "reduce_range": true,
4
  "per_model_config": {
5
+ "prompt_encoder_mask_decoder": {
6
  "op_types": [
7
+ "Transpose",
8
+ "Not",
 
 
 
 
 
9
  "ScatterND",
10
+ "Sin",
11
+ "Expand",
12
+ "Shape",
 
 
 
 
13
  "Reshape",
14
+ "Equal",
15
+ "MatMul",
16
+ "OneHot",
17
+ "Softmax",
18
+ "Pow",
19
  "ReduceMean",
20
+ "Neg",
21
+ "Mul",
22
+ "Relu",
23
  "Gather",
24
+ "Range",
25
+ "Cast",
26
+ "Add",
27
+ "Sqrt",
28
+ "Cos",
29
  "Unsqueeze",
30
+ "Tile",
31
+ "ConvTranspose",
32
+ "Slice",
33
  "Div",
 
 
 
 
 
 
 
 
 
34
  "Sub",
35
+ "Erf",
36
+ "ConstantOfShape",
37
+ "Constant",
38
+ "Concat",
39
+ "Where"
40
  ],
41
  "weight_type": "QInt8"
42
  },
43
  "vision_encoder": {
44
  "op_types": [
45
+ "Transpose",
46
+ "Sin",
47
+ "Expand",
48
+ "Shape",
49
+ "Reshape",
50
  "MatMul",
51
+ "Softmax",
52
+ "Pow",
53
+ "ReduceMean",
54
+ "Mul",
55
  "Identity",
56
+ "Gather",
57
+ "Range",
58
  "Add",
59
+ "Mod",
60
  "Cast",
 
 
 
 
 
 
 
61
  "Squeeze",
62
+ "Einsum",
63
+ "Sqrt",
64
+ "Cos",
65
  "Unsqueeze",
66
+ "Resize",
67
+ "Tile",
68
  "Split",
69
+ "Slice",
70
+ "Sub",
71
  "Div",
72
+ "Erf",
 
 
 
 
 
 
 
73
  "ConstantOfShape",
74
+ "Constant",
75
+ "Concat",
76
+ "Pad",
77
+ "Conv"
78
  ],
79
  "weight_type": "QUInt8"
80
  }