Upload dataset
Browse files- README.md +31 -0
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# My Dataset
|
2 |
|
3 |
This dataset includes research articles with metadata and images.
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: pmid
|
10 |
+
dtype: string
|
11 |
+
- name: pmcid
|
12 |
+
dtype: string
|
13 |
+
- name: title
|
14 |
+
dtype: string
|
15 |
+
- name: abstract
|
16 |
+
dtype: string
|
17 |
+
- name: fulltext
|
18 |
+
dtype: string
|
19 |
+
- name: images
|
20 |
+
list:
|
21 |
+
- name: bytes
|
22 |
+
dtype: binary
|
23 |
+
- name: path
|
24 |
+
dtype: string
|
25 |
+
splits:
|
26 |
+
- name: train
|
27 |
+
num_bytes: 16764173
|
28 |
+
num_examples: 2
|
29 |
+
download_size: 5254808
|
30 |
+
dataset_size: 16764173
|
31 |
+
---
|
32 |
# My Dataset
|
33 |
|
34 |
This dataset includes research articles with metadata and images.
|
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:95631253eca322ae2ae1020d1f11f2cc238ad7108f9a82696310167cca699820
|
3 |
+
size 5254808
|