jdp8 commited on
Commit
abec15d
·
verified ·
1 Parent(s): 7269fc8

Upload 14 files

Browse files
config.json ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "QCRI/bert-base-multilingual-cased-pos-english",
4
+ "architectures": [
5
+ "BertForTokenClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "classifier_dropout": null,
9
+ "directionality": "bidi",
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "O",
16
+ "1": "``",
17
+ "2": ",",
18
+ "3": ":",
19
+ "4": ".",
20
+ "5": "''",
21
+ "6": "$",
22
+ "7": "#",
23
+ "8": "CC",
24
+ "9": "CD",
25
+ "10": "DT",
26
+ "11": "EX",
27
+ "12": "FW",
28
+ "13": "IN",
29
+ "14": "JJ",
30
+ "15": "JJR",
31
+ "16": "JJS",
32
+ "17": "-LRB-",
33
+ "18": "LS",
34
+ "19": "MD",
35
+ "20": "NN",
36
+ "21": "NNP",
37
+ "22": "NNPS",
38
+ "23": "NNS",
39
+ "24": "PDT",
40
+ "25": "POS",
41
+ "26": "PRP",
42
+ "27": "PRP$",
43
+ "28": "RB",
44
+ "29": "RBR",
45
+ "30": "RBS",
46
+ "31": "RP",
47
+ "32": "-RRB-",
48
+ "33": "SYM",
49
+ "34": "TO",
50
+ "35": "UH",
51
+ "36": "VB",
52
+ "37": "VBD",
53
+ "38": "VBG",
54
+ "39": "VBN",
55
+ "40": "VBP",
56
+ "41": "VBZ",
57
+ "42": "WDT",
58
+ "43": "WP",
59
+ "44": "WP$",
60
+ "45": "WRB"
61
+ },
62
+ "initializer_range": 0.02,
63
+ "intermediate_size": 3072,
64
+ "label2id": {
65
+ "#": 7,
66
+ "$": 6,
67
+ "''": 5,
68
+ ",": 2,
69
+ "-LRB-": 17,
70
+ "-RRB-": 32,
71
+ ".": 4,
72
+ ":": 3,
73
+ "CC": 8,
74
+ "CD": 9,
75
+ "DT": 10,
76
+ "EX": 11,
77
+ "FW": 12,
78
+ "IN": 13,
79
+ "JJ": 14,
80
+ "JJR": 15,
81
+ "JJS": 16,
82
+ "LS": 18,
83
+ "MD": 19,
84
+ "NN": 20,
85
+ "NNP": 21,
86
+ "NNPS": 22,
87
+ "NNS": 23,
88
+ "O": 0,
89
+ "PDT": 24,
90
+ "POS": 25,
91
+ "PRP": 26,
92
+ "PRP$": 27,
93
+ "RB": 28,
94
+ "RBR": 29,
95
+ "RBS": 30,
96
+ "RP": 31,
97
+ "SYM": 33,
98
+ "TO": 34,
99
+ "UH": 35,
100
+ "VB": 36,
101
+ "VBD": 37,
102
+ "VBG": 38,
103
+ "VBN": 39,
104
+ "VBP": 40,
105
+ "VBZ": 41,
106
+ "WDT": 42,
107
+ "WP": 43,
108
+ "WP$": 44,
109
+ "WRB": 45,
110
+ "``": 1
111
+ },
112
+ "layer_norm_eps": 1e-12,
113
+ "max_position_embeddings": 512,
114
+ "model_type": "bert",
115
+ "num_attention_heads": 12,
116
+ "num_hidden_layers": 12,
117
+ "pad_token_id": 0,
118
+ "pooler_fc_size": 768,
119
+ "pooler_num_attention_heads": 12,
120
+ "pooler_num_fc_layers": 3,
121
+ "pooler_size_per_head": 128,
122
+ "pooler_type": "first_token_transform",
123
+ "position_embedding_type": "absolute",
124
+ "transformers_version": "4.46.3",
125
+ "type_vocab_size": 2,
126
+ "use_cache": true,
127
+ "vocab_size": 119547
128
+ }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cb5ed5cf908e84ce0bc17ab5f3f9825e686c862cf8426cf908f2ddb9b7115ce
3
+ size 709500682
onnx/model_bnb4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc9859ed8b72566fd28a03f541b716bcbb99287b7c721bcfa32a3e6a42039205
3
+ size 417427720
onnx/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f1f80d0edc67c1f0fe7e794cad5057cd80be88b63e7e70f495bf46a20db48ad
3
+ size 354904517
onnx/model_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:919062fa22173b7f06e440410ee9203e8c206222a29d82ff939c8167462c09e4
3
+ size 178480026
onnx/model_q4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e804cc10c3b4f63513f505c6724c1cbeb936913bcb588b3f02d4d50c7b5c96cd
3
+ size 422737807
onnx/model_q4f16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:292f7f64b15c0a43fc0f63c537f55ca295c6fc527cd712af76ce4011ed41f8c7
3
+ size 232771081
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:919062fa22173b7f06e440410ee9203e8c206222a29d82ff939c8167462c09e4
3
+ size 178480026
onnx/model_uint8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a11ad00f7b5d2086f1fbbefd0f88bfa3c50e145b21d1715d0344d7abe18d0825
3
+ size 178480026
quantize_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "modes": [
3
+ "fp16",
4
+ "q8",
5
+ "int8",
6
+ "uint8",
7
+ "q4",
8
+ "q4f16",
9
+ "bnb4"
10
+ ],
11
+ "per_channel": true,
12
+ "reduce_range": true,
13
+ "block_size": null,
14
+ "is_symmetric": true,
15
+ "accuracy_level": null,
16
+ "quant_type": 1,
17
+ "op_block_list": null
18
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
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
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": false,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff