File size: 5,550 Bytes
e1206c6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "distilbert/distilbert-base-uncased",
  "activation": "gelu",
  "architectures": [
    "DistilBertForTokenClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "id2label": {
    "0": "I-airport_code",
    "1": "I-depart_time.time",
    "2": "B-class_type",
    "3": "B-airport_code",
    "4": "B-connect",
    "5": "B-city_name",
    "6": "B-depart_date.month_name",
    "7": "B-depart_time.time",
    "8": "I-cost_relative",
    "9": "B-depart_time.end_time",
    "10": "B-airline_code",
    "11": "I-depart_time.end_time",
    "12": "I-flight_time",
    "13": "B-economy",
    "14": "B-cost_relative",
    "15": "I-city_name",
    "16": "B-depart_date.today_relative",
    "17": "I-stoploc.city_name",
    "18": "B-fromloc.city_name",
    "19": "B-fromloc.state_code",
    "20": "B-flight_stop",
    "21": "I-airport_name",
    "22": "B-arrive_date.month_name",
    "23": "B-fare_basis_code",
    "24": "B-toloc.city_name",
    "25": "I-toloc.airport_code",
    "26": "B-meal_description",
    "27": "B-arrive_time.period_of_day",
    "28": "B-arrive_time.start_time",
    "29": "B-fare_amount",
    "30": "I-aircraft_code",
    "31": "B-depart_time.start_time",
    "32": "B-flight_mod",
    "33": "B-toloc.state_code",
    "34": "B-flight_days",
    "35": "I-depart_date.day_number",
    "36": "B-arrive_time.time_relative",
    "37": "B-arrive_time.end_time",
    "38": "B-flight_time",
    "39": "I-airline_name",
    "40": "B-toloc.airport_code",
    "41": "I-class_type",
    "42": "B-aircraft_code",
    "43": "B-fromloc.airport_name",
    "44": "B-flight_number",
    "45": "B-round_trip",
    "46": "B-airline_name",
    "47": "B-depart_date.date_relative",
    "48": "B-depart_time.period_of_day",
    "49": "I-fromloc.city_name",
    "50": "B-arrive_time.time",
    "51": "B-arrive_date.day_name",
    "52": "I-depart_time.time_relative",
    "53": "I-transport_type",
    "54": "B-depart_time.time_relative",
    "55": "B-arrive_date.day_number",
    "56": "O",
    "57": "I-fare_amount",
    "58": "B-depart_date.year",
    "59": "I-toloc.airport_name",
    "60": "B-or",
    "61": "B-fromloc.state_name",
    "62": "B-meal",
    "63": "B-airport_name",
    "64": "I-fromloc.airport_name",
    "65": "B-depart_date.day_name",
    "66": "I-toloc.city_name",
    "67": "I-toloc.state_code",
    "68": "I-arrive_time.time_relative",
    "69": "I-arrive_date.day_name",
    "70": "I-arrive_time.time",
    "71": "B-depart_date.day_number",
    "72": "B-toloc.airport_name",
    "73": "I-round_trip",
    "74": "B-depart_time.period_mod",
    "75": "B-mod",
    "76": "I-depart_date.today_relative",
    "77": "B-stoploc.city_name",
    "78": "B-transport_type",
    "79": "B-restriction_code",
    "80": "B-toloc.state_name"
  },
  "initializer_range": 0.02,
  "label2id": {
    "B-aircraft_code": 42,
    "B-airline_code": 10,
    "B-airline_name": 46,
    "B-airport_code": 3,
    "B-airport_name": 63,
    "B-arrive_date.day_name": 51,
    "B-arrive_date.day_number": 55,
    "B-arrive_date.month_name": 22,
    "B-arrive_time.end_time": 37,
    "B-arrive_time.period_of_day": 27,
    "B-arrive_time.start_time": 28,
    "B-arrive_time.time": 50,
    "B-arrive_time.time_relative": 36,
    "B-city_name": 5,
    "B-class_type": 2,
    "B-connect": 4,
    "B-cost_relative": 14,
    "B-depart_date.date_relative": 47,
    "B-depart_date.day_name": 65,
    "B-depart_date.day_number": 71,
    "B-depart_date.month_name": 6,
    "B-depart_date.today_relative": 16,
    "B-depart_date.year": 58,
    "B-depart_time.end_time": 9,
    "B-depart_time.period_mod": 74,
    "B-depart_time.period_of_day": 48,
    "B-depart_time.start_time": 31,
    "B-depart_time.time": 7,
    "B-depart_time.time_relative": 54,
    "B-economy": 13,
    "B-fare_amount": 29,
    "B-fare_basis_code": 23,
    "B-flight_days": 34,
    "B-flight_mod": 32,
    "B-flight_number": 44,
    "B-flight_stop": 20,
    "B-flight_time": 38,
    "B-fromloc.airport_name": 43,
    "B-fromloc.city_name": 18,
    "B-fromloc.state_code": 19,
    "B-fromloc.state_name": 61,
    "B-meal": 62,
    "B-meal_description": 26,
    "B-mod": 75,
    "B-or": 60,
    "B-restriction_code": 79,
    "B-round_trip": 45,
    "B-stoploc.city_name": 77,
    "B-toloc.airport_code": 40,
    "B-toloc.airport_name": 72,
    "B-toloc.city_name": 24,
    "B-toloc.state_code": 33,
    "B-toloc.state_name": 80,
    "B-transport_type": 78,
    "I-aircraft_code": 30,
    "I-airline_name": 39,
    "I-airport_code": 0,
    "I-airport_name": 21,
    "I-arrive_date.day_name": 69,
    "I-arrive_time.time": 70,
    "I-arrive_time.time_relative": 68,
    "I-city_name": 15,
    "I-class_type": 41,
    "I-cost_relative": 8,
    "I-depart_date.day_number": 35,
    "I-depart_date.today_relative": 76,
    "I-depart_time.end_time": 11,
    "I-depart_time.time": 1,
    "I-depart_time.time_relative": 52,
    "I-fare_amount": 57,
    "I-flight_time": 12,
    "I-fromloc.airport_name": 64,
    "I-fromloc.city_name": 49,
    "I-round_trip": 73,
    "I-stoploc.city_name": 17,
    "I-toloc.airport_code": 25,
    "I-toloc.airport_name": 59,
    "I-toloc.city_name": 66,
    "I-toloc.state_code": 67,
    "I-transport_type": 53,
    "O": 56
  },
  "max_position_embeddings": 512,
  "model_type": "distilbert",
  "n_heads": 12,
  "n_layers": 6,
  "pad_token_id": 0,
  "qa_dropout": 0.1,
  "seq_classif_dropout": 0.2,
  "sinusoidal_pos_embds": false,
  "tie_weights_": true,
  "transformers_version": "4.41.2",
  "vocab_size": 30522
}