Upload folder using huggingface_hub
Browse files- config.json +35 -0
- merges.txt +0 -0
- onnx/model.onnx +3 -0
- onnx/model_bnb4.onnx +3 -0
- onnx/model_fp16.onnx +3 -0
- onnx/model_int8.onnx +3 -0
- onnx/model_q4.onnx +3 -0
- onnx/model_quantized.onnx +3 -0
- onnx/model_uint8.onnx +3 -0
- quantize_config.json +126 -0
- special_tokens_map.json +51 -0
- tokenizer.json +0 -0
- tokenizer_config.json +57 -0
- vocab.json +0 -0
config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "cardiffnlp/twitter-roberta-base-irony",
|
3 |
+
"architectures": [
|
4 |
+
"RobertaForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"gradient_checkpointing": false,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.1,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"id2label": {
|
15 |
+
"0": "non_irony",
|
16 |
+
"1": "irony"
|
17 |
+
},
|
18 |
+
"initializer_range": 0.02,
|
19 |
+
"intermediate_size": 3072,
|
20 |
+
"label2id": {
|
21 |
+
"irony": 1,
|
22 |
+
"non_irony": 0
|
23 |
+
},
|
24 |
+
"layer_norm_eps": 1e-05,
|
25 |
+
"max_position_embeddings": 514,
|
26 |
+
"model_type": "roberta",
|
27 |
+
"num_attention_heads": 12,
|
28 |
+
"num_hidden_layers": 12,
|
29 |
+
"pad_token_id": 1,
|
30 |
+
"position_embedding_type": "absolute",
|
31 |
+
"transformers_version": "4.38.2",
|
32 |
+
"type_vocab_size": 1,
|
33 |
+
"use_cache": true,
|
34 |
+
"vocab_size": 50265
|
35 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
onnx/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a56e88d8e7bf144ab72c6b247ac00188086f99c69420d7d377d7f96e16df17c
|
3 |
+
size 498870601
|
onnx/model_bnb4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f4199d3796c5ba9940ff7a89e75c0252d823e1e5af2cdaeba5f826616205aa9
|
3 |
+
size 206918923
|
onnx/model_fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6e5f85b2d36e8d8e0b36d79f86a34aab0fe6085f72be373bf5bdb4d722a6598
|
3 |
+
size 249667656
|
onnx/model_int8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:498f010b7f80d728393a1f6b20443a45fe8c4d9eb66238811c340242c5ab467e
|
3 |
+
size 125904647
|
onnx/model_q4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa83bc5bfad913d88979abe84ffd004dc5214342c4b05577767e63aab2b994df
|
3 |
+
size 212226811
|
onnx/model_quantized.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:498f010b7f80d728393a1f6b20443a45fe8c4d9eb66238811c340242c5ab467e
|
3 |
+
size 125904647
|
onnx/model_uint8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddc49b8442f27aa27d3a4fcfceb2fcaf79cd2c83a8175a07828c2bd42f7ade11
|
3 |
+
size 125904648
|
quantize_config.json
ADDED
@@ -0,0 +1,126 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fp16": {},
|
3 |
+
"q8": {
|
4 |
+
"per_model_config": {
|
5 |
+
"model": {
|
6 |
+
"op_types": [
|
7 |
+
"Add",
|
8 |
+
"Cast",
|
9 |
+
"Concat",
|
10 |
+
"Constant",
|
11 |
+
"ConstantOfShape",
|
12 |
+
"CumSum",
|
13 |
+
"Div",
|
14 |
+
"Equal",
|
15 |
+
"Erf",
|
16 |
+
"Expand",
|
17 |
+
"Gather",
|
18 |
+
"Gemm",
|
19 |
+
"MatMul",
|
20 |
+
"Mul",
|
21 |
+
"Not",
|
22 |
+
"Pow",
|
23 |
+
"ReduceMean",
|
24 |
+
"Reshape",
|
25 |
+
"Shape",
|
26 |
+
"Slice",
|
27 |
+
"Softmax",
|
28 |
+
"Sqrt",
|
29 |
+
"Sub",
|
30 |
+
"Tanh",
|
31 |
+
"Transpose",
|
32 |
+
"Unsqueeze",
|
33 |
+
"Where"
|
34 |
+
],
|
35 |
+
"weight_type": "QInt8"
|
36 |
+
}
|
37 |
+
},
|
38 |
+
"per_channel": true,
|
39 |
+
"reduce_range": true
|
40 |
+
},
|
41 |
+
"int8": {
|
42 |
+
"per_model_config": {
|
43 |
+
"model": {
|
44 |
+
"op_types": [
|
45 |
+
"Add",
|
46 |
+
"Cast",
|
47 |
+
"Concat",
|
48 |
+
"Constant",
|
49 |
+
"ConstantOfShape",
|
50 |
+
"CumSum",
|
51 |
+
"Div",
|
52 |
+
"Equal",
|
53 |
+
"Erf",
|
54 |
+
"Expand",
|
55 |
+
"Gather",
|
56 |
+
"Gemm",
|
57 |
+
"MatMul",
|
58 |
+
"Mul",
|
59 |
+
"Not",
|
60 |
+
"Pow",
|
61 |
+
"ReduceMean",
|
62 |
+
"Reshape",
|
63 |
+
"Shape",
|
64 |
+
"Slice",
|
65 |
+
"Softmax",
|
66 |
+
"Sqrt",
|
67 |
+
"Sub",
|
68 |
+
"Tanh",
|
69 |
+
"Transpose",
|
70 |
+
"Unsqueeze",
|
71 |
+
"Where"
|
72 |
+
],
|
73 |
+
"weight_type": "QInt8"
|
74 |
+
}
|
75 |
+
},
|
76 |
+
"per_channel": true,
|
77 |
+
"reduce_range": true
|
78 |
+
},
|
79 |
+
"uint8": {
|
80 |
+
"per_model_config": {
|
81 |
+
"model": {
|
82 |
+
"op_types": [
|
83 |
+
"Add",
|
84 |
+
"Cast",
|
85 |
+
"Concat",
|
86 |
+
"Constant",
|
87 |
+
"ConstantOfShape",
|
88 |
+
"CumSum",
|
89 |
+
"Div",
|
90 |
+
"Equal",
|
91 |
+
"Erf",
|
92 |
+
"Expand",
|
93 |
+
"Gather",
|
94 |
+
"Gemm",
|
95 |
+
"MatMul",
|
96 |
+
"Mul",
|
97 |
+
"Not",
|
98 |
+
"Pow",
|
99 |
+
"ReduceMean",
|
100 |
+
"Reshape",
|
101 |
+
"Shape",
|
102 |
+
"Slice",
|
103 |
+
"Softmax",
|
104 |
+
"Sqrt",
|
105 |
+
"Sub",
|
106 |
+
"Tanh",
|
107 |
+
"Transpose",
|
108 |
+
"Unsqueeze",
|
109 |
+
"Where"
|
110 |
+
],
|
111 |
+
"weight_type": "QUInt8"
|
112 |
+
}
|
113 |
+
},
|
114 |
+
"per_channel": true,
|
115 |
+
"reduce_range": true
|
116 |
+
},
|
117 |
+
"q4": {
|
118 |
+
"block_size": 32,
|
119 |
+
"is_symmetric": true,
|
120 |
+
"accuracy_level": null
|
121 |
+
},
|
122 |
+
"bnb4": {
|
123 |
+
"block_size": 64,
|
124 |
+
"quant_type": 1
|
125 |
+
}
|
126 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"cls_token": {
|
10 |
+
"content": "<s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"eos_token": {
|
17 |
+
"content": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": true,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"mask_token": {
|
24 |
+
"content": "<mask>",
|
25 |
+
"lstrip": true,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"pad_token": {
|
31 |
+
"content": "<pad>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": true,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
},
|
37 |
+
"sep_token": {
|
38 |
+
"content": "</s>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": true,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false
|
43 |
+
},
|
44 |
+
"unk_token": {
|
45 |
+
"content": "<unk>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": true,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false
|
50 |
+
}
|
51 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"0": {
|
5 |
+
"content": "<s>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": true,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"1": {
|
13 |
+
"content": "<pad>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": true,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"2": {
|
21 |
+
"content": "</s>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": true,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"3": {
|
29 |
+
"content": "<unk>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": true,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"50264": {
|
37 |
+
"content": "<mask>",
|
38 |
+
"lstrip": true,
|
39 |
+
"normalized": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
}
|
44 |
+
},
|
45 |
+
"bos_token": "<s>",
|
46 |
+
"clean_up_tokenization_spaces": true,
|
47 |
+
"cls_token": "<s>",
|
48 |
+
"eos_token": "</s>",
|
49 |
+
"errors": "replace",
|
50 |
+
"mask_token": "<mask>",
|
51 |
+
"model_max_length": 1000000000000000019884624838656,
|
52 |
+
"pad_token": "<pad>",
|
53 |
+
"sep_token": "</s>",
|
54 |
+
"tokenizer_class": "RobertaTokenizer",
|
55 |
+
"trim_offsets": true,
|
56 |
+
"unk_token": "<unk>"
|
57 |
+
}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|