bobbyw commited on
Commit
2506466
·
verified ·
1 Parent(s): c9a66e6

Training in progress, epoch 1

Browse files
added_tokens.json CHANGED
@@ -1,50 +1,51 @@
1
  {
2
- "</access_instructions>": 29037,
3
- "</accommodation>": 28997,
4
- "</activity>": 28999,
5
- "</address>": 29023,
6
- "</arrival location>": 29001,
7
- "</attendee>": 29003,
8
- "</cost>": 29005,
9
- "</date>": 29007,
10
- "</flight_type>": 29041,
11
- "</itenerary>": 29009,
12
- "</itinerary>": 29019,
13
- "</link>": 29031,
14
- "</location>": 29011,
15
- "</occupancy>": 29035,
16
- "</person>": 29043,
17
- "</planner>": 29017,
18
- "</probability>": 29039,
19
- "</seat>": 29021,
20
- "</sender>": 29013,
21
- "</thing_needed>": 29025,
22
- "</time>": 29015,
23
- "</travel>": 29027,
24
- "</trip>": 29033,
25
- "</type>": 29029,
26
- "<access_instructions>": 29036,
27
- "<accommodation>": 28996,
28
- "<activity>": 28998,
29
- "<address>": 29022,
30
- "<arrival location>": 29000,
31
- "<attendee>": 29002,
32
- "<cost>": 29004,
33
- "<date>": 29006,
34
- "<flight_type>": 29040,
35
- "<itenerary>": 29008,
36
- "<itinerary>": 29018,
37
- "<link>": 29030,
38
- "<location>": 29010,
39
- "<occupancy>": 29034,
40
- "<person>": 29042,
41
- "<planner>": 29016,
42
- "<probability>": 29038,
43
- "<seat>": 29020,
44
- "<sender>": 29012,
45
- "<thing_needed>": 29024,
46
- "<time>": 29014,
47
- "<travel>": 29026,
48
- "<trip>": 29032,
49
- "<type>": 29028
 
50
  }
 
1
  {
2
+ "</access_instructions>": 128042,
3
+ "</accommodation>": 128002,
4
+ "</activity>": 128004,
5
+ "</address>": 128028,
6
+ "</arrival location>": 128006,
7
+ "</attendee>": 128008,
8
+ "</cost>": 128010,
9
+ "</date>": 128012,
10
+ "</flight_type>": 128046,
11
+ "</itenerary>": 128014,
12
+ "</itinerary>": 128024,
13
+ "</link>": 128036,
14
+ "</location>": 128016,
15
+ "</occupancy>": 128040,
16
+ "</person>": 128048,
17
+ "</planner>": 128022,
18
+ "</probability>": 128044,
19
+ "</seat>": 128026,
20
+ "</sender>": 128018,
21
+ "</thing_needed>": 128030,
22
+ "</time>": 128020,
23
+ "</travel>": 128032,
24
+ "</trip>": 128038,
25
+ "</type>": 128034,
26
+ "<access_instructions>": 128041,
27
+ "<accommodation>": 128001,
28
+ "<activity>": 128003,
29
+ "<address>": 128027,
30
+ "<arrival location>": 128005,
31
+ "<attendee>": 128007,
32
+ "<cost>": 128009,
33
+ "<date>": 128011,
34
+ "<flight_type>": 128045,
35
+ "<itenerary>": 128013,
36
+ "<itinerary>": 128023,
37
+ "<link>": 128035,
38
+ "<location>": 128015,
39
+ "<occupancy>": 128039,
40
+ "<person>": 128047,
41
+ "<planner>": 128021,
42
+ "<probability>": 128043,
43
+ "<seat>": 128025,
44
+ "<sender>": 128017,
45
+ "<thing_needed>": 128029,
46
+ "<time>": 128019,
47
+ "<travel>": 128031,
48
+ "<trip>": 128037,
49
+ "<type>": 128033,
50
+ "[MASK]": 128000
51
  }
config.json CHANGED
@@ -1,13 +1,12 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
- "activation": "gelu",
4
  "architectures": [
5
- "DistilBertForSequenceClassification"
6
  ],
7
- "attention_dropout": 0.1,
8
- "dim": 768,
9
- "dropout": 0.1,
10
- "hidden_dim": 3072,
11
  "id2label": {
12
  "0": "accommodation cost",
13
  "1": "accommodation planner",
@@ -72,6 +71,7 @@
72
  "60": "itinerary link"
73
  },
