Xenova HF staff commited on
Commit
6de579b
1 Parent(s): d14b368

Upload folder using huggingface_hub

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