Update pmc_oa.py
Browse files
pmc_oa.py
CHANGED
@@ -31,7 +31,7 @@ _HOMEPAGE = "https://weixionglin.github.io/PMC-CLIP/"
|
|
31 |
_URL = "https://huggingface.co/datasets/axiong/pmc_oa/resolve/main/"
|
32 |
_URLS = {
|
33 |
"images": _URL + "images.zip",
|
34 |
-
|
35 |
"valid": _URL + "valid.jsonl",
|
36 |
"test": _URL + "test.jsonl"
|
37 |
}
|
|
|
31 |
_URL = "https://huggingface.co/datasets/axiong/pmc_oa/resolve/main/"
|
32 |
_URLS = {
|
33 |
"images": _URL + "images.zip",
|
34 |
+
"train": _URL + "train.jsonl",
|
35 |
"valid": _URL + "valid.jsonl",
|
36 |
"test": _URL + "test.jsonl"
|
37 |
}
|