Nofing commited on
Commit
7917d60
·
verified ·
1 Parent(s): c2a1eef

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: tokens
7
+ list: string
8
+ - name: mentions
9
+ list: string
10
+ - name: spans
11
+ list:
12
+ list: int64
13
+ - name: relations
14
+ struct:
15
+ - name: AFTER
16
+ list:
17
+ list: int64
18
+ - name: BEFORE
19
+ list:
20
+ list: int64
21
+ - name: BEGINS
22
+ list:
23
+ list: int64
24
+ - name: BEGUN_BY
25
+ list:
26
+ list: int64
27
+ - name: CLINK
28
+ list:
29
+ list: int64
30
+ - name: DURING
31
+ list:
32
+ list: int64
33
+ - name: ENDED_BY
34
+ list:
35
+ list: int64
36
+ - name: ENDS
37
+ list:
38
+ list: int64
39
+ - name: IAFTER
40
+ list:
41
+ list: int64
42
+ - name: IBEFORE
43
+ list:
44
+ list: int64
45
+ - name: IDENTITY
46
+ list:
47
+ list: int64
48
+ - name: INCLUDES
49
+ list:
50
+ list: int64
51
+ - name: IS_INCLUDED
52
+ list:
53
+ list: int64
54
+ - name: SIMULTANEOUS
55
+ list:
56
+ list: int64
57
+ splits:
58
+ - name: train
59
+ num_bytes: 649468
60
+ num_examples: 164
61
+ - name: test
62
+ num_bytes: 75243
63
+ num_examples: 19
64
+ download_size: 705121
65
+ dataset_size: 724711
66
+ configs:
67
+ - config_name: default
68
+ data_files:
69
+ - split: train
70
+ path: data/train-*
71
+ - split: test
72
+ path: data/test-*
73
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:875c3926c0b849b5b528601a2f0ccba93f2868488cb6b842e8a2493bfc786762
3
+ size 92679
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68499fa2027af0e98e8de08bc7e63ce0d177d3c63348ab327d7e149de8091453
3
+ size 612442