Xenova HF staff commited on
Commit
d656633
1 Parent(s): 66950ad

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:caf4b996aa38d5d7de509fa93053bc2f552b487925e5940287dd0f5ac96caca4
3
- size 1213904194
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e03c8eebea4b4728c70bc328c63ed08cc17d71a77c3f9afecbcded4344fa6a71
3
+ size 1213904195
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:79c4108e944bc8d25bfa8071dc123eb3ecb534cb84298a72d476eb1c90b28313
3
- size 306997513
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d6c52fb2333027b174b10ff649ea31058f7a6a0be3c0e7c75888735c624b1dc
3
+ size 306997514
quantize_config.json CHANGED
@@ -4,30 +4,30 @@
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
- "Shape",
8
- "MatMul",
9
  "Transpose",
 
 
 
 
 
 
 
10
  "Where",
 
11
  "Slice",
12
- "Gather",
13
- "Mul",
14
- "Erf",
15
- "Sqrt",
16
- "Gemm",
17
  "Add",
 
 
18
  "Softmax",
19
- "Conv",
20
- "ConstantOfShape",
21
  "Concat",
22
- "Reshape",
23
- "Equal",
24
- "ReduceMean",
25
- "Expand",
26
- "Constant",
27
- "Div",
28
- "Unsqueeze",
29
  "Pow",
30
- "Sub"
31
  ],
32
  "weight_type": "QUInt8"
33
  }
 
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
+ "Expand",
8
+ "Gemm",
9
  "Transpose",
10
+ "ReduceMean",
11
+ "Reshape",
12
+ "Sqrt",
13
+ "Shape",
14
+ "Sub",
15
+ "Gather",
16
+ "Constant",
17
  "Where",
18
+ "ConstantOfShape",
19
  "Slice",
20
+ "Unsqueeze",
21
+ "Conv",
 
 
 
22
  "Add",
23
+ "Erf",
24
+ "Div",
25
  "Softmax",
26
+ "MatMul",
27
+ "Mul",
28
  "Concat",
 
 
 
 
 
 
 
29
  "Pow",
30
+ "Equal"
31
  ],
32
  "weight_type": "QUInt8"
33
  }