Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,46 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/train-*
|
8 |
+
- split: validation
|
9 |
+
path: data/validation-*
|
10 |
+
- split: test
|
11 |
+
path: data/test-*
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: pmid
|
15 |
+
dtype: int64
|
16 |
+
- name: journal
|
17 |
+
dtype: string
|
18 |
+
- name: title
|
19 |
+
dtype: string
|
20 |
+
- name: abstract
|
21 |
+
dtype: string
|
22 |
+
- name: keywords
|
23 |
+
dtype: string
|
24 |
+
- name: pub_type
|
25 |
+
dtype: string
|
26 |
+
- name: authors
|
27 |
+
dtype: string
|
28 |
+
- name: doi
|
29 |
+
dtype: string
|
30 |
+
- name: label
|
31 |
+
sequence: int64
|
32 |
+
- name: text
|
33 |
+
dtype: string
|
34 |
+
splits:
|
35 |
+
- name: train
|
36 |
+
num_bytes: 85014595
|
37 |
+
num_examples: 24960
|
38 |
+
- name: validation
|
39 |
+
num_bytes: 9075648
|
40 |
+
num_examples: 2500
|
41 |
+
- name: test
|
42 |
+
num_bytes: 21408810
|
43 |
+
num_examples: 6239
|
44 |
+
download_size: 63244210
|
45 |
+
dataset_size: 115499053
|
46 |
---
|