File size: 4,815 Bytes
f2c6fa7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-uncased",
  "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-album",
    "2": "I-album",
    "3": "B-artist",
    "4": "I-artist",
    "5": "B-best_rating",
    "6": "I-best_rating",
    "7": "B-city",
    "8": "I-city",
    "9": "B-condition_description",
    "10": "I-condition_description",
    "11": "B-condition_temperature",
    "12": "I-condition_temperature",
    "13": "B-country",
    "14": "I-country",
    "15": "B-cuisine",
    "16": "I-cuisine",
    "17": "B-current_location",
    "18": "I-current_location",
    "19": "B-entity_name",
    "20": "I-entity_name",
    "21": "B-facility",
    "22": "I-facility",
    "23": "B-genre",
    "24": "I-genre",
    "25": "B-geographic_poi",
    "26": "I-geographic_poi",
    "27": "B-location_name",
    "28": "I-location_name",
    "29": "B-movie_name",
    "30": "I-movie_name",
    "31": "B-movie_type",
    "32": "I-movie_type",
    "33": "B-music_item",
    "34": "I-music_item",
    "35": "B-object_location_type",
    "36": "I-object_location_type",
    "37": "B-object_name",
    "38": "I-object_name",
    "39": "B-object_part_of_series_type",
    "40": "I-object_part_of_series_type",
    "41": "B-object_select",
    "42": "I-object_select",
    "43": "B-object_type",
    "44": "I-object_type",
    "45": "B-party_size_description",
    "46": "I-party_size_description",
    "47": "B-party_size_number",
    "48": "I-party_size_number",
    "49": "B-playlist",
    "50": "I-playlist",
    "51": "B-playlist_owner",
    "52": "I-playlist_owner",
    "53": "B-poi",
    "54": "I-poi",
    "55": "B-rating_unit",
    "56": "I-rating_unit",
    "57": "B-rating_value",
    "58": "I-rating_value",
    "59": "B-restaurant_name",
    "60": "I-restaurant_name",
    "61": "B-restaurant_type",
    "62": "I-restaurant_type",
    "63": "B-served_dish",
    "64": "I-served_dish",
    "65": "B-service",
    "66": "I-service",
    "67": "B-sort",
    "68": "I-sort",
    "69": "B-spatial_relation",
    "70": "I-spatial_relation",
    "71": "B-state",
    "72": "I-state",
    "73": "B-timeRange",
    "74": "I-timeRange",
    "75": "B-track",
    "76": "I-track",
    "77": "B-year",
    "78": "I-year"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "B-album": 1,
    "B-artist": 3,
    "B-best_rating": 5,
    "B-city": 7,
    "B-condition_description": 9,
    "B-condition_temperature": 11,
    "B-country": 13,
    "B-cuisine": 15,
    "B-current_location": 17,
    "B-entity_name": 19,
    "B-facility": 21,
    "B-genre": 23,
    "B-geographic_poi": 25,
    "B-location_name": 27,
    "B-movie_name": 29,
    "B-movie_type": 31,
    "B-music_item": 33,
    "B-object_location_type": 35,
    "B-object_name": 37,
    "B-object_part_of_series_type": 39,
    "B-object_select": 41,
    "B-object_type": 43,
    "B-party_size_description": 45,
    "B-party_size_number": 47,
    "B-playlist": 49,
    "B-playlist_owner": 51,
    "B-poi": 53,
    "B-rating_unit": 55,
    "B-rating_value": 57,
    "B-restaurant_name": 59,
    "B-restaurant_type": 61,
    "B-served_dish": 63,
    "B-service": 65,
    "B-sort": 67,
    "B-spatial_relation": 69,
    "B-state": 71,
    "B-timeRange": 73,
    "B-track": 75,
    "B-year": 77,
    "I-album": 2,
    "I-artist": 4,
    "I-best_rating": 6,
    "I-city": 8,
    "I-condition_description": 10,
    "I-condition_temperature": 12,
    "I-country": 14,
    "I-cuisine": 16,
    "I-current_location": 18,
    "I-entity_name": 20,
    "I-facility": 22,
    "I-genre": 24,
    "I-geographic_poi": 26,
    "I-location_name": 28,
    "I-movie_name": 30,
    "I-movie_type": 32,
    "I-music_item": 34,
    "I-object_location_type": 36,
    "I-object_name": 38,
    "I-object_part_of_series_type": 40,
    "I-object_select": 42,
    "I-object_type": 44,
    "I-party_size_description": 46,
    "I-party_size_number": 48,
    "I-playlist": 50,
    "I-playlist_owner": 52,
    "I-poi": 54,
    "I-rating_unit": 56,
    "I-rating_value": 58,
    "I-restaurant_name": 60,
    "I-restaurant_type": 62,
    "I-served_dish": 64,
    "I-service": 66,
    "I-sort": 68,
    "I-spatial_relation": 70,
    "I-state": 72,
    "I-timeRange": 74,
    "I-track": 76,
    "I-year": 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.27.1",
  "type_vocab_size": 2,
  "use_cache": true,
  "vocab_size": 30522
}