raniatze commited on
Commit
1d8098c
·
verified ·
1 Parent(s): 9186274

Update cocostuff.py

Browse files
Files changed (1) hide show
  1. cocostuff.py +3 -3
cocostuff.py CHANGED
@@ -19,19 +19,19 @@ _FEATURES = datasets.Features(
19
  )
20
 
21
  METADATA_URL = hf_hub_url(
22
- "raniatze/coco_stuff_captioned",
23
  filename="train.jsonl",
24
  repo_type="dataset",
25
  )
26
 
27
  IMAGES_URL = hf_hub_url(
28
- "raniatze/coco_stuff_captioned",
29
  filename="images.zip",
30
  repo_type="dataset",
31
  )
32
 
33
  CONDITIONING_IMAGES_URL = hf_hub_url(
34
- "raniatze/coco_stuff_captioned",
35
  filename="conditioning_images.zip",
36
  repo_type="dataset",
37
  )
 
19
  )
20
 
21
  METADATA_URL = hf_hub_url(
22
+ "raniatze/coco-stuff-captioned",
23
  filename="train.jsonl",
24
  repo_type="dataset",
25
  )
26
 
27
  IMAGES_URL = hf_hub_url(
28
+ "raniatze/coco-stuff-captioned",
29
  filename="images.zip",
30
  repo_type="dataset",
31
  )
32
 
33
  CONDITIONING_IMAGES_URL = hf_hub_url(
34
+ "raniatze/coco-stuff-captioned",
35
  filename="conditioning_images.zip",
36
  repo_type="dataset",
37
  )