system HF staff commited on
Commit
44b6abf
1 Parent(s): ae866f8

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +220 -0
config.json ADDED
@@ -0,0 +1,220 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 2,
3
+ "architectures": [
4
+ "ElectraForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "embedding_size": 768,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "B-academic",
13
+ "1": "B-academic_person",
14
+ "2": "B-aircraft",
15
+ "3": "B-album_person",
16
+ "4": "B-anatomy",
17
+ "5": "B-animal",
18
+ "6": "B-architect_person",
19
+ "7": "B-capital",
20
+ "8": "B-chemical",
21
+ "9": "B-clothes",
22
+ "10": "B-country",
23
+ "11": "B-culture",
24
+ "12": "B-currency",
25
+ "13": "B-date",
26
+ "14": "B-food",
27
+ "15": "B-genre",
28
+ "16": "B-government",
29
+ "17": "B-government_person",
30
+ "18": "B-language",
31
+ "19": "B-location",
32
+ "20": "B-material",
33
+ "21": "B-measure",
34
+ "22": "B-medical",
35
+ "23": "B-military",
36
+ "24": "B-military_person",
37
+ "25": "B-nation",
38
+ "26": "B-newspaper",
39
+ "27": "B-organization",
40
+ "28": "B-organization_person",
41
+ "29": "B-person",
42
+ "30": "B-production_art_music",
43
+ "31": "B-production_art_music_person",
44
+ "32": "B-quantity",
45
+ "33": "B-religion",
46
+ "34": "B-science",
47
+ "35": "B-shape",
48
+ "36": "B-ship",
49
+ "37": "B-software",
50
+ "38": "B-space",
51
+ "39": "B-space_person",
52
+ "40": "B-sport",
53
+ "41": "B-sport_name",
54
+ "42": "B-sport_person",
55
+ "43": "B-structure",
56
+ "44": "B-subject",
57
+ "45": "B-tech",
58
+ "46": "B-train",
59
+ "47": "B-vehicle",
60
+ "48": "I-academic",
61
+ "49": "I-academic_person",
62
+ "50": "I-aircraft",
63
+ "51": "I-album_person",
64
+ "52": "I-anatomy",
65
+ "53": "I-animal",
66
+ "54": "I-architect_person",
67
+ "55": "I-capital",
68
+ "56": "I-chemical",
69
+ "57": "I-clothes",
70
+ "58": "I-country",
71
+ "59": "I-culture",
72
+ "60": "I-currency",
73
+ "61": "I-date",
74
+ "62": "I-food",
75
+ "63": "I-genre",
76
+ "64": "I-government",
77
+ "65": "I-government_person",
78
+ "66": "I-language",
79
+ "67": "I-location",
80
+ "68": "I-material",
81
+ "69": "I-measure",
82
+ "70": "I-medical",
83
+ "71": "I-military",
84
+ "72": "I-military_person",
85
+ "73": "I-nation",
86
+ "74": "I-newspaper",
87
+ "75": "I-organization",
88
+ "76": "I-organization_person",
89
+ "77": "I-person",
90
+ "78": "I-production_art_music",
91
+ "79": "I-production_art_music_person",
92
+ "80": "I-religion",
93
+ "81": "I-science",
94
+ "82": "I-ship",
95
+ "83": "I-software",
96
+ "84": "I-space",
97
+ "85": "I-space_person",
98
+ "86": "I-sport",
99
+ "87": "I-sport_name",
100
+ "88": "I-sport_person",
101
+ "89": "I-structure",
102
+ "90": "I-subject",
103
+ "91": "I-tech",
104
+ "92": "I-train",
105
+ "93": "I-vehicle",
106
+ "94": "O"
107
+ },
108
+ "initializer_range": 0.02,
109
+ "intermediate_size": 3072,
110
+ "label2id": {
111
+ "B-academic": 0,
112
+ "B-academic_person": 1,
113
+ "B-aircraft": 2,
114
+ "B-album_person": 3,
115
+ "B-anatomy": 4,
116
+ "B-animal": 5,
117
+ "B-architect_person": 6,
118
+ "B-capital": 7,
119
+ "B-chemical": 8,
120
+ "B-clothes": 9,
121
+ "B-country": 10,
122
+ "B-culture": 11,
123
+ "B-currency": 12,
124
+ "B-date": 13,
125
+ "B-food": 14,
126
+ "B-genre": 15,
127
+ "B-government": 16,
128
+ "B-government_person": 17,
129
+ "B-language": 18,
130
+ "B-location": 19,
131
+ "B-material": 20,
132
+ "B-measure": 21,
133
+ "B-medical": 22,
134
+ "B-military": 23,
135
+ "B-military_person": 24,
136
+ "B-nation": 25,
137
+ "B-newspaper": 26,
138
+ "B-organization": 27,
139
+ "B-organization_person": 28,
140
+ "B-person": 29,
141
+ "B-production_art_music": 30,
142
+ "B-production_art_music_person": 31,
143
+ "B-quantity": 32,
144
+ "B-religion": 33,
145
+ "B-science": 34,
146
+ "B-shape": 35,
147
+ "B-ship": 36,
148
+ "B-software": 37,
149
+ "B-space": 38,
150
+ "B-space_person": 39,
151
+ "B-sport": 40,
152
+ "B-sport_name": 41,
153
+ "B-sport_person": 42,
154
+ "B-structure": 43,
155
+ "B-subject": 44,
156
+ "B-tech": 45,
157
+ "B-train": 46,
158
+ "B-vehicle": 47,
159
+ "I-academic": 48,
160
+ "I-academic_person": 49,
161
+ "I-aircraft": 50,
162
+ "I-album_person": 51,
163
+ "I-anatomy": 52,
164
+ "I-animal": 53,
165
+ "I-architect_person": 54,
166
+ "I-capital": 55,
167
+ "I-chemical": 56,
168
+ "I-clothes": 57,
169
+ "I-country": 58,
170
+ "I-culture": 59,
171
+ "I-currency": 60,
172
+ "I-date": 61,
173
+ "I-food": 62,
174
+ "I-genre": 63,
175
+ "I-government": 64,
176
+ "I-government_person": 65,
177
+ "I-language": 66,
178
+ "I-location": 67,
179
+ "I-material": 68,
180
+ "I-measure": 69,
181
+ "I-medical": 70,
182
+ "I-military": 71,
183
+ "I-military_person": 72,
184
+ "I-nation": 73,
185
+ "I-newspaper": 74,
186
+ "I-organization": 75,
187
+ "I-organization_person": 76,
188
+ "I-person": 77,
189
+ "I-production_art_music": 78,
190
+ "I-production_art_music_person": 79,
191
+ "I-religion": 80,
192
+ "I-science": 81,
193
+ "I-ship": 82,
194
+ "I-software": 83,
195
+ "I-space": 84,
196
+ "I-space_person": 85,
197
+ "I-sport": 86,
198
+ "I-sport_name": 87,
199
+ "I-sport_person": 88,
200
+ "I-structure": 89,
201
+ "I-subject": 90,
202
+ "I-tech": 91,
203
+ "I-train": 92,
204
+ "I-vehicle": 93,
205
+ "O": 94
206
+ },
207
+ "layer_norm_eps": 1e-12,
208
+ "max_position_embeddings": 512,
209
+ "model_type": "electra",
210
+ "num_attention_heads": 12,
211
+ "num_hidden_layers": 12,
212
+ "output_past": true,
213
+ "pad_token_id": 0,
214
+ "summary_activation": "gelu",
215
+ "summary_last_dropout": 0.1,
216
+ "summary_type": "first",
217
+ "summary_use_proj": true,
218
+ "type_vocab_size": 2,
219
+ "vocab_size": 32000
220
+ }