File size: 21,671 Bytes
738ac4a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
{
  "_name_or_path": "best_models/hi/model",
  "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": 1024,
  "id2label": {
    "-100": "None",
    "1": "O",
    "2": "B-p.Time-p.Interval",
    "3": "B-p.EndTime-p.EndTime",
    "4": "B-p.Manner-p.Manner",
    "5": "B-p.Recipient-p.Ancillary",
    "6": "B-p.Topic-p.Topic",
    "7": "B-p.Extent-p.Extent",
    "8": "B-p.Identity-p.Identity",
    "9": "B-p.Locus-p.Locus",
    "10": "B-p.Possessor-p.Possessor",
    "11": "B-p.Agent-p.Agent",
    "12": "B-p.Focus-p.Focus",
    "13": "B-p.Ancillary-p.Ancillary",
    "14": "I-p.Ancillary-p.Ancillary",
    "15": "B-p.Theme-p.Theme",
    "16": "B-p.Experiencer-p.Beneficiary",
    "17": "I-p.Experiencer-p.Beneficiary",
    "18": "B-p.Topic-p.Identity",
    "19": "B-p.Possessor-p.Locus",
    "20": "I-p.Possessor-p.Locus",
    "21": "B-p.Duration-p.Duration",
    "22": "I-p.Duration-p.Duration",
    "23": "B-p.Purpose-p.Purpose",
    "24": "B-p.Locus-p.Source",
    "25": "B-p.Whole-p.Source",
    "26": "B-p.Circumstance-p.Circumstance",
    "27": "B-p.Experiencer-p.Recipient",
    "28": "B-p.Force-p.Force",
    "29": "B-p.Beneficiary-p.Beneficiary",
    "30": "I-p.Beneficiary-p.Beneficiary",
    "31": "B-p.ComparisonRef-p.ComparisonRef",
    "32": "B-p.Stimulus-p.Theme",
    "33": "B-p.Time-p.Time",
    "34": "I-p.Time-p.Time",
    "35": "B-p.Experiencer-p.Agent",
    "36": "B-p.Manner-p.ComparisonRef",
    "37": "B-p.Gestalt-p.Gestalt",
    "38": "B-p.StartTime-p.StartTime",
    "39": "B-p.PartPortion-p.PartPortion",
    "40": "I-p.PartPortion-p.PartPortion",
    "41": "B-p.Characteristic-p.Locus",
    "42": "B-p.Instrument-p.Instrument",
    "43": "B-p.Originator-p.Agent",
    "44": "B-p.ComparisonRef-p.Purpose",
    "45": "B-p.Goal-p.Locus",
    "46": "B-p.Source-p.Source",
    "47": "B-p.Whole-p.Whole",
    "48": "B-p.SocialRel-p.Gestalt",
    "49": "B-p.Recipient-p.Agent",
    "50": "I-p.Locus-p.Locus",
    "51": "B-p.Recipient-p.Recipient",
    "52": "B-p.Causer-p.Agent",
    "53": "B-p.Direction-p.Locus",
    "54": "B-p.Agent-p.Gestalt",
    "55": "B-p.Agent-p.Ancillary",
    "56": "B-p.Theme-p.Recipient",
    "57": "B-p.Recipient-p.Source",
    "58": "B-p.Originator-p.Gestalt",
    "59": "B-p.Characteristic-p.Characteristic",
    "60": "B-p.Experiencer-p.Gestalt",
    "61": "B-p.Stimulus-p.Source",
    "62": "B-p.Topic-p.Theme",
    "63": "B-p.Instrument-p.Locus",
    "64": "B-p.EndTime-p.Interval",
    "65": "B-p.Explanation-p.Source",
    "66": "B-p.QuantityValue-p.QuantityValue",
    "67": "I-p.Time-p.Interval",
    "68": "B-p.Gestalt-p.Locus",
    "69": "I-p.Purpose-p.Purpose",
    "70": "B-p.Direction-p.Direction",
    "71": "I-p.Direction-p.Direction",
    "72": "B-p.Goal-p.Goal",
    "73": "B-p.PartPortion-p.ComparisonRef",
    "74": "B-p.`d-p.`d",
    "75": "B-p.Explanation-p.Gestalt",
    "76": "B-p.Circumstance-p.Locus",
    "77": "B-p.Org-p.Gestalt",
    "78": "B-p.Explanation-p.Explanation",
    "79": "I-p.Explanation-p.Explanation",
    "80": "B-p.Possession-p.Instrument",
    "81": "I-p.Topic-p.Topic",
    "82": "B-p.Stuff-p.Stuff",
    "83": "B-p.Cost-p.Characteristic",
    "84": "B-p.Topic-p.Ancillary",
    "85": "B-p.Beneficiary-p.Direction",
    "86": "I-p.Beneficiary-p.Direction",
    "87": "I-p.Manner-p.ComparisonRef",
    "88": "I-p.ComparisonRef-p.ComparisonRef",
    "89": "I-p.`d-p.`d",
    "90": "B-p.Time-p.Whole",
    "91": "B-p.Force-p.Source",
    "92": "B-p.Theme-p.ComparisonRef",
    "93": "B-p.QuantityItem-p.Stuff",
    "94": "I-p.Goal-p.Locus",
    "95": "I-p.EndTime-p.Interval",
    "96": "I-p.Instrument-p.Instrument",
    "97": "I-p.Identity-p.Identity",
    "98": "B-p.Stimulus-p.Force",
    "99": "B-p.Theme-p.Source",
    "100": "B-p.Locus-p.Gestalt",
    "101": "B-p.Explanation-p.Time",
    "102": "B-p.StartTime-p.Interval",
    "103": "B-p.Gestalt-p.Whole",
    "104": "I-p.Gestalt-p.Whole",
    "105": "B-p.PartPortion-p.Characteristic",
    "106": "I-p.Source-p.Source",
    "107": "B-p.Recipient-p.Theme",
    "108": "B-p.Theme-p.Instrument",
    "109": "B-p.Experiencer-p.Theme",
    "110": "B-p.Beneficiary-p.Theme",
    "111": "B-p.Experiencer-p.Locus",
    "112": "B-p.ComparisonRef-p.Locus",
    "113": "I-p.ComparisonRef-p.Locus",
    "114": "B-p.Goal-p.Theme",
    "115": "B-p.Time-p.Gestalt",
    "116": "B-p.Theme-p.Gestalt",
    "117": "B-p.Stimulus-p.Topic",
    "118": "B-p.Possession-p.Possession",
    "119": "B-p.Possessor-p.Recipient",
    "120": "B-p.Means-p.Means",
    "121": "B-p.Possession-p.Theme",
    "122": "B-p.Beneficiary-p.Recipient",
    "123": "B-p.Characteristic-p.Identity",
    "124": "B-p.Interval-p.Interval",
    "125": "B-p.Frequency-p.Frequency",
    "126": "B-p.Stimulus-p.Direction",
    "127": "I-p.Stimulus-p.Direction",
    "128": "B-p.Path-p.Theme",
    "129": "B-p.Agent-p.Recipient",
    "130": "B-p.Theme-p.Locus",
    "131": "B-p.SocialRel-p.Ancillary",
    "132": "B-p.Theme-p.Ancillary",
    "133": "B-p.Whole-p.Locus",
    "134": "I-p.Whole-p.Locus",
    "135": "B-p.Goal-p.Gestalt",
    "136": "B-p.Goal-p.Extent",
    "137": "I-p.Gestalt-p.Locus",
    "138": "I-p.Agent-p.Ancillary",
    "139": "B-p.ComparisonRef-p.Source",
    "140": "B-p.Characteristic-p.Stuff",
    "141": "I-p.Theme-p.Theme",
    "142": "I-p.Direction-p.Locus",
    "143": "B-p.Locus-p.Ancillary",
    "144": "B-p.Originator-p.Source",
    "145": "B-p.Topic-p.Gestalt",
    "146": "B-p.Stimulus-p.Beneficiary",
    "147": "I-p.Stimulus-p.Beneficiary",
    "148": "B-p.Originator-p.Recipient",
    "149": "I-p.Locus-p.Ancillary",
    "150": "B-p.Gestalt-p.Recipient",
    "151": "B-p.Recipient-p.Direction",
    "152": "I-p.Recipient-p.Direction",
    "153": "I-p.Manner-p.Manner",
    "154": "B-p.Purpose-p.Characteristic",
    "155": "B-p.Stimulus-p.Ancillary",
    "156": "I-p.Whole-p.Source",
    "157": "B-p.`i-p.`i",
    "158": "B-p.Force-p.Gestalt",
    "159": "B-p.Duration-p.Time",
    "160": "B-p.Cost-p.Cost",
    "161": "B-p.Recipient-p.Goal",
    "162": "B-p.ComparisonRef-p.Goal",
    "163": "B-p.OrgMember-p.Possessor",
    "164": "B-p.Cost-p.Locus",
    "165": "B-p.OrgMember-p.Gestalt",
    "166": "B-p.Experiencer-p.Goal",
    "167": "B-p.QuantityItem-p.Whole",
    "168": "B-p.Whole-p.Gestalt",
    "169": "B-p.Approximator-p.Approximator",
    "170": "B-p.Locus-p.Direction",
    "171": "B-p.Instrument-p.Path",
    "172": "I-p.Instrument-p.Path",
    "173": "B-p.QuantityItem-p.Gestalt",
    "174": "B-p.Species-p.Species",
    "175": "B-p.Org-p.Ancillary",
    "176": "B-p.Path-p.Path",
    "177": "B-p.Manner-p.Locus",
    "178": "I-p.Manner-p.Locus",
    "179": "B-p.QuantityItem-p.QuantityItem",
    "180": "B-p.Theme-p.Purpose",
    "181": "I-p.Extent-p.Extent",
    "182": "B-p.Org-p.Beneficiary",
    "183": "B-p.Beneficiary-p.Possessor",
    "184": "B-p.Cost-p.Extent",
    "185": "I-p.Goal-p.Goal",
    "186": "B-p.Manner-p.Source",
    "187": "I-p.Manner-p.Source",
    "188": "B-p.Characteristic-p.Source",
    "189": "I-p.Characteristic-p.Source",
    "190": "B-p.Locus-p.Path",
    "191": "B-p.Extent-p.Whole",
    "192": "I-p.Extent-p.Whole",
    "193": "B-p.Theme-p.Goal",
    "194": "I-p.Circumstance-p.Circumstance",
    "195": "B-p.Characteristic-p.Extent",
    "196": "B-p.Stimulus-p.Goal",
    "197": "B-p.Experiencer-p.Ancillary",
    "198": "B-p.Agent-p.Source",
    "199": "B-p.PartPortion-p.Source",
    "200": "I-p.Characteristic-p.Locus",
    "201": "B-p.Org-p.Locus",
    "202": "I-p.Locus-p.Source",
    "203": "B-p.Duration-p.Extent",
    "204": "B-p.Possession-p.PartPortion",
    "205": "B-p.Direction-p.Goal",
    "206": "B-p.Characteristic-p.Goal",
    "207": "I-p.Characteristic-p.Goal",
    "208": "B-p.Time-p.Goal",
    "209": "B-p.Recipient-p.Gestalt",
    "210": "B-p.Instrument-p.Manner",
    "211": "B-p.Possession-p.Ancillary",
    "212": "B-p.Ensemble-p.Ancillary",
    "213": "I-p.Cost-p.Locus",
    "214": "I-p.Circumstance-p.Locus",
    "215": "B-p.Stimulus-p.Explanation",
    "216": "B-p.Path-p.Locus",
    "217": "I-p.Approximator-p.Approximator",
    "218": "B-p.Beneficiary-p.Goal",
    "219": "I-p.QuantityItem-p.Whole",
    "220": "B-p.Identity-p.ComparisonRef",
    "221": "B-p.Approximator-p.Extent",
    "222": "B-p.Extent-p.Identity",
    "223": "I-p.Org-p.Locus",
    "224": "B-p.Beneficiary-p.Gestalt",
    "225": "B-p.Possessor-p.Ancillary",
    "226": "B-p.OrgMember-p.PartPortion",
    "227": "B-p.Frequency-p.Extent",
    "228": "B-p.Manner-p.Extent",
    "229": "I-p.Cost-p.Cost",
    "230": "B-p.Theme-p.Whole",
    "231": "B-p.Purpose-p.Locus",
    "232": "B-p.Locus-p.Goal",
    "233": "B-p.Characteristic-p.Ancillary",
    "234": "B-p.Org-p.Instrument",
    "235": "B-p.Theme-p.Characteristic",
    "236": "B-p.Characteristic-p.Topic",
    "237": "I-p.Characteristic-p.Topic",
    "238": "B-p.Locus-p.Whole",
    "239": "B-p.Frequency-p.Manner",
    "240": "I-p.Frequency-p.Manner",
    "241": "I-p.Ensemble-p.Ancillary",
    "242": "B-p.Org-p.Goal",
    "243": "B-p.SetIteration-p.SetIteration",
    "244": "B-p.ComparisonRef-p.Beneficiary",
    "245": "B-p.Possession-p.Locus",
    "246": "B-p.PartPortion-p.Goal",
    "247": "B-p.ComparisonRef-p.Ancillary",
    "248": "B-p.Topic-p.Goal",
    "249": "B-p.Manner-p.Stuff",
    "250": "B-p.Path-p.Goal",
    "251": "B-p.Circumstance-p.Path",
    "252": "B-p.Gestalt-p.Source",
    "253": "B-p.Agent-p.Locus",
    "254": "B-p.Org-p.Whole",
    "255": "I-p.Locus-p.Direction",
    "256": "B-p.Org-p.Source",
    "257": "B-p.Time-p.Extent",
    "258": "B-p.Time-p.Duration",
    "259": "B-p.Time-p.Direction",
    "260": "B-p.Gestalt-p.Topic",
    "261": "I-p.Whole-p.Whole",
    "262": "B-p.Cost-p.Manner",
    "263": "B-p.SocialRel-p.Source",
    "264": "B-p.Means-p.Path",
    "265": "B-p.Originator-p.Instrument",
    "266": "B-p.PartPortion-p.Instrument",
    "267": "I-p.Possession-p.Possession",
    "268": "B-p.Agent-p.Beneficiary",
    "269": "B-p.Instrument-p.Theme",
    "270": "B-p.Duration-p.Gestalt",
    "271": "I-p.Path-p.Path",
    "272": "B-p.Gestalt-p.Purpose",
    "273": "B-p.Goal-p.Whole",
    "274": "B-p.Whole-p.Circumstance",
    "275": "B-p.Purpose-p.Goal",
    "276": "B-p.Explanation-p.Manner",
    "277": "I-p.Explanation-p.Manner",
    "278": "B-p.Force-p.Ancillary",
    "279": "B-p.Characteristic-p.QuantityValue",
    "280": "B-p.Stimulus-p.Locus",
    "281": "B-p.Characteristic-p.Instrument",
    "282": "B-p.Explanation-p.Beneficiary",
    "283": "I-p.Explanation-p.Beneficiary",
    "284": "B-p.Characteristic-p.Beneficiary",
    "285": "I-p.Characteristic-p.Beneficiary",
    "286": "B-p.Extent-p.Characteristic",
    "287": "I-p.`i-p.`i",
    "288": "B-p.Beneficiary-p.Ancillary",
    "289": "I-p.Beneficiary-p.Ancillary",
    "290": "I-p.Force-p.Force",
    "291": "B-p.Originator-p.Direction",
    "292": "I-p.Originator-p.Direction",
    "293": "B-p.Agent-p.Whole"
  },
  "initializer_range": 0.02,
  "intermediate_size": 4096,
  "label2id": {
    "B-p.Agent-p.Agent": 11,
    "B-p.Agent-p.Ancillary": 55,
    "B-p.Agent-p.Beneficiary": 268,
    "B-p.Agent-p.Gestalt": 54,
    "B-p.Agent-p.Locus": 253,
    "B-p.Agent-p.Recipient": 129,
    "B-p.Agent-p.Source": 198,
    "B-p.Agent-p.Whole": 293,
    "B-p.Ancillary-p.Ancillary": 13,
    "B-p.Approximator-p.Approximator": 169,
    "B-p.Approximator-p.Extent": 221,
    "B-p.Beneficiary-p.Ancillary": 288,
    "B-p.Beneficiary-p.Beneficiary": 29,
    "B-p.Beneficiary-p.Direction": 85,
    "B-p.Beneficiary-p.Gestalt": 224,
    "B-p.Beneficiary-p.Goal": 218,
    "B-p.Beneficiary-p.Possessor": 183,
    "B-p.Beneficiary-p.Recipient": 122,
    "B-p.Beneficiary-p.Theme": 110,
    "B-p.Causer-p.Agent": 52,
    "B-p.Characteristic-p.Ancillary": 233,
    "B-p.Characteristic-p.Beneficiary": 284,
    "B-p.Characteristic-p.Characteristic": 59,
    "B-p.Characteristic-p.Extent": 195,
    "B-p.Characteristic-p.Goal": 206,
    "B-p.Characteristic-p.Identity": 123,
    "B-p.Characteristic-p.Instrument": 281,
    "B-p.Characteristic-p.Locus": 41,
    "B-p.Characteristic-p.QuantityValue": 279,
    "B-p.Characteristic-p.Source": 188,
    "B-p.Characteristic-p.Stuff": 140,
    "B-p.Characteristic-p.Topic": 236,
    "B-p.Circumstance-p.Circumstance": 26,
    "B-p.Circumstance-p.Locus": 76,
    "B-p.Circumstance-p.Path": 251,
    "B-p.ComparisonRef-p.Ancillary": 247,
    "B-p.ComparisonRef-p.Beneficiary": 244,
    "B-p.ComparisonRef-p.ComparisonRef": 31,
    "B-p.ComparisonRef-p.Goal": 162,
    "B-p.ComparisonRef-p.Locus": 112,
    "B-p.ComparisonRef-p.Purpose": 44,
    "B-p.ComparisonRef-p.Source": 139,
    "B-p.Cost-p.Characteristic": 83,
    "B-p.Cost-p.Cost": 160,
    "B-p.Cost-p.Extent": 184,
    "B-p.Cost-p.Locus": 164,
    "B-p.Cost-p.Manner": 262,
    "B-p.Direction-p.Direction": 70,
    "B-p.Direction-p.Goal": 205,
    "B-p.Direction-p.Locus": 53,
    "B-p.Duration-p.Duration": 21,
    "B-p.Duration-p.Extent": 203,
    "B-p.Duration-p.Gestalt": 270,
    "B-p.Duration-p.Time": 159,
    "B-p.EndTime-p.EndTime": 3,
    "B-p.EndTime-p.Interval": 64,
    "B-p.Ensemble-p.Ancillary": 212,
    "B-p.Experiencer-p.Agent": 35,
    "B-p.Experiencer-p.Ancillary": 197,
    "B-p.Experiencer-p.Beneficiary": 16,
    "B-p.Experiencer-p.Gestalt": 60,
    "B-p.Experiencer-p.Goal": 166,
    "B-p.Experiencer-p.Locus": 111,
    "B-p.Experiencer-p.Recipient": 27,
    "B-p.Experiencer-p.Theme": 109,
    "B-p.Explanation-p.Beneficiary": 282,
    "B-p.Explanation-p.Explanation": 78,
    "B-p.Explanation-p.Gestalt": 75,
    "B-p.Explanation-p.Manner": 276,
    "B-p.Explanation-p.Source": 65,
    "B-p.Explanation-p.Time": 101,
    "B-p.Extent-p.Characteristic": 286,
    "B-p.Extent-p.Extent": 7,
    "B-p.Extent-p.Identity": 222,
    "B-p.Extent-p.Whole": 191,
    "B-p.Focus-p.Focus": 12,
    "B-p.Force-p.Ancillary": 278,
    "B-p.Force-p.Force": 28,
    "B-p.Force-p.Gestalt": 158,
    "B-p.Force-p.Source": 91,
    "B-p.Frequency-p.Extent": 227,
    "B-p.Frequency-p.Frequency": 125,
    "B-p.Frequency-p.Manner": 239,
    "B-p.Gestalt-p.Gestalt": 37,
    "B-p.Gestalt-p.Locus": 68,
    "B-p.Gestalt-p.Purpose": 272,
    "B-p.Gestalt-p.Recipient": 150,
    "B-p.Gestalt-p.Source": 252,
    "B-p.Gestalt-p.Topic": 260,
    "B-p.Gestalt-p.Whole": 103,
    "B-p.Goal-p.Extent": 136,
    "B-p.Goal-p.Gestalt": 135,
    "B-p.Goal-p.Goal": 72,
    "B-p.Goal-p.Locus": 45,
    "B-p.Goal-p.Theme": 114,
    "B-p.Goal-p.Whole": 273,
    "B-p.Identity-p.ComparisonRef": 220,
    "B-p.Identity-p.Identity": 8,
    "B-p.Instrument-p.Instrument": 42,
    "B-p.Instrument-p.Locus": 63,
    "B-p.Instrument-p.Manner": 210,
    "B-p.Instrument-p.Path": 171,
    "B-p.Instrument-p.Theme": 269,
    "B-p.Interval-p.Interval": 124,
    "B-p.Locus-p.Ancillary": 143,
    "B-p.Locus-p.Direction": 170,
    "B-p.Locus-p.Gestalt": 100,
    "B-p.Locus-p.Goal": 232,
    "B-p.Locus-p.Locus": 9,
    "B-p.Locus-p.Path": 190,
    "B-p.Locus-p.Source": 24,
    "B-p.Locus-p.Whole": 238,
    "B-p.Manner-p.ComparisonRef": 36,
    "B-p.Manner-p.Extent": 228,
    "B-p.Manner-p.Locus": 177,
    "B-p.Manner-p.Manner": 4,
    "B-p.Manner-p.Source": 186,
    "B-p.Manner-p.Stuff": 249,
    "B-p.Means-p.Means": 120,
    "B-p.Means-p.Path": 264,
    "B-p.Org-p.Ancillary": 175,
    "B-p.Org-p.Beneficiary": 182,
    "B-p.Org-p.Gestalt": 77,
    "B-p.Org-p.Goal": 242,
    "B-p.Org-p.Instrument": 234,
    "B-p.Org-p.Locus": 201,
    "B-p.Org-p.Source": 256,
    "B-p.Org-p.Whole": 254,
    "B-p.OrgMember-p.Gestalt": 165,
    "B-p.OrgMember-p.PartPortion": 226,
    "B-p.OrgMember-p.Possessor": 163,
    "B-p.Originator-p.Agent": 43,
    "B-p.Originator-p.Direction": 291,
    "B-p.Originator-p.Gestalt": 58,
    "B-p.Originator-p.Instrument": 265,
    "B-p.Originator-p.Recipient": 148,
    "B-p.Originator-p.Source": 144,
    "B-p.PartPortion-p.Characteristic": 105,
    "B-p.PartPortion-p.ComparisonRef": 73,
    "B-p.PartPortion-p.Goal": 246,
    "B-p.PartPortion-p.Instrument": 266,
    "B-p.PartPortion-p.PartPortion": 39,
    "B-p.PartPortion-p.Source": 199,
    "B-p.Path-p.Goal": 250,
    "B-p.Path-p.Locus": 216,
    "B-p.Path-p.Path": 176,
    "B-p.Path-p.Theme": 128,
    "B-p.Possession-p.Ancillary": 211,
    "B-p.Possession-p.Instrument": 80,
    "B-p.Possession-p.Locus": 245,
    "B-p.Possession-p.PartPortion": 204,
    "B-p.Possession-p.Possession": 118,
    "B-p.Possession-p.Theme": 121,
    "B-p.Possessor-p.Ancillary": 225,
    "B-p.Possessor-p.Locus": 19,
    "B-p.Possessor-p.Possessor": 10,
    "B-p.Possessor-p.Recipient": 119,
    "B-p.Purpose-p.Characteristic": 154,
    "B-p.Purpose-p.Goal": 275,
    "B-p.Purpose-p.Locus": 231,
    "B-p.Purpose-p.Purpose": 23,
    "B-p.QuantityItem-p.Gestalt": 173,
    "B-p.QuantityItem-p.QuantityItem": 179,
    "B-p.QuantityItem-p.Stuff": 93,
    "B-p.QuantityItem-p.Whole": 167,
    "B-p.QuantityValue-p.QuantityValue": 66,
    "B-p.Recipient-p.Agent": 49,
    "B-p.Recipient-p.Ancillary": 5,
    "B-p.Recipient-p.Direction": 151,
    "B-p.Recipient-p.Gestalt": 209,
    "B-p.Recipient-p.Goal": 161,
    "B-p.Recipient-p.Recipient": 51,
    "B-p.Recipient-p.Source": 57,
    "B-p.Recipient-p.Theme": 107,
    "B-p.SetIteration-p.SetIteration": 243,
    "B-p.SocialRel-p.Ancillary": 131,
    "B-p.SocialRel-p.Gestalt": 48,
    "B-p.SocialRel-p.Source": 263,
    "B-p.Source-p.Source": 46,
    "B-p.Species-p.Species": 174,
    "B-p.StartTime-p.Interval": 102,
    "B-p.StartTime-p.StartTime": 38,
    "B-p.Stimulus-p.Ancillary": 155,
    "B-p.Stimulus-p.Beneficiary": 146,
    "B-p.Stimulus-p.Direction": 126,
    "B-p.Stimulus-p.Explanation": 215,
    "B-p.Stimulus-p.Force": 98,
    "B-p.Stimulus-p.Goal": 196,
    "B-p.Stimulus-p.Locus": 280,
    "B-p.Stimulus-p.Source": 61,
    "B-p.Stimulus-p.Theme": 32,
    "B-p.Stimulus-p.Topic": 117,
    "B-p.Stuff-p.Stuff": 82,
    "B-p.Theme-p.Ancillary": 132,
    "B-p.Theme-p.Characteristic": 235,
    "B-p.Theme-p.ComparisonRef": 92,
    "B-p.Theme-p.Gestalt": 116,
    "B-p.Theme-p.Goal": 193,
    "B-p.Theme-p.Instrument": 108,
    "B-p.Theme-p.Locus": 130,
    "B-p.Theme-p.Purpose": 180,
    "B-p.Theme-p.Recipient": 56,
    "B-p.Theme-p.Source": 99,
    "B-p.Theme-p.Theme": 15,
    "B-p.Theme-p.Whole": 230,
    "B-p.Time-p.Direction": 259,
    "B-p.Time-p.Duration": 258,
    "B-p.Time-p.Extent": 257,
    "B-p.Time-p.Gestalt": 115,
    "B-p.Time-p.Goal": 208,
    "B-p.Time-p.Interval": 2,
    "B-p.Time-p.Time": 33,
    "B-p.Time-p.Whole": 90,
    "B-p.Topic-p.Ancillary": 84,
    "B-p.Topic-p.Gestalt": 145,
    "B-p.Topic-p.Goal": 248,
    "B-p.Topic-p.Identity": 18,
    "B-p.Topic-p.Theme": 62,
    "B-p.Topic-p.Topic": 6,
    "B-p.Whole-p.Circumstance": 274,
    "B-p.Whole-p.Gestalt": 168,
    "B-p.Whole-p.Locus": 133,
    "B-p.Whole-p.Source": 25,
    "B-p.Whole-p.Whole": 47,
    "B-p.`d-p.`d": 74,
    "B-p.`i-p.`i": 157,
    "I-p.Agent-p.Ancillary": 138,
    "I-p.Ancillary-p.Ancillary": 14,
    "I-p.Approximator-p.Approximator": 217,
    "I-p.Beneficiary-p.Ancillary": 289,
    "I-p.Beneficiary-p.Beneficiary": 30,
    "I-p.Beneficiary-p.Direction": 86,
    "I-p.Characteristic-p.Beneficiary": 285,
    "I-p.Characteristic-p.Goal": 207,
    "I-p.Characteristic-p.Locus": 200,
    "I-p.Characteristic-p.Source": 189,
    "I-p.Characteristic-p.Topic": 237,
    "I-p.Circumstance-p.Circumstance": 194,
    "I-p.Circumstance-p.Locus": 214,
    "I-p.ComparisonRef-p.ComparisonRef": 88,
    "I-p.ComparisonRef-p.Locus": 113,
    "I-p.Cost-p.Cost": 229,
    "I-p.Cost-p.Locus": 213,
    "I-p.Direction-p.Direction": 71,
    "I-p.Direction-p.Locus": 142,
    "I-p.Duration-p.Duration": 22,
    "I-p.EndTime-p.Interval": 95,
    "I-p.Ensemble-p.Ancillary": 241,
    "I-p.Experiencer-p.Beneficiary": 17,
    "I-p.Explanation-p.Beneficiary": 283,
    "I-p.Explanation-p.Explanation": 79,
    "I-p.Explanation-p.Manner": 277,
    "I-p.Extent-p.Extent": 181,
    "I-p.Extent-p.Whole": 192,
    "I-p.Force-p.Force": 290,
    "I-p.Frequency-p.Manner": 240,
    "I-p.Gestalt-p.Locus": 137,
    "I-p.Gestalt-p.Whole": 104,
    "I-p.Goal-p.Goal": 185,
    "I-p.Goal-p.Locus": 94,
    "I-p.Identity-p.Identity": 97,
    "I-p.Instrument-p.Instrument": 96,
    "I-p.Instrument-p.Path": 172,
    "I-p.Locus-p.Ancillary": 149,
    "I-p.Locus-p.Direction": 255,
    "I-p.Locus-p.Locus": 50,
    "I-p.Locus-p.Source": 202,
    "I-p.Manner-p.ComparisonRef": 87,
    "I-p.Manner-p.Locus": 178,
    "I-p.Manner-p.Manner": 153,
    "I-p.Manner-p.Source": 187,
    "I-p.Org-p.Locus": 223,
    "I-p.Originator-p.Direction": 292,
    "I-p.PartPortion-p.PartPortion": 40,
    "I-p.Path-p.Path": 271,
    "I-p.Possession-p.Possession": 267,
    "I-p.Possessor-p.Locus": 20,
    "I-p.Purpose-p.Purpose": 69,
    "I-p.QuantityItem-p.Whole": 219,
    "I-p.Recipient-p.Direction": 152,
    "I-p.Source-p.Source": 106,
    "I-p.Stimulus-p.Beneficiary": 147,
    "I-p.Stimulus-p.Direction": 127,
    "I-p.Theme-p.Theme": 141,
    "I-p.Time-p.Interval": 67,
    "I-p.Time-p.Time": 34,
    "I-p.Topic-p.Topic": 81,
    "I-p.Whole-p.Locus": 134,
    "I-p.Whole-p.Source": 156,
    "I-p.Whole-p.Whole": 261,
    "I-p.`d-p.`d": 89,
    "I-p.`i-p.`i": 287,
    "None": -100,
    "O": 1
  },
  "layer_norm_eps": 1e-05,
  "max_position_embeddings": 514,
  "model_type": "xlm-roberta",
  "num_attention_heads": 16,
  "num_hidden_layers": 24,
  "output_past": true,
  "pad_token_id": 1,
  "position_embedding_type": "absolute",
  "torch_dtype": "float32",
  "transformers_version": "4.47.1",
  "type_vocab_size": 1,
  "use_cache": true,
  "vocab_size": 250002
}