Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
dataset_info:
|
2 |
features:
|
3 |
- name: pmid
|
|
|
1 |
+
# My Dataset
|
2 |
+
|
3 |
+
This dataset includes research articles with metadata and images.
|
4 |
+
|
5 |
+
## Features
|
6 |
+
|
7 |
+
The dataset contains the following features:
|
8 |
+
|
9 |
+
- `pmid`: The PubMed ID of the article (string).
|
10 |
+
- `pmcid`: The PubMed Central ID of the article (string).
|
11 |
+
- `title`: The title of the article (string).
|
12 |
+
- `abstract`: The abstract of the article (string).
|
13 |
+
- `fulltext`: The full text of the article (string).
|
14 |
+
- `images`: Contains image data with the following fields:
|
15 |
+
- `bytes`: Binary image data.
|
16 |
+
- `path`: Relative path to the image file (string).
|
17 |
+
|
18 |
+
## Schema
|
19 |
+
|
20 |
+
```yaml
|
21 |
dataset_info:
|
22 |
features:
|
23 |
- name: pmid
|