Upload folder using huggingface_hub
Browse files- config.json +2 -2
- quantize_config.json +29 -29
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
@@ -38,7 +38,7 @@
|
|
38 |
"position_buckets": 256,
|
39 |
"relative_attention": true,
|
40 |
"share_att_key": true,
|
41 |
-
"transformers_version": "4.
|
42 |
"type_vocab_size": 0,
|
43 |
"vocab_size": 128100
|
44 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "cross-encoder/nli-deberta-v3-xsmall",
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
|
|
38 |
"position_buckets": 256,
|
39 |
"relative_attention": true,
|
40 |
"share_att_key": true,
|
41 |
+
"transformers_version": "4.33.0.dev0",
|
42 |
"type_vocab_size": 0,
|
43 |
"vocab_size": 128100
|
44 |
}
|
quantize_config.json
CHANGED
@@ -4,45 +4,45 @@
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
-
"
|
8 |
-
"Range",
|
9 |
-
"Constant",
|
10 |
-
"Sign",
|
11 |
-
"Mul",
|
12 |
-
"Expand",
|
13 |
"Div",
|
14 |
-
"
|
15 |
"Slice",
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
|
|
|
|
20 |
"GatherElements",
|
21 |
-
"Concat",
|
22 |
-
"Unsqueeze",
|
23 |
"Gather",
|
24 |
-
"Cast",
|
25 |
-
"Tile",
|
26 |
-
"Erf",
|
27 |
-
"Gemm",
|
28 |
-
"Abs",
|
29 |
-
"Ceil",
|
30 |
-
"Where",
|
31 |
-
"Identity",
|
32 |
-
"Sqrt",
|
33 |
"Squeeze",
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"Equal",
|
37 |
"LessOrEqual",
|
38 |
-
"
|
39 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
"MatMul",
|
|
|
|
|
41 |
"Reshape",
|
|
|
|
|
|
|
|
|
42 |
"Add",
|
43 |
"Log",
|
44 |
-
"
|
45 |
-
"
|
|
|
|
|
|
|
46 |
],
|
47 |
"weight_type": "QInt8"
|
48 |
}
|
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
+
"Sub",
|
|
|
|
|
|
|
|
|
|
|
8 |
"Div",
|
9 |
+
"Identity",
|
10 |
"Slice",
|
11 |
+
"Tile",
|
12 |
+
"And",
|
13 |
+
"Expand",
|
14 |
+
"Softmax",
|
15 |
+
"Equal",
|
16 |
+
"Mul",
|
17 |
"GatherElements",
|
|
|
|
|
18 |
"Gather",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
"Squeeze",
|
20 |
+
"Abs",
|
21 |
+
"ReduceMean",
|
|
|
22 |
"LessOrEqual",
|
23 |
+
"Sign",
|
24 |
+
"Transpose",
|
25 |
+
"Concat",
|
26 |
+
"Gemm",
|
27 |
+
"Erf",
|
28 |
+
"Less",
|
29 |
+
"Pow",
|
30 |
+
"Range",
|
31 |
"MatMul",
|
32 |
+
"Ceil",
|
33 |
+
"ConstantOfShape",
|
34 |
"Reshape",
|
35 |
+
"Clip",
|
36 |
+
"Cast",
|
37 |
+
"Neg",
|
38 |
+
"Unsqueeze",
|
39 |
"Add",
|
40 |
"Log",
|
41 |
+
"Where",
|
42 |
+
"Greater",
|
43 |
+
"Sqrt",
|
44 |
+
"Constant",
|
45 |
+
"Shape"
|
46 |
],
|
47 |
"weight_type": "QInt8"
|
48 |
}
|