Xenova HF staff commited on
Commit
292fe95
1 Parent(s): 98a73fd

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -26,7 +26,7 @@
26
  "num_memory_blocks": 0,
27
  "pad_token_id": 0,
28
  "position_embedding_type": "absolute",
29
- "transformers_version": "4.29.2",
30
  "type_vocab_size": 2,
31
  "vocab_size": 30000
32
  }
 
26
  "num_memory_blocks": 0,
27
  "pad_token_id": 0,
28
  "position_embedding_type": "absolute",
29
+ "transformers_version": "4.33.0.dev0",
30
  "type_vocab_size": 2,
31
  "vocab_size": 30000
32
  }
onnx/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6669781b855d63eeb8558c808a3a28b0a1c82e32639e9e478effafced910e1ef
3
- size 44551164
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04ec3b463fc4873044cca3c8e72b52f3b8cfefee5ae173a8ce54ee78adf8ede1
3
+ size 44551185
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f4cf6855df9e94b3f226bd533e4bf7bac9c6da80b4bbe161522e756db72097f0
3
- size 39725346
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1202c304429938e0b11b982f0cb1ac3ec8e6e0d4320a8274a9a5a6f20a2cecc7
3
+ size 39725402
quantize_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_channel": true,
3
+ "reduce_range": true,
4
+ "per_model_config": {
5
+ "model": {
6
+ "op_types": [
7
+ "Pow",
8
+ "Concat",
9
+ "Sub",
10
+ "Cast",
11
+ "Mul",
12
+ "Unsqueeze",
13
+ "Shape",
14
+ "Gather",
15
+ "Identity",
16
+ "Sqrt",
17
+ "Softmax",
18
+ "Reshape",
19
+ "ReduceMean",
20
+ "Div",
21
+ "MatMul",
22
+ "Constant",
23
+ "Transpose",
24
+ "Tanh",
25
+ "Add",
26
+ "Slice"
27
+ ],
28
+ "weight_type": "QInt8"
29
+ }
30
+ }
31
+ }
tokenizer_config.json CHANGED
@@ -13,10 +13,17 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
 
16
  "model_max_length": 512,
 
17
  "pad_token": "<pad>",
 
 
18
  "remove_space": true,
19
  "sep_token": "[SEP]",
 
20
  "tokenizer_class": "AlbertTokenizer",
 
 
21
  "unk_token": "<unk>"
22
  }
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "max_length": 100,
17
  "model_max_length": 512,
18
+ "pad_to_multiple_of": null,
19
  "pad_token": "<pad>",
20
+ "pad_token_type_id": 0,
21
+ "padding_side": "right",
22
  "remove_space": true,
23
  "sep_token": "[SEP]",
24
+ "stride": 0,
25
  "tokenizer_class": "AlbertTokenizer",
26
+ "truncation_side": "right",
27
+ "truncation_strategy": "longest_first",
28
  "unk_token": "<unk>"
29
  }