Xenova HF staff commited on
Commit
67fe1e0
1 Parent(s): cd3113d

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -93,5 +93,5 @@
93
  "patch_size": 16,
94
  "qkv_bias": true,
95
  "time_stride": 10,
96
- "transformers_version": "4.30.2"
97
  }
 
93
  "patch_size": 16,
94
  "qkv_bias": true,
95
  "time_stride": 10,
96
+ "transformers_version": "4.33.2"
97
  }
onnx/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3285c284ea4352c7289085c819e7b809e3eaca4da374f52ce136f9db3aadefa2
3
- size 341960003
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d4bdeae55affec5354743e00e6cea7a8c160f6fe30d2f4ef398b12e45d46c09
3
+ size 341960004
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:81ec9acdcf903a2fc3ac1e389c7e7a040864a990f0c5fc8fd215ac68648b9cd1
3
- size 87144196
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acd5e43c2e53eb1da712bdb7e0b10322e5d186ac73e149a3ea65607988442bd5
3
+ size 87144197
quantize_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_channel": true,
3
+ "reduce_range": true,
4
+ "per_model_config": {
5
+ "model": {
6
+ "op_types": [
7
+ "Erf",
8
+ "Transpose",
9
+ "Concat",
10
+ "ReduceMean",
11
+ "Gemm",
12
+ "Slice",
13
+ "Conv",
14
+ "Mul",
15
+ "Add",
16
+ "Unsqueeze",
17
+ "Gather",
18
+ "Sqrt",
19
+ "ConstantOfShape",
20
+ "Equal",
21
+ "Pow",
22
+ "Div",
23
+ "Softmax",
24
+ "Where",
25
+ "Sub",
26
+ "Shape",
27
+ "Reshape",
28
+ "MatMul",
29
+ "Constant",
30
+ "Expand"
31
+ ],
32
+ "weight_type": "QUInt8"
33
+ }
34
+ }
35
+ }