Initial dataset push
Browse files- README.md +18 -7
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -1,25 +1,36 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
- name: id
|
5 |
-
dtype: string
|
6 |
- name: title
|
7 |
dtype: string
|
8 |
- name: abstract
|
9 |
dtype: string
|
10 |
-
- name:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
dtype: string
|
12 |
splits:
|
13 |
- name: train
|
14 |
-
num_bytes:
|
15 |
-
num_examples:
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
18 |
configs:
|
19 |
- config_name: default
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# ESPON Annotated Scientific Publications Dataset
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
|
|
|
|
4 |
- name: title
|
5 |
dtype: string
|
6 |
- name: abstract
|
7 |
dtype: string
|
8 |
+
- name: doctype
|
9 |
+
dtype: string
|
10 |
+
- name: cluster
|
11 |
+
sequence:
|
12 |
+
sequence: string
|
13 |
+
- name: intervention_area
|
14 |
+
sequence:
|
15 |
+
sequence: string
|
16 |
+
- name: id
|
17 |
dtype: string
|
18 |
splits:
|
19 |
- name: train
|
20 |
+
num_bytes: 12305011
|
21 |
+
num_examples: 7647
|
22 |
+
- name: test
|
23 |
+
num_bytes: 426545
|
24 |
+
num_examples: 229
|
25 |
+
download_size: 7015556
|
26 |
+
dataset_size: 12731556
|
27 |
configs:
|
28 |
- config_name: default
|
29 |
data_files:
|
30 |
- split: train
|
31 |
path: data/train-*
|
32 |
+
- split: test
|
33 |
+
path: data/test-*
|
34 |
---
|
35 |
|
36 |
# ESPON Annotated Scientific Publications Dataset
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22efef0727c680afaa4aca4e0ebc061560620d48337b05a72a3c680790e8bc57
|
3 |
+
size 226065
|
data/train-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72af8dde8ec8b9d927f7c2d40e1049122aec11f4f52fffc1ebe161fd1c983586
|
3 |
+
size 6789491
|