74
  "initializer_range": 0.02,
 
75
  "label2id": {
76
  "accommodation access_instructions": 41,
77
  "accommodation address": 36,
@@ -135,17 +135,28 @@
135
  "trip travel": 29,
136
  "type probability": 30
137
  },
 
138
  "max_position_embeddings": 512,
139
- "model_type": "distilbert",
140
- "n_heads": 12,
141
- "n_layers": 6,
 
 
142
  "pad_token_id": 0,
 
 
 
 
 
 
 
 
 
143
  "problem_type": "multi_label_classification",
144
- "qa_dropout": 0.1,
145
- "seq_classif_dropout": 0.2,
146
- "sinusoidal_pos_embds": false,
147
- "tie_weights_": true,
148
  "torch_dtype": "float32",
149
  "transformers_version": "4.35.2",
150
- "vocab_size": 29044
 
151
  }
 
1
  {
2
+ "_name_or_path": "microsoft/deberta-v3-small",
 
3
  "architectures": [
4
+ "DebertaV2ForSequenceClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
  "id2label": {
11
  "0": "accommodation cost",
12
  "1": "accommodation planner",
 
71
  "60": "itinerary link"
72
  },
73
  "initializer_range": 0.02,
74
+ "intermediate_size": 3072,
75
  "label2id": {
76
  "accommodation access_instructions": 41,
77
  "accommodation address": 36,
 
135
  "trip travel": 29,
136
  "type probability": 30
137
  },
138
+ "layer_norm_eps": 1e-07,
139
  "max_position_embeddings": 512,
140
+ "max_relative_positions": -1,
141
+ "model_type": "deberta-v2",
142
+ "norm_rel_ebd": "layer_norm",
143
+ "num_attention_heads": 12,
144
+ "num_hidden_layers": 6,
145
  "pad_token_id": 0,
146
+ "pooler_dropout": 0,
147
+ "pooler_hidden_act": "gelu",
148
+ "pooler_hidden_size": 768,
149
+ "pos_att_type": [
150
+ "p2c",
151
+ "c2p"
152
+ ],
153
+ "position_biased_input": false,
154
+ "position_buckets": 256,
155
  "problem_type": "multi_label_classification",
156
+ "relative_attention": true,
157
+ "share_att_key": true,
 
 
158
  "torch_dtype": "float32",
159
  "transformers_version": "4.35.2",
160
+ "type_vocab_size": 0,
161
+ "vocab_size": 128049
162
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0be413c88627e99625665c44c86daf911488d040fbec6e5d73abc0a6bbe4524d
3
- size 263473636
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f412e319c853bd843e88723ce5e86a8882f4c04c19ac683dc128d4ef39720dc
3
+ size 567623380
runs/Feb10_23-15-08_eacf5aebda76/events.out.tfevents.1707607012.eacf5aebda76.364.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75d0b6e81514c60d1dd1ec3bbe964d2b67d891fafd556c23149571fe382a61bc
3
+ size 23926
runs/Feb10_23-38-37_eacf5aebda76/events.out.tfevents.1707608319.eacf5aebda76.364.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e7008d1e290a59c48de727786d80773200e977cfc20439d73142f4c75dea47f
3
+ size 8305
special_tokens_map.json CHANGED
@@ -1,7 +1,15 @@
1
  {
 
2
  "cls_token": "[CLS]",
 
3
  "mask_token": "[MASK]",
4
  "pad_token": "[PAD]",
5
  "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
 
 
 
 
 
 
7
  }
 
1
  {
2
+ "bos_token": "[CLS]",
3
  "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
  "mask_token": "[MASK]",
6
  "pad_token": "[PAD]",
7
  "sep_token": "[SEP]",
8
+ "unk_token": {
9
+ "content": "[UNK]",
10
+ "lstrip": false,
11
+ "normalized": true,
12
+ "rstrip": false,
13
+ "single_word": false
14
+ }
15
  }
spm.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
3
+ size 2464616
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -8,31 +8,31 @@
8
  "single_word": false,
9
  "special": true
10
  },
11
- "100": {
12
- "content": "[UNK]",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
16
  "single_word": false,
17
  "special": true
18
  },
19
- "101": {
20
- "content": "[CLS]",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
24
  "single_word": false,
25
  "special": true
26
  },
27
- "102": {
28
- "content": "[SEP]",
29
  "lstrip": false,
30
- "normalized": false,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
34
  },
35
- "103": {
36
  "content": "[MASK]",
37
  "lstrip": false,
38
  "normalized": false,
@@ -40,7 +40,7 @@
40
  "single_word": false,
41
  "special": true
42
  },
43
- "28996": {
44
  "content": "<accommodation>",
45
  "lstrip": false,
46
  "normalized": true,
@@ -48,7 +48,7 @@
48
  "single_word": false,
49
  "special": false
50
  },
51
- "28997": {
52
  "content": "</accommodation>",
53
  "lstrip": false,
54
  "normalized": true,
@@ -56,7 +56,7 @@
56
  "single_word": false,
57
  "special": false
58
  },
59
- "28998": {
60
  "content": "<activity>",
61
  "lstrip": false,
62
  "normalized": true,
@@ -64,7 +64,7 @@
64
  "single_word": false,
65
  "special": false
66
  },
67
- "28999": {
68
  "content": "</activity>",
69
  "lstrip": false,
70
  "normalized": true,
@@ -72,7 +72,7 @@
72
  "single_word": false,
73
  "special": false
74
  },
75
- "29000": {
76
  "content": "<arrival location>",
77
  "lstrip": false,
78
  "normalized": true,
@@ -80,7 +80,7 @@
80
  "single_word": false,
81
  "special": false
82
  },
83
- "29001": {
84
  "content": "</arrival location>",
85
  "lstrip": false,
86
  "normalized": true,
@@ -88,7 +88,7 @@
88
  "single_word": false,
89
  "special": false
90
  },
91
- "29002": {
92
  "content": "<attendee>",
93
  "lstrip": false,
94
  "normalized": true,
@@ -96,7 +96,7 @@
96
  "single_word": false,
97
  "special": false
98
  },
99
- "29003": {
100
  "content": "</attendee>",
101
  "lstrip": false,
102
  "normalized": true,
@@ -104,7 +104,7 @@
104
  "single_word": false,
105
  "special": false
106
  },
107
- "29004": {
108
  "content": "<cost>",
109
  "lstrip": false,
110
  "normalized": true,
@@ -112,7 +112,7 @@
112
  "single_word": false,
113
  "special": false
114
  },
115
- "29005": {
116
  "content": "</cost>",
117
  "lstrip": false,
118
  "normalized": true,
@@ -120,7 +120,7 @@
120
  "single_word": false,
121
  "special": false
122
  },
123
- "29006": {
124
  "content": "<date>",
125
  "lstrip": false,
126
  "normalized": true,
@@ -128,7 +128,7 @@
128
  "single_word": false,
129
  "special": false
130
  },
131
- "29007": {
132
  "content": "</date>",
133
  "lstrip": false,
134
  "normalized": true,
@@ -136,7 +136,7 @@
136
  "single_word": false,
137
  "special": false
138
  },
139
- "29008": {
140
  "content": "<itenerary>",
141
  "lstrip": false,
142
  "normalized": true,
@@ -144,7 +144,7 @@
144
  "single_word": false,
145
  "special": false
146
  },
147
- "29009": {
148
  "content": "</itenerary>",
149
  "lstrip": false,
150
  "normalized": true,
@@ -152,7 +152,7 @@
152
  "single_word": false,
153
  "special": false
154
  },
155
- "29010": {
156
  "content": "<location>",
157
  "lstrip": false,
158
  "normalized": true,
@@ -160,7 +160,7 @@
160
  "single_word": false,
161
  "special": false
162
  },
163
- "29011": {
164
  "content": "</location>",
165
  "lstrip": false,
166
  "normalized": true,
@@ -168,7 +168,7 @@
168
  "single_word": false,
169
  "special": false
170
  },
171
- "29012": {
172
  "content": "<sender>",
173
  "lstrip": false,
174
  "normalized": true,
@@ -176,7 +176,7 @@
176
  "single_word": false,
177
  "special": false
178
  },
179
- "29013": {
180
  "content": "</sender>",
181
  "lstrip": false,
182
  "normalized": true,
@@ -184,7 +184,7 @@
184
  "single_word": false,
185
  "special": false
186
  },
187
- "29014": {
188
  "content": "<time>",
189
  "lstrip": false,
190
  "normalized": true,
@@ -192,7 +192,7 @@
192
  "single_word": false,
193
  "special": false
194
  },
195
- "29015": {
196
  "content": "</time>",
197
  "lstrip": false,
198
  "normalized": true,
@@ -200,7 +200,7 @@
200
  "single_word": false,
201
  "special": false
202
  },
203
- "29016": {
204
  "content": "<planner>",
205
  "lstrip": false,
206
  "normalized": true,
@@ -208,7 +208,7 @@
208
  "single_word": false,
209
  "special": false
210
  },
211
- "29017": {
212
  "content": "</planner>",
213
  "lstrip": false,
214
  "normalized": true,
@@ -216,7 +216,7 @@
216
  "single_word": false,
217
  "special": false
218
  },
219
- "29018": {
220
  "content": "<itinerary>",
221
  "lstrip": false,
222
  "normalized": true,
@@ -224,7 +224,7 @@
224
  "single_word": false,
225
  "special": false
226
  },
227
- "29019": {
228
  "content": "</itinerary>",
229
  "lstrip": false,
230
  "normalized": true,
@@ -232,7 +232,7 @@
232
  "single_word": false,
233
  "special": false
234
  },
235
- "29020": {
236
  "content": "<seat>",
237
  "lstrip": false,
238
  "normalized": true,
@@ -240,7 +240,7 @@
240
  "single_word": false,
241
  "special": false
242
  },
243
- "29021": {
244
  "content": "</seat>",
245
  "lstrip": false,
246
  "normalized": true,
@@ -248,7 +248,7 @@
248
  "single_word": false,
249
  "special": false
250
  },
251
- "29022": {
252
  "content": "<address>",
253
  "lstrip": false,
254
  "normalized": true,
@@ -256,7 +256,7 @@
256
  "single_word": false,
257
  "special": false
258
  },
259
- "29023": {
260
  "content": "</address>",
261
  "lstrip": false,
262
  "normalized": true,
@@ -264,7 +264,7 @@
264
  "single_word": false,
265
  "special": false
266
  },
267
- "29024": {
268
  "content": "<thing_needed>",
269
  "lstrip": false,
270
  "normalized": true,
@@ -272,7 +272,7 @@
272
  "single_word": false,
273
  "special": false
274
  },
275
- "29025": {
276
  "content": "</thing_needed>",
277
  "lstrip": false,
278
  "normalized": true,
@@ -280,7 +280,7 @@
280
  "single_word": false,
281
  "special": false
282
  },
283
- "29026": {
284
  "content": "<travel>",
285
  "lstrip": false,
286
  "normalized": true,
@@ -288,7 +288,7 @@
288
  "single_word": false,
289
  "special": false
290
  },
291
- "29027": {
292
  "content": "</travel>",
293
  "lstrip": false,
294
  "normalized": true,
@@ -296,7 +296,7 @@
296
  "single_word": false,
297
  "special": false
298
  },
299
- "29028": {
300
  "content": "<type>",
301
  "lstrip": false,
302
  "normalized": true,
@@ -304,7 +304,7 @@
304
  "single_word": false,
305
  "special": false
306
  },
307
- "29029": {
308
  "content": "</type>",
309
  "lstrip": false,
310
  "normalized": true,
@@ -312,7 +312,7 @@
312
  "single_word": false,
313
  "special": false
314
  },
315
- "29030": {
316
  "content": "<link>",
317
  "lstrip": false,
318
  "normalized": true,
@@ -320,7 +320,7 @@
320
  "single_word": false,
321
  "special": false
322
  },
323
- "29031": {
324
  "content": "</link>",
325
  "lstrip": false,
326
  "normalized": true,
@@ -328,7 +328,7 @@
328
  "single_word": false,
329
  "special": false
330
  },
331
- "29032": {
332
  "content": "<trip>",
333
  "lstrip": false,
334
  "normalized": true,
@@ -336,7 +336,7 @@
336
  "single_word": false,
337
  "special": false
338
  },
339
- "29033": {
340
  "content": "</trip>",
341
  "lstrip": false,
342
  "normalized": true,
@@ -344,7 +344,7 @@
344
  "single_word": false,
345
  "special": false
346
  },
347
- "29034": {
348
  "content": "<occupancy>",
349
  "lstrip": false,
350
  "normalized": true,
@@ -352,7 +352,7 @@
352
  "single_word": false,
353
  "special": false
354
  },
355
- "29035": {
356
  "content": "</occupancy>",
357
  "lstrip": false,
358
  "normalized": true,
@@ -360,7 +360,7 @@
360
  "single_word": false,
361
  "special": false
362
  },
363
- "29036": {
364
  "content": "<access_instructions>",
365
  "lstrip": false,
366
  "normalized": true,
@@ -368,7 +368,7 @@
368
  "single_word": false,
369
  "special": false
370
  },
371
- "29037": {
372
  "content": "</access_instructions>",
373
  "lstrip": false,
374
  "normalized": true,
@@ -376,7 +376,7 @@
376
  "single_word": false,
377
  "special": false
378
  },
379
- "29038": {
380
  "content": "<probability>",
381
  "lstrip": false,
382
  "normalized": true,
@@ -384,7 +384,7 @@
384
  "single_word": false,
385
  "special": false
386
  },
387
- "29039": {
388
  "content": "</probability>",
389
  "lstrip": false,
390
  "normalized": true,
@@ -392,7 +392,7 @@
392
  "single_word": false,
393
  "special": false
394
  },
395
- "29040": {
396
  "content": "<flight_type>",
397
  "lstrip": false,
398
  "normalized": true,
@@ -400,7 +400,7 @@
400
  "single_word": false,
401
  "special": false
402
  },
403
- "29041": {
404
  "content": "</flight_type>",
405
  "lstrip": false,
406
  "normalized": true,
@@ -408,7 +408,7 @@
408
  "single_word": false,
409
  "special": false
410
  },
411
- "29042": {
412
  "content": "<person>",
413
  "lstrip": false,
414
  "normalized": true,
@@ -416,7 +416,7 @@
416
  "single_word": false,
417
  "special": false
418
  },
419
- "29043": {
420
  "content": "</person>",
421
  "lstrip": false,
422
  "normalized": true,
@@ -425,15 +425,18 @@
425
  "special": false
426
  }
427
  },
 
