File size: 4,884 Bytes
36f09d2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
{
  "_name_or_path": "xlm-roberta-base",
  "architectures": [
    "XLMRobertaForTokenClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "bos_token_id": 0,
  "classifier_dropout": null,
  "eos_token_id": 2,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "o",
    "1": "b-av_alias",
    "10": "b-location",
    "11": "i-location",
    "12": "b-name",
    "13": "i-name",
    "14": "b-phone_number",
    "15": "i-phone_number",
    "16": "b-phone_type",
    "17": "b-email",
    "18": "b-to",
    "19": "i-to",
    "2": "i-av_alias",
    "20": "b-subject",
    "21": "i-subject",
    "22": "b-message",
    "23": "i-message",
    "24": "b-sender_address",
    "25": "b-time",
    "26": "i-time",
    "27": "b-label",
    "28": "i-label",
    "29": "b-priority",
    "3": "b-device_name",
    "30": "i-priority",
    "31": "b-caption",
    "32": "i-caption",
    "33": "b-picture_url",
    "34": "b-status",
    "35": "i-status",
    "36": "b-album",
    "37": "i-album",
    "38": "b-weight",
    "39": "i-weight",
    "4": "b-value",
    "40": "b-file_name",
    "41": "i-file_name",
    "42": "b-mail",
    "43": "b-file_size",
    "44": "i-file_size",
    "45": "b-mime_type",
    "46": "b-filter",
    "47": "b-hashtag",
    "48": "b-date_month",
    "49": "b-date_day",
    "5": "i-value",
    "50": "i-date_day",
    "51": "b-count",
    "52": "b-portal",
    "53": "i-portal",
    "54": "b-section",
    "55": "b-sender",
    "56": "i-sender",
    "57": "b-channel",
    "58": "b-username",
    "59": "i-username",
    "6": "b-event_name",
    "60": "i-channel",
    "61": "b-purpose",
    "62": "i-purpose",
    "63": "b-topic",
    "64": "b-percent",
    "65": "b-playlist",
    "66": "i-playlist",
    "67": "b-song",
    "68": "i-song",
    "69": "b-artist",
    "7": "i-event_name",
    "70": "i-artist",
    "71": "b-seek_time",
    "72": "b-text",
    "73": "i-text",
    "74": "b-all_lang",
    "75": "b-src_lang",
    "76": "b-trg_lang",
    "77": "b-translator",
    "78": "b-img_query",
    "79": "i-img_query",
    "8": "b-date",
    "80": "b-txt_query",
    "81": "i-txt_query",
    "82": "b-query",
    "83": "i-query",
    "84": "b-category",
    "85": "i-category",
    "86": "b-rating",
    "87": "b-review_count",
    "88": "b-channel_id",
    "89": "i-channel_id",
    "9": "i-date"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "b-album": "36",
    "b-all_lang": "74",
    "b-artist": "69",
    "b-av_alias": "1",
    "b-caption": "31",
    "b-category": "84",
    "b-channel": "57",
    "b-channel_id": "88",
    "b-count": "51",
    "b-date": "8",
    "b-date_day": "49",
    "b-date_month": "48",
    "b-device_name": "3",
    "b-email": "17",
    "b-event_name": "6",
    "b-file_name": "40",
    "b-file_size": "43",
    "b-filter": "46",
    "b-hashtag": "47",
    "b-img_query": "78",
    "b-label": "27",
    "b-location": "10",
    "b-mail": "42",
    "b-message": "22",
    "b-mime_type": "45",
    "b-name": "12",
    "b-percent": "64",
    "b-phone_number": "14",
    "b-phone_type": "16",
    "b-picture_url": "33",
    "b-playlist": "65",
    "b-portal": "52",
    "b-priority": "29",
    "b-purpose": "61",
    "b-query": "82",
    "b-rating": "86",
    "b-review_count": "87",
    "b-section": "54",
    "b-seek_time": "71",
    "b-sender": "55",
    "b-sender_address": "24",
    "b-song": "67",
    "b-src_lang": "75",
    "b-status": "34",
    "b-subject": "20",
    "b-text": "72",
    "b-time": "25",
    "b-to": "18",
    "b-topic": "63",
    "b-translator": "77",
    "b-trg_lang": "76",
    "b-txt_query": "80",
    "b-username": "58",
    "b-value": "4",
    "b-weight": "38",
    "i-album": "37",
    "i-artist": "70",
    "i-av_alias": "2",
    "i-caption": "32",
    "i-category": "85",
    "i-channel": "60",
    "i-channel_id": "89",
    "i-date": "9",
    "i-date_day": "50",
    "i-event_name": "7",
    "i-file_name": "41",
    "i-file_size": "44",
    "i-img_query": "79",
    "i-label": "28",
    "i-location": "11",
    "i-message": "23",
    "i-name": "13",
    "i-phone_number": "15",
    "i-playlist": "66",
    "i-portal": "53",
    "i-priority": "30",
    "i-purpose": "62",
    "i-query": "83",
    "i-sender": "56",
    "i-song": "68",
    "i-status": "35",
    "i-subject": "21",
    "i-text": "73",
    "i-time": "26",
    "i-to": "19",
    "i-txt_query": "81",
    "i-username": "59",
    "i-value": "5",
    "i-weight": "39",
    "o": "0"
  },
  "layer_norm_eps": 1e-05,
  "max_position_embeddings": 514,
  "model_type": "xlm-roberta",
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "output_past": true,
  "pad_token_id": 1,
  "position_embedding_type": "absolute",
  "torch_dtype": "float32",
  "transformers_version": "4.27.4",
  "type_vocab_size": 1,
  "use_cache": true,
  "vocab_size": 250002
}