Update README.md
Browse files
README.md
CHANGED
@@ -14,37 +14,33 @@ dataset_info:
|
|
14 |
features:
|
15 |
- name: doi
|
16 |
dtype: string
|
17 |
-
_type: Value
|
18 |
- name: pmcid
|
19 |
dtype: string
|
20 |
-
_type: Value
|
21 |
- name: title
|
22 |
dtype: string
|
23 |
-
_type: Value
|
24 |
- name: plain_text
|
25 |
dtype: string
|
26 |
-
_type: Value
|
27 |
- name: technical_text
|
28 |
dtype: string
|
29 |
-
_type: Value
|
30 |
- name: journal
|
31 |
dtype: string
|
32 |
-
_type: Value
|
33 |
- name: topics
|
34 |
-
|
35 |
-
dtype: string
|
36 |
-
_type: Value
|
37 |
-
_type: Sequence
|
38 |
- name: keywords
|
39 |
-
|
40 |
-
dtype: string
|
41 |
-
_type: Value
|
42 |
-
_type: Sequence
|
43 |
splits:
|
44 |
- name: train
|
45 |
-
|
46 |
-
- name: validation
|
47 |
-
num_examples: 4412
|
48 |
-
- name: test
|
49 |
num_examples: 4902
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
---
|
|
|
14 |
features:
|
15 |
- name: doi
|
16 |
dtype: string
|
|
|
17 |
- name: pmcid
|
18 |
dtype: string
|
|
|
19 |
- name: title
|
20 |
dtype: string
|
|
|
21 |
- name: plain_text
|
22 |
dtype: string
|
|
|
23 |
- name: technical_text
|
24 |
dtype: string
|
|
|
25 |
- name: journal
|
26 |
dtype: string
|
|
|
27 |
- name: topics
|
28 |
+
sequence: string
|
|
|
|
|
|
|
29 |
- name: keywords
|
30 |
+
sequence: string
|
|
|
|
|
|
|
31 |
splits:
|
32 |
- name: train
|
33 |
+
num_bytes: 15816242.395054676
|
|
|
|
|
|
|
34 |
num_examples: 4902
|
35 |
+
download_size: 8850424
|
36 |
+
dataset_size: 15816242.395054676
|
37 |
+
configs:
|
38 |
+
- config_name: default
|
39 |
+
data_files:
|
40 |
+
- split: train
|
41 |
+
path: data/train/
|
42 |
+
- split: validation
|
43 |
+
path: data/validation/
|
44 |
+
- split: test
|
45 |
+
path: data/test
|
46 |
---
|