428
  "clean_up_tokenization_spaces": true,
429
  "cls_token": "[CLS]",
430
  "do_lower_case": false,
 
431
  "mask_token": "[MASK]",
432
- "model_max_length": 512,
433
  "pad_token": "[PAD]",
434
  "sep_token": "[SEP]",
435
- "strip_accents": null,
436
- "tokenize_chinese_chars": true,
437
- "tokenizer_class": "DistilBertTokenizer",
438
- "unk_token": "[UNK]"
 
439
  }
 
8
  "single_word": false,
9
  "special": true
10
  },
11
+ "1": {
12
+ "content": "[CLS]",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
16
  "single_word": false,
17
  "special": true
18
  },
19
+ "2": {
20
+ "content": "[SEP]",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
24
  "single_word": false,
25
  "special": true
26
  },
27
+ "3": {
28
+ "content": "[UNK]",
29
  "lstrip": false,
30
+ "normalized": true,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
34
  },
35
+ "128000": {
36
  "content": "[MASK]",
37
  "lstrip": false,
38
  "normalized": false,
 
40
  "single_word": false,
41
  "special": true
42
  },
43
+ "128001": {
44
  "content": "<accommodation>",
45
  "lstrip": false,
46
  "normalized": true,
 
48
  "single_word": false,
49
  "special": false
50
  },
