Upload folder using huggingface_hub
Browse files- config.json +1 -1
- generation_config.json +1 -1
- onnx/model.onnx +2 -2
- onnx/model_quantized.onnx +2 -2
- quantize_config.json +11 -11
config.json
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
"pooler_size_per_head": 128,
|
24 |
"pooler_type": "first_token_transform",
|
25 |
"position_embedding_type": "absolute",
|
26 |
-
"transformers_version": "4.
|
27 |
"type_vocab_size": 2,
|
28 |
"use_cache": true,
|
29 |
"vocab_size": 21128
|
|
|
23 |
"pooler_size_per_head": 128,
|
24 |
"pooler_type": "first_token_transform",
|
25 |
"position_embedding_type": "absolute",
|
26 |
+
"transformers_version": "4.33.0.dev0",
|
27 |
"type_vocab_size": 2,
|
28 |
"use_cache": true,
|
29 |
"vocab_size": 21128
|
generation_config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
"pad_token_id": 0,
|
4 |
-
"transformers_version": "4.
|
5 |
}
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
"pad_token_id": 0,
|
4 |
+
"transformers_version": "4.33.0.dev0"
|
5 |
}
|
onnx/model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:624cc2492e0910b016c266ad0adcccfcea078c2ea3074f4fee781f5c553b4419
|
3 |
+
size 409431844
|
onnx/model_quantized.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:918f5023c235d9667f543c81fe00f6a324c5c41b8c5e335db2ce7ed6e249b739
|
3 |
+
size 103596410
|
quantize_config.json
CHANGED
@@ -4,25 +4,25 @@
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
-
"Shape",
|
8 |
-
"Unsqueeze",
|
9 |
-
"Sub",
|
10 |
"Pow",
|
11 |
-
"MatMul",
|
12 |
"Div",
|
13 |
"Sqrt",
|
14 |
-
"
|
|
|
|
|
|
|
15 |
"Cast",
|
|
|
|
|
16 |
"Gather",
|
|
|
|
|
17 |
"Erf",
|
18 |
"Constant",
|
19 |
-
"
|
20 |
-
"Softmax",
|
21 |
"Add",
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"Concat",
|
25 |
-
"Reshape"
|
26 |
],
|
27 |
"weight_type": "QInt8"
|
28 |
}
|
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
|
|
|
|
|
|
7 |
"Pow",
|
|
|
8 |
"Div",
|
9 |
"Sqrt",
|
10 |
+
"Concat",
|
11 |
+
"Softmax",
|
12 |
+
"Unsqueeze",
|
13 |
+
"Sub",
|
14 |
"Cast",
|
15 |
+
"ReduceMean",
|
16 |
+
"Reshape",
|
17 |
"Gather",
|
18 |
+
"Transpose",
|
19 |
+
"Mul",
|
20 |
"Erf",
|
21 |
"Constant",
|
22 |
+
"Shape",
|
|
|
23 |
"Add",
|
24 |
+
"MatMul",
|
25 |
+
"Slice"
|
|
|
|
|
26 |
],
|
27 |
"weight_type": "QInt8"
|
28 |
}
|