axiong commited on
Commit
88f8685
·
1 Parent(s): 33bd5b5

Update pmc_oa.py

Browse files
Files changed (1) hide show
  1. pmc_oa.py +1 -1
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
- # "train": _URL + "train.jsonl",
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
  }