51
+ "128002": {
52
  "content": "</accommodation>",
53
  "lstrip": false,
54
  "normalized": true,
 
56
  "single_word": false,
57
  "special": false
58
  },
59
+ "128003": {
60
  "content": "<activity>",
61
  "lstrip": false,
62
  "normalized": true,
 
64
  "single_word": false,
65
  "special": false
66
  },
67
+ "128004": {
68
  "content": "</activity>",
69
  "lstrip": false,
70
  "normalized": true,
 
72
  "single_word": false,
73
  "special": false
74
  },
75
+ "128005": {
76
  "content": "<arrival location>",
77
  "lstrip": false,
78
  "normalized": true,
 
80
  "single_word": false,
81
  "special": false
82
  },
83
+ "128006": {
84
  "content": "</arrival location>",
85
  "lstrip": false,
86
  "normalized": true,
 
88
  "single_word": false,
89
  "special": false
90
  },
91
+ "128007": {
92
  "content": "<attendee>",
93
  "lstrip": false,
94
  "normalized": true,
 
96
  "single_word": false,
97
  "special": false
98
  },
99
+ "128008": {
100
  "content": "</attendee>",
101
  "lstrip": false,
102
  "normalized": true,
 
104
  "single_word": false,
105
  "special": false
106
  },
