Xenova HF staff commited on
Commit
5e6c70d
1 Parent(s): f35cbbc

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -19,7 +19,7 @@
19
  "num_hidden_layers": 12,
20
  "pad_token_id": 1,
21
  "position_embedding_type": "absolute",
22
- "transformers_version": "4.29.2",
23
  "type_vocab_size": 1,
24
  "use_cache": true,
25
  "vocab_size": 50265
 
19
  "num_hidden_layers": 12,
20
  "pad_token_id": 1,
21
  "position_embedding_type": "absolute",
22
+ "transformers_version": "4.33.0.dev0",
23
  "type_vocab_size": 1,
24
  "use_cache": true,
25
  "vocab_size": 50265
onnx/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ac9a8e10c9c45461d3b8cb1acd2def1f4739f2bc98f6f749383d2d78b647002
3
- size 653487692
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53c6d511973549647084037a54405b08ee4b138767461497b88a4d1a85f720d6
3
+ size 499073736
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:242f6b797762861f1e5608482533e0725773c998d41888ea62ac0f340cad3564
3
- size 164967138
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7aea99df87679b6efdece225e4d59cc1d72155d81a7ee13cb713ef2d8e7cfa5c
3
+ size 126111809
quantize_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_channel": true,
3
+ "reduce_range": true,
4
+ "per_model_config": {
5
+ "model": {
6
+ "op_types": [
7
+ "Transpose",
8
+ "Mul",
9
+ "Sub",
10
+ "Concat",
11
+ "Sqrt",
12
+ "Gather",
13
+ "ConstantOfShape",
14
+ "Not",
15
+ "ReduceMean",
16
+ "Constant",
17
+ "Where",
18
+ "Unsqueeze",
19
+ "Erf",
20
+ "Div",
21
+ "CumSum",
22
+ "Pow",
23
+ "MatMul",
24
+ "Expand",
25
+ "Slice",
26
+ "Equal",
27
+ "Add",
28
+ "Cast",
29
+ "Shape",
30
+ "Softmax",
31
+ "Reshape"
32
+ ],
33
+ "weight_type": "QInt8"
34
+ }
35
+ }
36
+ }