File size: 3,687 Bytes
e2708f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
  "architectures": [
    "BertForTokenClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "classifier_dropout": null,
  "directionality": "bidi",
  "finetuning_task": "pos",
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "B-acl",
    "1": "B-advcl",
    "2": "B-advmod",
    "3": "B-amod",
    "4": "B-aux",
    "5": "B-case",
    "6": "B-cc",
    "7": "B-ccomp",
    "8": "B-clf",
    "9": "B-compound",
    "10": "B-compound:redup",
    "11": "B-conj",
    "12": "B-cop",
    "13": "B-csubj",
    "14": "B-csubj:pass",
    "15": "B-det",
    "16": "B-discourse",
    "17": "B-discourse:sp",
    "18": "B-dislocated",
    "19": "B-expl",
    "20": "B-fixed",
    "21": "B-flat",
    "22": "B-flat:foreign",
    "23": "B-flat:vv",
    "24": "B-iobj",
    "25": "B-list",
    "26": "B-mark",
    "27": "B-nmod",
    "28": "B-nsubj",
    "29": "B-nsubj:pass",
    "30": "B-nummod",
    "31": "B-obj",
    "32": "B-obl",
    "33": "B-obl:lmod",
    "34": "B-obl:tmod",
    "35": "B-orphan",
    "36": "B-parataxis",
    "37": "B-root",
    "38": "B-vocative",
    "39": "B-xcomp",
    "40": "I-acl",
    "41": "I-advcl",
    "42": "I-advmod",
    "43": "I-amod",
    "44": "I-ccomp",
    "45": "I-clf",
    "46": "I-compound",
    "47": "I-conj",
    "48": "I-csubj",
    "49": "I-dislocated",
    "50": "I-flat",
    "51": "I-flat:foreign",
    "52": "I-iobj",
    "53": "I-list",
    "54": "I-nmod",
    "55": "I-nsubj",
    "56": "I-nsubj:pass",
    "57": "I-nummod",
    "58": "I-obj",
    "59": "I-obl",
    "60": "I-obl:lmod",
    "61": "I-obl:tmod",
    "62": "I-parataxis",
    "63": "I-root",
    "64": "I-vocative",
    "65": "I-xcomp"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "B-acl": 0,
    "B-advcl": 1,
    "B-advmod": 2,
    "B-amod": 3,
    "B-aux": 4,
    "B-case": 5,
    "B-cc": 6,
    "B-ccomp": 7,
    "B-clf": 8,
    "B-compound": 9,
    "B-compound:redup": 10,
    "B-conj": 11,
    "B-cop": 12,
    "B-csubj": 13,
    "B-csubj:pass": 14,
    "B-det": 15,
    "B-discourse": 16,
    "B-discourse:sp": 17,
    "B-dislocated": 18,
    "B-expl": 19,
    "B-fixed": 20,
    "B-flat": 21,
    "B-flat:foreign": 22,
    "B-flat:vv": 23,
    "B-iobj": 24,
    "B-list": 25,
    "B-mark": 26,
    "B-nmod": 27,
    "B-nsubj": 28,
    "B-nsubj:pass": 29,
    "B-nummod": 30,
    "B-obj": 31,
    "B-obl": 32,
    "B-obl:lmod": 33,
    "B-obl:tmod": 34,
    "B-orphan": 35,
    "B-parataxis": 36,
    "B-root": 37,
    "B-vocative": 38,
    "B-xcomp": 39,
    "I-acl": 40,
    "I-advcl": 41,
    "I-advmod": 42,
    "I-amod": 43,
    "I-ccomp": 44,
    "I-clf": 45,
    "I-compound": 46,
    "I-conj": 47,
    "I-csubj": 48,
    "I-dislocated": 49,
    "I-flat": 50,
    "I-flat:foreign": 51,
    "I-iobj": 52,
    "I-list": 53,
    "I-nmod": 54,
    "I-nsubj": 55,
    "I-nsubj:pass": 56,
    "I-nummod": 57,
    "I-obj": 58,
    "I-obl": 59,
    "I-obl:lmod": 60,
    "I-obl:tmod": 61,
    "I-parataxis": 62,
    "I-root": 63,
    "I-vocative": 64,
    "I-xcomp": 65
  },
  "layer_norm_eps": 1e-12,
  "lstm_dropout_prob": 0.5,
  "lstm_embedding_size": 768,
  "max_position_embeddings": 512,
  "model_type": "bert",
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "pad_token_id": 0,
  "pooler_fc_size": 768,
  "pooler_num_attention_heads": 12,
  "pooler_num_fc_layers": 3,
  "pooler_size_per_head": 128,
  "pooler_type": "first_token_transform",
  "position_embedding_type": "absolute",
  "tokenizer_class": "BertTokenizer",
  "torch_dtype": "float32",
  "transformers_version": "4.19.4",
  "type_vocab_size": 2,
  "use_cache": true,
  "vocab_size": 38208
}