Xenova HF staff commited on
Commit
af088d3
1 Parent(s): 1b40efe

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -1077,5 +1077,5 @@
1077
  "patch_size": 16,
1078
  "qkv_bias": true,
1079
  "time_stride": 16,
1080
- "transformers_version": "4.30.2"
1081
  }
 
1077
  "patch_size": 16,
1078
  "qkv_bias": true,
1079
  "time_stride": 16,
1080
+ "transformers_version": "4.33.2"
1081
  }
onnx/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7edf5d085449bac920f500f9662ab3a30cf6d4ef58eb8b2a12aab019903c0df7
3
- size 344603894
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e3fc63f3fb736597f6bcdbe9920e6258b3038c3ec36ab5c102def041a109c44
3
+ size 344603895
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1fee0cdfd3d1d003d835da389288c913ca0c6246c73345531d9d550e43d76b78
3
- size 88656983
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ec5b465d35af1a21de78a96e4083f17641657954289c9d3e75afe78a1ab66c1
3
+ size 88656984
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
+ "Reshape",
8
+ "Erf",
9
+ "Div",
10
+ "Concat",
11
+ "Expand",
12
+ "Pow",
13
+ "Gather",
14
+ "Unsqueeze",
15
+ "ReduceMean",
16
+ "Constant",
17
+ "Mul",
18
+ "Sub",
19
+ "Slice",
20
+ "MatMul",
21
+ "Equal",
22
+ "Add",
23
+ "Gemm",
24
+ "Shape",
25
+ "Sqrt",
26
+ "ConstantOfShape",
27
+ "Transpose",
28
+ "Where",
29
+ "Softmax",
30
+ "Conv"
31
+ ],
32
+ "weight_type": "QUInt8"
33
+ }
34
+ }
35
+ }