Xenova HF staff commited on
Commit
fe1b043
1 Parent(s): 7ff824c

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -71,7 +71,7 @@
71
  6
72
  ],
73
  "semantic_loss_ignore_index": 255,
74
- "transformers_version": "4.34.0.dev0",
75
  "use_absolute_position_embeddings": true,
76
  "use_auxiliary_head": true,
77
  "use_mask_token": false,
 
71
  6
72
  ],
73
  "semantic_loss_ignore_index": 255,
74
+ "transformers_version": "4.33.2",
75
  "use_absolute_position_embeddings": true,
76
  "use_auxiliary_head": true,
77
  "use_mask_token": false,
onnx/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:71483a5729a7b813b12eb92edf7b7fd8842a38974bd28a5b5fe037b27d0c1c59
3
- size 343549530
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd05272d1004069b5be16b093aeeaff953754db59a1840620528e8e037487c15
3
+ size 343549531
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0145573254871b9d86104439fc6c5fe7c041832cdf284a838d744fd80eeb38af
3
- size 87538326
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:240baf0ed43007ff6d7d8edeb5fc77bbd34db437bc81a173dd4deb58a9a74a94
3
+ size 87538327
quantize_config.json CHANGED
@@ -4,30 +4,30 @@
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
- "Sub",
8
- "Expand",
9
- "MatMul",
10
- "Add",
11
- "Reshape",
12
- "Gather",
13
- "Erf",
14
- "Equal",
15
- "Conv",
16
- "Constant",
17
- "Sqrt",
18
- "Where",
19
- "Pow",
20
  "Gemm",
 
 
 
21
  "Concat",
 
 
 
 
22
  "Transpose",
23
- "ReduceMean",
24
- "ConstantOfShape",
 
 
25
  "Div",
 
 
26
  "Shape",
 
 
27
  "Unsqueeze",
28
- "Slice",
29
- "Mul",
30
- "Softmax"
31
  ],
32
  "weight_type": "QUInt8"
33
  }
 
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  "Gemm",
8
+ "Pow",
9
+ "Sqrt",
10
+ "ConstantOfShape",
11
  "Concat",
12
+ "MatMul",
13
+ "Slice",
14
+ "Conv",
15
+ "Gather",
16
  "Transpose",
17
+ "Add",
18
+ "Equal",
19
+ "Mul",
20
+ "Reshape",
21
  "Div",
22
+ "ReduceMean",
23
+ "Erf",
24
  "Shape",
25
+ "Where",
26
+ "Constant",
27
  "Unsqueeze",
28
+ "Softmax",
29
+ "Expand",
30
+ "Sub"
31
  ],
32
  "weight_type": "QUInt8"
33
  }