Upload dataset
Browse files- README.md +67 -1
- clean/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,6 +1,68 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
features:
|
5 |
- name: source
|
6 |
dtype: string
|
@@ -66,6 +128,10 @@ dataset_info:
|
|
66 |
download_size: 15548623
|
67 |
dataset_size: 52555900
|
68 |
configs:
|
|
|
|
|
|
|
|
|
69 |
- config_name: raw
|
70 |
data_files:
|
71 |
- split: train
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: clean
|
4 |
+
features:
|
5 |
+
- name: source
|
6 |
+
dtype: string
|
7 |
+
- name: id
|
8 |
+
dtype: string
|
9 |
+
- name: dct
|
10 |
+
struct:
|
11 |
+
- name: id
|
12 |
+
dtype: string
|
13 |
+
- name: text
|
14 |
+
dtype: string
|
15 |
+
- name: text
|
16 |
+
dtype: string
|
17 |
+
- name: context
|
18 |
+
dtype: string
|
19 |
+
- name: entities
|
20 |
+
list:
|
21 |
+
- name: id
|
22 |
+
dtype: string
|
23 |
+
- name: offsets
|
24 |
+
sequence: int64
|
25 |
+
- name: text
|
26 |
+
dtype: string
|
27 |
+
- name: tlinks
|
28 |
+
list:
|
29 |
+
- name: relation
|
30 |
+
dtype: string
|
31 |
+
- name: source
|
32 |
+
dtype: string
|
33 |
+
- name: target
|
34 |
+
dtype: string
|
35 |
+
- name: timeline
|
36 |
+
list:
|
37 |
+
- name: relation
|
38 |
+
dtype: string
|
39 |
+
- name: source
|
40 |
+
dtype: string
|
41 |
+
- name: target
|
42 |
+
dtype: string
|
43 |
+
- name: tlinks_closure
|
44 |
+
list:
|
45 |
+
- name: relation
|
46 |
+
dtype: string
|
47 |
+
- name: source
|
48 |
+
dtype: string
|
49 |
+
- name: target
|
50 |
+
dtype: string
|
51 |
+
- name: timeline_closure
|
52 |
+
list:
|
53 |
+
- name: relation
|
54 |
+
dtype: string
|
55 |
+
- name: source
|
56 |
+
dtype: string
|
57 |
+
- name: target
|
58 |
+
dtype: string
|
59 |
+
splits:
|
60 |
+
- name: train
|
61 |
+
num_bytes: 49836867
|
62 |
+
num_examples: 693
|
63 |
+
download_size: 7257901
|
64 |
+
dataset_size: 49836867
|
65 |
+
- config_name: raw
|
66 |
features:
|
67 |
- name: source
|
68 |
dtype: string
|
|
|
128 |
download_size: 15548623
|
129 |
dataset_size: 52555900
|
130 |
configs:
|
131 |
+
- config_name: clean
|
132 |
+
data_files:
|
133 |
+
- split: train
|
134 |
+
path: clean/train-*
|
135 |
- config_name: raw
|
136 |
data_files:
|
137 |
- split: train
|
clean/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:642296ec98aa29ef3b32a2e2611ccbf278d3f2fbccbc070d1083f3ea296f2339
|
3 |
+
size 7257901
|