File size: 1,239 Bytes
7917d60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: tokens
    list: string
  - name: mentions
    list: string
  - name: spans
    list:
      list: int64
  - name: relations
    struct:
    - name: AFTER
      list:
        list: int64
    - name: BEFORE
      list:
        list: int64
    - name: BEGINS
      list:
        list: int64
    - name: BEGUN_BY
      list:
        list: int64
    - name: CLINK
      list:
        list: int64
    - name: DURING
      list:
        list: int64
    - name: ENDED_BY
      list:
        list: int64
    - name: ENDS
      list:
        list: int64
    - name: IAFTER
      list:
        list: int64
    - name: IBEFORE
      list:
        list: int64
    - name: IDENTITY
      list:
        list: int64
    - name: INCLUDES
      list:
        list: int64
    - name: IS_INCLUDED
      list:
        list: int64
    - name: SIMULTANEOUS
      list:
        list: int64
  splits:
  - name: train
    num_bytes: 649468
    num_examples: 164
  - name: test
    num_bytes: 75243
    num_examples: 19
  download_size: 705121
  dataset_size: 724711
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---