lcolonn commited on
Commit
d498db6
·
unverified ·
1 Parent(s): 27c5a73

feat: update urls

Browse files
Files changed (1) hide show
  1. patfig.py +9 -1
patfig.py CHANGED
@@ -12,7 +12,15 @@ overarching goal of this dataset is to advance the research in visually situated
12
  hollistic consumption of the visual and textual data.
13
  """
14
 
15
- _URL = "https://huggingface.co/datasets/lcolonn/patfig/resolve/main/"
 
 
 
 
 
 
 
 
16
  _URLS = {
17
  "train_images": "train/train_images.tar.gz",
18
  "test_images": "test/test_images.tar.gz",
 
12
  hollistic consumption of the visual and textual data.
13
  """
14
 
15
+ _BASE_URL = "https://huggingface.co/datasets/lcolonn/patfig/resolve/main/"
16
+ _METADATA_URLS = {
17
+ "annotations_train": "train/annotations_train.parquet",
18
+ "annotations_test": "test/annotations_test.parquet"
19
+ }
20
+ _IMAGES_URLS = {
21
+ "images_train": "train/train_images.tar.gz",
22
+ "images_test": "test/test_images.tar.gz",
23
+ }
24
  _URLS = {
25
  "train_images": "train/train_images.tar.gz",
26
  "test_images": "test/test_images.tar.gz",