tarekziade commited on
Commit
68d9b8b
1 Parent(s): dc422aa

Upload 8 files

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
@@ -27,7 +27,6 @@
27
  "seq_classif_dropout": 0.2,
28
  "sinusoidal_pos_embds": false,
29
  "tie_weights_": true,
30
- "torch_dtype": "float32",
31
- "transformers_version": "4.38.2",
32
  "vocab_size": 30522
33
  }
 
1
  {
2
+ "_name_or_path": "tarekziade/pardonmyai",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
 
27
  "seq_classif_dropout": 0.2,
28
  "sinusoidal_pos_embds": false,
29
  "tie_weights_": true,
30
+ "transformers_version": "4.36.2",
 
31
  "vocab_size": 30522
32
  }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:814b5cb7a94a3757c22052131970b5a378de3e3841b491cf83525e41d9cec63a
3
+ size 267955712
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:118bd514d22922eedd727cb1d62907ca0304def20dee98da1033ecfa8304caff
3
+ size 67581199
quantize_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_channel": true,
3
+ "reduce_range": true,
4
+ "per_model_config": {
5
+ "model": {
6
+ "op_types": [
7
+ "Pow",
8
+ "Relu",
9
+ "Div",
10
+ "Unsqueeze",
11
+ "Reshape",
12
+ "Shape",
13
+ "Mul",
14
+ "Expand",
15
+ "Sub",
16
+ "MatMul",
17
+ "Constant",
18
+ "Equal",
19
+ "Add",
20
+ "Erf",
21
+ "Concat",
22
+ "Softmax",
23
+ "Slice",
24
+ "Where",
25
+ "Gemm",
26
+ "Sqrt",
27
+ "Gather",
28
+ "ReduceMean",
29
+ "Transpose",
30
+ "Cast"
31
+ ],
32
+ "weight_type": "QInt8"
33
+ }
34
+ }
35
+ }
special_tokens_map.json CHANGED
@@ -1,7 +1,37 @@
1
  {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
  }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff