bobbyw commited on
Commit
dc58103
·
verified ·
1 Parent(s): c17fbb2

Training in progress, epoch 1

Browse files
added_tokens.json CHANGED
@@ -1,22 +1,50 @@
1
  {
 
2
  "</accommodation>": 28997,
3
  "</activity>": 28999,
 
4
  "</arrival location>": 29001,
5
  "</attendee>": 29003,
6
  "</cost>": 29005,
7
  "</date>": 29007,
 
8
  "</itenerary>": 29009,
 
 
9
  "</location>": 29011,
 
 
 
 
 
10
  "</sender>": 29013,
 
11
  "</time>": 29015,
 
 
 
 
12
  "<accommodation>": 28996,
13
  "<activity>": 28998,
 
14
  "<arrival location>": 29000,
15
  "<attendee>": 29002,
16
  "<cost>": 29004,
17
  "<date>": 29006,
 
18
  "<itenerary>": 29008,
 
 
19
  "<location>": 29010,
 
 
 
 
 
20
  "<sender>": 29012,
21
- "<time>": 29014
 
 
 
 
22
  }
 
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
  }
config.json CHANGED
@@ -48,13 +48,39 @@
48
  "36": "accommodation address",
49
  "37": "accommodation link",
50
  "38": "trip link",
51
- "39": "activity link"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  },
53
  "initializer_range": 0.02,
54
  "label2id": {
 
55
  "accommodation address": 36,
 
56
  "accommodation cost": 0,
 
57
  "accommodation link": 37,
 
 
58
  "accommodation planner": 1,
59
  "accommodation probability": 2,
60
  "accommodation type": 3,
@@ -69,11 +95,20 @@
69
  "activity restaurant": 9,
70
  "activity thing_needed": 32,
71
  "activity time": 34,
 
 
 
72
  "attendee itinerary": 10,
 
73
  "attendee seat": 11,
74
  "date attendee": 12,
 
75
  "date probability": 13,
 
 
 
76
  "itinerary probability": 14,
 
77
  "location accommodation": 15,
78
  "location activity": 16,
79
  "location attendee": 17,
@@ -83,11 +118,18 @@
83
  "location probability": 21,
84
  "travel arrival location": 22,
85
  "travel attendee": 23,
 
86
  "travel date": 24,
 
 
87
  "travel planner": 33,
88
  "travel probability": 25,
89
  "travel time": 26,
 
 
 
90
  "trip attendee": 27,
 
91
  "trip link": 38,
92
  "trip location": 28,
93
  "trip travel": 29,
@@ -105,5 +147,5 @@
105
  "tie_weights_": true,
106
  "torch_dtype": "float32",
107
  "transformers_version": "4.35.2",
108
- "vocab_size": 29016
109
  }
 
48
  "36": "accommodation address",
49
  "37": "accommodation link",
50
  "38": "trip link",
51
+ "39": "activity link",
52
+ "40": "trip activity",
53
+ "41": "accommodation access_instructions",
54
+ "42": "itinerary date",
55
+ "43": "attendee probability",
56
+ "44": "accommodation attendee",
57
+ "45": "trip accommodation",
58
+ "46": "trip date",
59
+ "47": "attendee date",
60
+ "48": "travel destination",
61
+ "49": "travel flight_type",
62
+ "50": "attendee activity",
63
+ "51": "travel type",
64
+ "52": "accommodation date",
65
+ "53": "itinerary attendee",
66
+ "54": "link attendee",
67
+ "55": "travel cost",
68
+ "56": "date link",
69
+ "57": "attendee accommodation",
70
+ "58": "accommodation occupancy",
71
+ "59": "accommodation location",
72
+ "60": "itinerary link"
73
  },
74
  "initializer_range": 0.02,
75
  "label2id": {
76
+ "accommodation access_instructions": 41,
77
  "accommodation address": 36,
78
+ "accommodation attendee": 44,
79
  "accommodation cost": 0,
80
+ "accommodation date": 52,
81
  "accommodation link": 37,
82
+ "accommodation location": 59,
83
+ "accommodation occupancy": 58,
84
  "accommodation planner": 1,
85
  "accommodation probability": 2,
86
  "accommodation type": 3,
 
95
  "activity restaurant": 9,
96
  "activity thing_needed": 32,
97
  "activity time": 34,
98
+ "attendee accommodation": 57,
99
+ "attendee activity": 50,
100
+ "attendee date": 47,
101
  "attendee itinerary": 10,
102
+ "attendee probability": 43,
103
  "attendee seat": 11,
104
  "date attendee": 12,
105
+ "date link": 56,
106
  "date probability": 13,
107
+ "itinerary attendee": 53,
108
+ "itinerary date": 42,
109
+ "itinerary link": 60,
110
  "itinerary probability": 14,
111
+ "link attendee": 54,
112
  "location accommodation": 15,
113
  "location activity": 16,
114
  "location attendee": 17,
 
118
  "location probability": 21,
119
  "travel arrival location": 22,
120
  "travel attendee": 23,
121
+ "travel cost": 55,
122
  "travel date": 24,
123
+ "travel destination": 48,
124
+ "travel flight_type": 49,
125
  "travel planner": 33,
126
  "travel probability": 25,
127
  "travel time": 26,
128
+ "travel type": 51,
129
+ "trip accommodation": 45,
130
+ "trip activity": 40,
131
  "trip attendee": 27,
132
+ "trip date": 46,
133
  "trip link": 38,
134
  "trip location": 28,
135
  "trip travel": 29,
 
147
  "tie_weights_": true,
148
  "torch_dtype": "float32",
149
  "transformers_version": "4.35.2",
150
+ "vocab_size": 29044
151
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:764c500bede41bf13fde09b4be18741abdc3da63c542e4da2a8eeaafa51c81e7
3
- size 263323024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df5e1feef5b45ed3aa454647d53ce2ef38ed0b5978ed7c74f3148d458c1922d0
3
+ size 263473636
runs/Feb04_22-33-59_fa2c862ceb0e/events.out.tfevents.1707086050.fa2c862ceb0e.162.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:493acc27141bfb2be6312153a0d162ad6ef802799127db3a4b487674239121a0
3
+ size 8194
tokenizer.json CHANGED
@@ -232,6 +232,258 @@
232
  "rstrip": false,
233
  "normalized": true,
234
  "special": false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
235
  }
236
  ],
