File size: 4,429 Bytes
9a006b3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
{
  "_name_or_path": "bert-base-cased",
  "architectures": [
    "BertForTokenClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "classifier_dropout": null,
  "gradient_checkpointing": false,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "O",
    "1": "B-academicjournal",
    "2": "I-academicjournal",
    "3": "B-album",
    "4": "I-album",
    "5": "B-algorithm",
    "6": "I-algorithm",
    "7": "B-astronomicalobject",
    "8": "I-astronomicalobject",
    "9": "B-award",
    "10": "I-award",
    "11": "B-band",
    "12": "I-band",
    "13": "B-book",
    "14": "I-book",
    "15": "B-chemicalcompound",
    "16": "I-chemicalcompound",
    "17": "B-chemicalelement",
    "18": "I-chemicalelement",
    "19": "B-conference",
    "20": "I-conference",
    "21": "B-country",
    "22": "I-country",
    "23": "B-discipline",
    "24": "I-discipline",
    "25": "B-election",
    "26": "I-election",
    "27": "B-enzyme",
    "28": "I-enzyme",
    "29": "B-event",
    "30": "I-event",
    "31": "B-field",
    "32": "I-field",
    "33": "B-literarygenre",
    "34": "I-literarygenre",
    "35": "B-location",
    "36": "I-location",
    "37": "B-magazine",
    "38": "I-magazine",
    "39": "B-metrics",
    "40": "I-metrics",
    "41": "B-misc",
    "42": "I-misc",
    "43": "B-musicalartist",
    "44": "I-musicalartist",
    "45": "B-musicalinstrument",
    "46": "I-musicalinstrument",
    "47": "B-musicgenre",
    "48": "I-musicgenre",
    "49": "B-organisation",
    "50": "I-organisation",
    "51": "B-person",
    "52": "I-person",
    "53": "B-poem",
    "54": "I-poem",
    "55": "B-politicalparty",
    "56": "I-politicalparty",
    "57": "B-politician",
    "58": "I-politician",
    "59": "B-product",
    "60": "I-product",
    "61": "B-programlang",
    "62": "I-programlang",
    "63": "B-protein",
    "64": "I-protein",
    "65": "B-researcher",
    "66": "I-researcher",
    "67": "B-scientist",
    "68": "I-scientist",
    "69": "B-song",
    "70": "I-song",
    "71": "B-task",
    "72": "I-task",
    "73": "B-theory",
    "74": "I-theory",
    "75": "B-university",
    "76": "I-university",
    "77": "B-writer",
    "78": "I-writer"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "B-academicjournal": 1,
    "B-album": 3,
    "B-algorithm": 5,
    "B-astronomicalobject": 7,
    "B-award": 9,
    "B-band": 11,
    "B-book": 13,
    "B-chemicalcompound": 15,
    "B-chemicalelement": 17,
    "B-conference": 19,
    "B-country": 21,
    "B-discipline": 23,
    "B-election": 25,
    "B-enzyme": 27,
    "B-event": 29,
    "B-field": 31,
    "B-literarygenre": 33,
    "B-location": 35,
    "B-magazine": 37,
    "B-metrics": 39,
    "B-misc": 41,
    "B-musicalartist": 43,
    "B-musicalinstrument": 45,
    "B-musicgenre": 47,
    "B-organisation": 49,
    "B-person": 51,
    "B-poem": 53,
    "B-politicalparty": 55,
    "B-politician": 57,
    "B-product": 59,
    "B-programlang": 61,
    "B-protein": 63,
    "B-researcher": 65,
    "B-scientist": 67,
    "B-song": 69,
    "B-task": 71,
    "B-theory": 73,
    "B-university": 75,
    "B-writer": 77,
    "I-academicjournal": 2,
    "I-album": 4,
    "I-algorithm": 6,
    "I-astronomicalobject": 8,
    "I-award": 10,
    "I-band": 12,
    "I-book": 14,
    "I-chemicalcompound": 16,
    "I-chemicalelement": 18,
    "I-conference": 20,
    "I-country": 22,
    "I-discipline": 24,
    "I-election": 26,
    "I-enzyme": 28,
    "I-event": 30,
    "I-field": 32,
    "I-literarygenre": 34,
    "I-location": 36,
    "I-magazine": 38,
    "I-metrics": 40,
    "I-misc": 42,
    "I-musicalartist": 44,
    "I-musicalinstrument": 46,
    "I-musicgenre": 48,
    "I-organisation": 50,
    "I-person": 52,
    "I-poem": 54,
    "I-politicalparty": 56,
    "I-politician": 58,
    "I-product": 60,
    "I-programlang": 62,
    "I-protein": 64,
    "I-researcher": 66,
    "I-scientist": 68,
    "I-song": 70,
    "I-task": 72,
    "I-theory": 74,
    "I-university": 76,
    "I-writer": 78,
    "O": 0
  },
  "layer_norm_eps": 1e-12,
  "max_position_embeddings": 512,
  "model_type": "bert",
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "pad_token_id": 0,
  "position_embedding_type": "absolute",
  "torch_dtype": "float32",
  "transformers_version": "4.28.0",
  "type_vocab_size": 2,
  "use_cache": true,
  "vocab_size": 28996
}