107
+ "128009": {
108
  "content": "<cost>",
109
  "lstrip": false,
110
  "normalized": true,
 
112
  "single_word": false,
113
  "special": false
114
  },
115
+ "128010": {
116
  "content": "</cost>",
117
  "lstrip": false,
118
  "normalized": true,
 
120
  "single_word": false,
121
  "special": false
122
  },
123
+ "128011": {
124
  "content": "<date>",
125
  "lstrip": false,
126
  "normalized": true,
 
128
  "single_word": false,
129
  "special": false
130
  },
131
+ "128012": {
132
  "content": "</date>",
133
  "lstrip": false,
134
  "normalized": true,
 
136
  "single_word": false,
137
  "special": false
138
  },
139
+ "128013": {
140
  "content": "<itenerary>",
141
  "lstrip": false,
142
  "normalized": true,
 
144
  "single_word": false,
145
  "special": false
146
  },
147
+ "128014": {
148
  "content": "</itenerary>",
149
  "lstrip": false,
150
  "normalized": true,
 
152
  "single_word": false,
153
  "special": false
154
  },
155
+ "128015": {
156
  "content": "<location>",
157
  "lstrip": false,
158
  "normalized": true,
 
160
  "single_word": false,
161
  "special": false
162
  },
163
+ "128016": {
164
  "content": "</location>",
165
  "lstrip": false,
166
  "normalized": true,
 
168
  "single_word": false,
169
  "special": false
170
  },
