Commit
·
9a81140
1
Parent(s):
ef56224
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: text
|
5 |
+
dtype: string
|
6 |
+
- name: pmid
|
7 |
+
dtype: string
|
8 |
+
- name: accession_id
|
9 |
+
dtype: string
|
10 |
+
- name: license
|
11 |
+
dtype: string
|
12 |
+
- name: last_updated
|
13 |
+
dtype: string
|
14 |
+
- name: retracted
|
15 |
+
dtype: string
|
16 |
+
- name: citation
|
17 |
+
dtype: string
|
18 |
+
- name: decoded_as
|
19 |
+
dtype: string
|
20 |
+
- name: journal
|
21 |
+
dtype: string
|
22 |
+
- name: year
|
23 |
+
dtype: int32
|
24 |
+
- name: doi
|
25 |
+
dtype: string
|
26 |
+
- name: oa_subset
|
27 |
+
dtype: string
|
28 |
+
splits:
|
29 |
+
- name: train
|
30 |
+
num_bytes: 206274456770
|
31 |
+
num_examples: 4935779
|
32 |
+
- name: validation
|
33 |
+
num_bytes: 4046140044
|
34 |
+
num_examples: 87794
|
35 |
+
download_size: 111297924087
|
36 |
+
dataset_size: 210320596814
|
37 |
+
---
|
38 |
+
# Dataset Card for "pmcoa"
|
39 |
+
|
40 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|