Add dataset
Browse files- .gitattributes +1 -0
- README.md +6 -0
- pmc.jsonl +3 -0
.gitattributes
CHANGED
@@ -53,3 +53,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
pmc.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
---
|
2 |
license: pddl
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: pddl
|
3 |
---
|
4 |
+
|
5 |
+
# PubMed Central Figures Dataset
|
6 |
+
|
7 |
+
This dataset contains image-text pairs extracted from figures from papers in the [PubMed Central](https://www.ncbi.nlm.nih.gov/pmc/) repository. The dataset can be used to train [CLIP](https://arxiv.org/abs/2103.00020) models.
|
8 |
+
|
9 |
+
The data consists of a subset of papers from PMC stored as JSON objects in a jsonlines file. Each object contains the paper id of the paper (e.g. PMC7202302) and a list of extracted figures. For each figure, the caption (encoded in unicode) and the filename of the image is given. Note that the image files themselves are not included and have to be downloaded from the [FTP server](https://www.ncbi.nlm.nih.gov/pmc/tools/ftp/) (e.g. using the scripts provided in the [accompanying code repo](https://github.com/nopperl/clip_arxiv_pmc).
|
pmc.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:081ab89f5ed0970b2d299b1f0e4c6b81ae145caa265f0e94531cf0cbf95abe55
|
3 |
+
size 416971085
|