171
+ "128017": {
172
  "content": "<sender>",
173
  "lstrip": false,
174
  "normalized": true,
 
176
  "single_word": false,
177
  "special": false
178
  },
179
+ "128018": {
180
  "content": "</sender>",
181
  "lstrip": false,
182
  "normalized": true,
 
184
  "single_word": false,
185
  "special": false
186
  },
187
+ "128019": {
188
  "content": "<time>",
189
  "lstrip": false,
190
  "normalized": true,
 
192
  "single_word": false,
193
  "special": false
194
  },
195
+ "128020": {
196
  "content": "</time>",
197
  "lstrip": false,
198
  "normalized": true,
 
200
  "single_word": false,
201
  "special": false
202
  },
203
+ "128021": {
204
  "content": "<planner>",
205
  "lstrip": false,
206
  "normalized": true,
 
208
  "single_word": false,
209
  "special": false
210
  },
211
+ "128022": {
212
  "content": "</planner>",
213
  "lstrip": false,
214
  "normalized": true,
 
216
  "single_word": false,
217
  "special": false
218
  },
219
+ "128023": {
220
  "content": "<itinerary>",
221
  "lstrip": false,
222
  "normalized": true,
 
224
  "single_word": false,
225
  "special": false
226
  },
227
+ "128024": {
228
  "content": "</itinerary>",
229
  "lstrip": false,
230
  "normalized": true,
 
232
  "single_word": false,
233
  "special": false
234
  },
235
+ "128025": {
236
  "content": "<seat>",
237
  "lstrip": false,
238
  "normalized": true,
 
240
  "single_word": false,
241
  "special": false
242
  },
243
+ "128026": {
244
  "content": "</seat>",
245
  "lstrip": false,
246
  "normalized": true,
 
248
  "single_word": false,
249
  "special": false
250
  },
251
+ "128027": {
252
  "content": "<address>",
253
  "lstrip": false,
254
  "normalized": true,
 
256
  "single_word": false,
257
  "special": false
258
  },
259
+ "128028": {
260
  "content": "</address>",
261
  "lstrip": false,
262
  "normalized": true,
 
264
  "single_word": false,
265
  "special": false
266
  },
267
+ "128029": {
268
  "content": "<thing_needed>",
269
  "lstrip": false,
270
  "normalized": true,
 
272
  "single_word": false,
273
  "special": false
274
  },