237
  "normalizer": {
 
232
  "rstrip": false,
233
  "normalized": true,
234
  "special": false
235
+ },
236
+ {
237
+ "id": 29016,
238
+ "content": "<planner>",
239
+ "single_word": false,
240
+ "lstrip": false,
241
+ "rstrip": false,
242
+ "normalized": true,
243
+ "special": false
244
+ },
245
+ {
246
+ "id": 29017,
247
+ "content": "</planner>",
248
+ "single_word": false,
249
+ "lstrip": false,
250
+ "rstrip": false,
251
+ "normalized": true,
252
+ "special": false
253
+ },
254
+ {
255
+ "id": 29018,
256
+ "content": "<itinerary>",
257
+ "single_word": false,
258
+ "lstrip": false,
259
+ "rstrip": false,
260
+ "normalized": true,
261
+ "special": false
262
+ },
263
+ {
264
+ "id": 29019,
265
+ "content": "</itinerary>",
266
+ "single_word": false,
267
+ "lstrip": false,
268
+ "rstrip": false,
269
+ "normalized": true,
270
+ "special": false
271
+ },
272
+ {
273
+ "id": 29020,
274
+ "content": "<seat>",
275
+ "single_word": false,
276
+ "lstrip": false,
277
+ "rstrip": false,
278
+ "normalized": true,
279
+ "special": false
280
+ },
281
+ {
282
+ "id": 29021,
283
+ "content": "</seat>",
284
+ "single_word": false,
285
+ "lstrip": false,
286
+ "rstrip": false,
287
+ "normalized": true,
288
+ "special": false
289
+ },
290
+ {
291
+ "id": 29022,
292
+ "content": "<address>",
293
+ "single_word": false,
294
+ "lstrip": false,
295
+ "rstrip": false,
296
+ "normalized": true,
297
+ "special": false
298
+ },
299
+ {
300
+ "id": 29023,
301
+ "content": "</address>",
302
+ "single_word": false,
303
+ "lstrip": false,
304
+ "rstrip": false,
305
+ "normalized": true,
306
+ "special": false
307
+ },
308
+ {
309
+ "id": 29024,
310
+ "content": "<thing_needed>",
311
+ "single_word": false,
312
+ "lstrip": false,
313
+ "rstrip": false,
314
+ "normalized": true,
315
+ "special": false
316
+ },
317
+ {
318
+ "id": 29025,
319
+ "content": "</thing_needed>",
320
+ "single_word": false,
321
+ "lstrip": false,
322
+ "rstrip": false,
323
+ "normalized": true,
324
+ "special": false
325
+ },
326
+ {
327
+ "id": 29026,
328
+ "content": "<travel>",
329
+ "single_word": false,
330
+ "lstrip": false,
331
+ "rstrip": false,
332
+ "normalized": true,
333
+ "special": false
334
+ },
335
+ {
336
+ "id": 29027,
337
+ "content": "</travel>",
338
+ "single_word": false,
339
+ "lstrip": false,
340
+ "rstrip": false,
341
+ "normalized": true,
342
+ "special": false
343
+ },
344
+ {
345
+ "id": 29028,
346
+ "content": "<type>",
347
+ "single_word": false,
348
+ "lstrip": false,
349
+ "rstrip": false,
350
+ "normalized": true,
351
+ "special": false
352
+ },
353
+ {
354
+ "id": 29029,
355
+ "content": "</type>",
356
+ "single_word": false,
357
+ "lstrip": false,
358
+ "rstrip": false,
359
+ "normalized": true,
360
+ "special": false
361
+ },
362
+ {
363
+ "id": 29030,
364
+ "content": "<link>",
365
+ "single_word": false,
366
+ "lstrip": false,
367
+ "rstrip": false,
368
+ "normalized": true,
369
+ "special": false
370
+ },
371
+ {
372
+ "id": 29031,
373
+ "content": "</link>",
374
+ "single_word": false,
375
+ "lstrip": false,
376
+ "rstrip": false,
377
+ "normalized": true,
378
+ "special": false
379
+ },
380
+ {
381
+ "id": 29032,
382
+ "content": "<trip>",
383
+ "single_word": false,
384
+ "lstrip": false,
385
+ "rstrip": false,
386
+ "normalized": true,
387
+ "special": false
388
+ },
389
+ {
390
+ "id": 29033,
391
+ "content": "</trip>",
392
+ "single_word": false,
393
+ "lstrip": false,
394
+ "rstrip": false,
395
+ "normalized": true,
396
+ "special": false
397
+ },
398
+ {
399
+ "id": 29034,
400
+ "content": "<occupancy>",
401
+ "single_word": false,
402
+ "lstrip": false,
403
+ "rstrip": false,
404
+ "normalized": true,
405
+ "special": false
406
+ },
407
+ {
408
+ "id": 29035,
409
+ "content": "</occupancy>",
410
+ "single_word": false,
411
+ "lstrip": false,
412
+ "rstrip": false,
413
+ "normalized": true,
414
+ "special": false
415
+ },
416
+ {
417
+ "id": 29036,
418
+ "content": "<access_instructions>",
419
+ "single_word": false,
420
+ "lstrip": false,
421
+ "rstrip": false,
422
+ "normalized": true,
423
+ "special": false
424
+ },
425
+ {
426
+ "id": 29037,
427
+ "content": "</access_instructions>",
428
+ "single_word": false,
429
+ "lstrip": false,
430
+ "rstrip": false,
431
+ "normalized": true,
432
+ "special": false
433
+ },
434
+ {
435
+ "id": 29038,
436
+ "content": "<probability>",
437
+ "single_word": false,
438
+ "lstrip": false,
439
+ "rstrip": false,
440
+ "normalized": true,
441
+ "special": false
442
+ },
443
+ {
444
+ "id": 29039,
445
+ "content": "</probability>",
446
+ "single_word": false,
447
+ "lstrip": false,
448
+ "rstrip": false,
449
+ "normalized": true,
450
+ "special": false
451
+ },
452
+ {
453
+ "id": 29040,
454
+ "content": "<flight_type>",
455
+ "single_word": false,
456
+ "lstrip": false,
457
+ "rstrip": false,
458
+ "normalized": true,
459
+ "special": false
460
+ },
461
+ {
462
+ "id": 29041,
463
+ "content": "</flight_type>",
464
+ "single_word": false,
465
+ "lstrip": false,
466
+ "rstrip": false,
467
+ "normalized": true,
468
+ "special": false
469
+ },
470
+ {
471
+ "id": 29042,
472
+ "content": "<person>",
473
+ "single_word": false,
474
+ "lstrip": false,
475
+ "rstrip": false,
476
+ "normalized": true,
477
+ "special": false
478
+ },
479
+ {
480
+ "id": 29043,
481
+ "content": "</person>",
482
+ "single_word": false,
483
+ "lstrip": false,
484
+ "rstrip": false,
485
+ "normalized": true,
486
+ "special": false
487
  }
