Xenova HF staff commited on
Commit
bc484d7
1 Parent(s): ec2b439

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": 10,
1080
- "transformers_version": "4.30.2"
1081
  }
 
1077
  "patch_size": 16,
1078
  "qkv_bias": true,
1079
  "time_stride": 10,
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:040565f54c962b7b1f10b5bf4e41da7c28c76e549ce32a66af8c7bc02db06351
3
- size 346754296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ff353b1e809da25f900b54494fd4ac12a6fc7db1e25195e238f21be125bb4bd
3
+ size 346754297
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b36d0601ceb7b227229a0d1c1aead2cac8606b4e0674557834b0560427e429c9
3
- size 90807385
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:807d244b58a30eaa89f0a721fb841619c696857aabe4eac93769bd0b61497f61
3
+ size 90807386
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
+ "ReduceMean",
8
+ "MatMul",
9
+ "Softmax",
10
+ "Pow",
11
+ "Slice",
12
+ "Div",
13
+ "Transpose",
14
+ "Mul",
15
+ "ConstantOfShape",
16
+ "Constant",
17
+ "Expand",
18
+ "Where",
19
+ "Reshape",
20
+ "Gemm",
21
+ "Shape",
22
+ "Concat",
23
+ "Conv",
24
+ "Add",
25
+ "Erf",
26
+ "Unsqueeze",
27
+ "Equal",
28
+ "Sqrt",
29
+ "Sub",
30
+ "Gather"
31
+ ],
32
+ "weight_type": "QUInt8"
33
+ }
34
+ }
35
+ }