275
+ "128030": {
276
  "content": "</thing_needed>",
277
  "lstrip": false,
278
  "normalized": true,
 
280
  "single_word": false,
281
  "special": false
282
  },
283
+ "128031": {
284
  "content": "<travel>",
285
  "lstrip": false,
286
  "normalized": true,
 
288
  "single_word": false,
289
  "special": false
290
  },
291
+ "128032": {
292
  "content": "</travel>",
293
  "lstrip": false,
294
  "normalized": true,
 
296
  "single_word": false,
297
  "special": false
298
  },
299
+ "128033": {
300
  "content": "<type>",
301
  "lstrip": false,
302
  "normalized": true,
 
304
  "single_word": false,
305
  "special": false
306
  },
307
+ "128034": {
308
  "content": "</type>",
309
  "lstrip": false,
310
  "normalized": true,
 
312
  "single_word": false,
313
  "special": false
314
  },
315
+ "128035": {
316
  "content": "<link>",
317
  "lstrip": false,
318
  "normalized": true,
 
320
  "single_word": false,
321
  "special": false
322
  },
323
+ "128036": {
324
  "content": "</link>",
325
  "lstrip": false,
326
  "normalized": true,
 
328
  "single_word": false,
329
  "special": false
330
  },
331
+ "128037": {
332
  "content": "<trip>",
333
  "lstrip": false,
334
  "normalized": true,
 
336
  "single_word": false,
337
  "special": false
338
  },
339
+ "128038": {
340
  "content": "</trip>",
341
  "lstrip": false,
342
  "normalized": true,
 
344
  "single_word": false,
345
  "special": false
346
  },
347
+ "128039": {
348
  "content": "<occupancy>",
349
  "lstrip": false,
350
  "normalized": true,
 
352
  "single_word": false,
353
  "special": false
354
  },
355
+ "128040": {
356
  "content": "</occupancy>",
357
  "lstrip": false,
358
  "normalized": true,
 
360
  "single_word": false,
361
  "special": false
362
  },
363
+ "128041": {
364
  "content": "<access_instructions>",
365
  "lstrip": false,
366
  "normalized": true,
 
368
  "single_word": false,
369
  "special": false
370
  },
371
+ "128042": {
372
  "content": "</access_instructions>",
373
  "lstrip": false,
374
  "normalized": true,
 
376
  "single_word": false,
377
  "special": false
378
  },
379
+ "128043": {
380
  "content": "<probability>",
381
  "lstrip": false,
382
  "normalized": true,
 
384
  "single_word": false,
385
  "special": false
386
  },
387
+ "128044": {
388
  "content": "</probability>",
389
  "lstrip": false,
390
  "normalized": true,
 
392
  "single_word": false,
393
  "special": false
394
  },
395
+ "128045": {
396
  "content": "<flight_type>",
397
  "lstrip": false,
398
  "normalized": true,
 
400
  "single_word": false,
401
  "special": false
402
  },
403
+ "128046": {
404
  "content": "</flight_type>",
405
  "lstrip": false,
406
  "normalized": true,
 
408
  "single_word": false,
409
  "special": false
410
  },
411
+ "128047": {
412
  "content": "<person>",
413
  "lstrip": false,
414
  "normalized": true,
 
416
  "single_word": false,
417
  "special": false
418
  },
419
+ "128048": {
420
  "content": "</person>",
421
  "lstrip": false,
422
  "normalized": true,
 
425
  "special": false
426
  }
427
  },
428
+ "bos_token": "[CLS]",
429
  "clean_up_tokenization_spaces": true,
430
  "cls_token": "[CLS]",
431
  "do_lower_case": false,
432
+ "eos_token": "[SEP]",
433
  "mask_token": "[MASK]",
434
+ "model_max_length": 1000000000000000019884624838656,
435
  "pad_token": "[PAD]",
436
  "sep_token": "[SEP]",
437
+ "sp_model_kwargs": {},
438
+ "split_by_punct": false,
439
+ "tokenizer_class": "DebertaV2Tokenizer",
440
+ "unk_token": "[UNK]",
441
+ "vocab_type": "spm"
442
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:912d19e81081dbdc2e3ebc85394bd6b36f8df061d34a6dd6bc8f46787df0bde8
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5430ad25b5443de74a5526a3b54250516022a4d768261559b70158ecc6c4209
3
  size 4600