488
  ],
489
  "normalizer": {
tokenizer_config.json CHANGED
@@ -199,6 +199,230 @@
199
  "rstrip": false,
200
  "single_word": false,
201
  "special": false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
202
  }
203
  },
204
  "clean_up_tokenization_spaces": true,
 
199
  "rstrip": false,
200
  "single_word": false,
201
  "special": false
202
+ },
203
+ "29016": {
204
+ "content": "<planner>",
205
+ "lstrip": false,
206
+ "normalized": true,
207
+ "rstrip": false,
208
+ "single_word": false,
209
+ "special": false
210
+ },
211
+ "29017": {
212
+ "content": "</planner>",
213
+ "lstrip": false,
214
+ "normalized": true,
215
+ "rstrip": false,
216
+ "single_word": false,
217
+ "special": false
218
+ },
219
+ "29018": {
220
+ "content": "<itinerary>",
221
+ "lstrip": false,
222
+ "normalized": true,
223
+ "rstrip": false,
224
+ "single_word": false,
225
+ "special": false
226
+ },
227
+ "29019": {
228
+ "content": "</itinerary>",
229
+ "lstrip": false,
230
+ "normalized": true,
231
+ "rstrip": false,
232
+ "single_word": false,
233
+ "special": false
234
+ },
235
+ "29020": {
236
+ "content": "<seat>",
237
+ "lstrip": false,
238
+ "normalized": true,
239
+ "rstrip": false,
240
+ "single_word": false,
241
+ "special": false
242
+ },
243
+ "29021": {
244
+ "content": "</seat>",
245
+ "lstrip": false,
246
+ "normalized": true,
247
+ "rstrip": false,
248
+ "single_word": false,
249
+ "special": false
250
+ },
251
+ "29022": {
252
+ "content": "<address>",
253
+ "lstrip": false,
254
+ "normalized": true,
255
+ "rstrip": false,
256
+ "single_word": false,
257
+ "special": false
258
+ },
259
+ "29023": {
260
+ "content": "</address>",
261
+ "lstrip": false,
262
+ "normalized": true,
263
+ "rstrip": false,
264
+ "single_word": false,
265
+ "special": false
266
+ },
267
+ "29024": {
268
+ "content": "<thing_needed>",
269
+ "lstrip": false,
270
+ "normalized": true,
271
+ "rstrip": false,
272
+ "single_word": false,
273
+ "special": false
274
+ },
275
+ "29025": {
276
+ "content": "</thing_needed>",
277
+ "lstrip": false,
278
+ "normalized": true,
279
+ "rstrip": false,
280
+ "single_word": false,
281
+ "special": false
282
+ },
283
+ "29026": {
284
+ "content": "<travel>",
285
+ "lstrip": false,
286
+ "normalized": true,
287
+ "rstrip": false,
288
+ "single_word": false,
289
+ "special": false
290
+ },
291
+ "29027": {
292
+ "content": "</travel>",
293
+ "lstrip": false,
294
+ "normalized": true,
295
+ "rstrip": false,
296
+ "single_word": false,
297
+ "special": false
298
+ },
299
+ "29028": {
300
+ "content": "<type>",
301
+ "lstrip": false,
302
+ "normalized": true,
303
+ "rstrip": false,
304
+ "single_word": false,
305
+ "special": false
306
+ },
307
+ "29029": {
308
+ "content": "</type>",
309
+ "lstrip": false,
310
+ "normalized": true,
311
+ "rstrip": false,
312
+ "single_word": false,
313
+ "special": false
314
+ },
315
+ "29030": {
316
+ "content": "<link>",
317
+ "lstrip": false,
318
+ "normalized": true,
319
+ "rstrip": false,
320
+ "single_word": false,
321
+ "special": false
322
+ },
323
+ "29031": {
324
+ "content": "</link>",
325
+ "lstrip": false,
326
+ "normalized": true,
327
+ "rstrip": false,
328
+ "single_word": false,
329
+ "special": false
330
+ },
331
+ "29032": {
332
+ "content": "<trip>",
333
+ "lstrip": false,
334
+ "normalized": true,
335
+ "rstrip": false,
336
+ "single_word": false,
337
+ "special": false
338
+ },
339
+ "29033": {
340
+ "content": "</trip>",
341
+ "lstrip": false,
342
+ "normalized": true,
343
+ "rstrip": false,
344
+ "single_word": false,
345
+ "special": false
346
+ },
347
+ "29034": {
348
+ "content": "<occupancy>",
349
+ "lstrip": false,
350
+ "normalized": true,
351
+ "rstrip": false,
352
+ "single_word": false,
353
+ "special": false
354
+ },
355
+ "29035": {
356
+ "content": "</occupancy>",
357
+ "lstrip": false,
358
+ "normalized": true,
359
+ "rstrip": false,
360
+ "single_word": false,
361
+ "special": false
362
+ },
363
+ "29036": {
364
+ "content": "<access_instructions>",
365
+ "lstrip": false,
366
+ "normalized": true,
367
+ "rstrip": false,
368
+ "single_word": false,
369
+ "special": false
370
+ },
371
+ "29037": {
372
+ "content": "</access_instructions>",
373
+ "lstrip": false,
374
+ "normalized": true,
375
+ "rstrip": false,
376
+ "single_word": false,
377
+ "special": false
378
+ },
379
+ "29038": {
380
+ "content": "<probability>",
381
+ "lstrip": false,
382
+ "normalized": true,
383
+ "rstrip": false,
384
+ "single_word": false,
385
+ "special": false
386
+ },
387
+ "29039": {
388
+ "content": "</probability>",
389
+ "lstrip": false,
390
+ "normalized": true,
391
+ "rstrip": false,
392
+ "single_word": false,
393
+ "special": false
394
+ },
395
+ "29040": {
396
+ "content": "<flight_type>",
397
+ "lstrip": false,
398
+ "normalized": true,
399
+ "rstrip": false,
400
+ "single_word": false,
401
+ "special": false
402
+ },
403
+ "29041": {
404
+ "content": "</flight_type>",
405
+ "lstrip": false,
406
+ "normalized": true,
407
+ "rstrip": false,
408
+ "single_word": false,
409
+ "special": false
410
+ },
411
+ "29042": {
412
+ "content": "<person>",
413
+ "lstrip": false,
414
+ "normalized": true,
415
+ "rstrip": false,
416
+ "single_word": false,
417
+ "special": false
418
+ },
419
+ "29043": {
420
+ "content": "</person>",
421
+ "lstrip": false,
422
+ "normalized": true,
423
+ "rstrip": false,
424
+ "single_word": false,
425
+ "special": false
426
  }
427
  },
428
  "clean_up_tokenization_spaces": true,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7b1ce178e339657f71bf27c53b637d4191b1f3e2bfcd090836f6bd5c82434504
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe6ceb5709142487d78db1e4a5c83ceebf16fa8cdded854ccf9fa79129a670df
3
  size 4600