ivelin commited on
Commit
c85c876
1 Parent(s): ce1b4f4

chore: checkpoint

Browse files

Signed-off-by: ivelin <[email protected]>

Files changed (1) hide show
  1. ui_refexp.py +1 -3
ui_refexp.py CHANGED
@@ -52,9 +52,7 @@ _LICENSE = "CC BY 4.0"
52
  # The HuggingFace dataset library don't host the datasets but only point to the original files
53
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
54
  _DATA_URLs = {
55
- "ui_refexp": {
56
- "images": "https://huggingface.co/datasets/ncoop57/rico_captions/resolve/main/captions_hierarchies_images.zip",
57
- }
58
  }
59
 
60
  _METADATA_URLS = {
 
52
  # The HuggingFace dataset library don't host the datasets but only point to the original files
53
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
54
  _DATA_URLs = {
55
+ "ui_refexp": "https://huggingface.co/datasets/ncoop57/rico_captions/resolve/main/captions_hierarchies_images_filtered.zip",
 
 
56
  }
57
 
58
  _METADATA_URLS = {