yonatanbitton commited on
Commit
b67df86
1 Parent(s): 4cbd8f6

Update flickr_1k_test_image_text_retrieval.py

Browse files
flickr_1k_test_image_text_retrieval.py CHANGED
@@ -44,7 +44,7 @@ class Dataset(datasets.GeneratorBasedBuilder):
44
  "Please set use_auth_token=True or use_auth_token='<TOKEN>' to download this dataset"
45
  )
46
 
47
- repo_id = 'yonatanbitton/mscoco_2014_5k_test_image_text_retrieval'
48
  data_dir = dl_manager.download_and_extract({
49
  "examples_csv": hf_hub_url(repo_id=repo_id, repo_type='dataset', filename="test_1k_flickr.csv"),
50
  "images_dir": hf_hub_url(repo_id=repo_id, repo_type='dataset', filename="images_flickr_1k_test.zip")
 
44
  "Please set use_auth_token=True or use_auth_token='<TOKEN>' to download this dataset"
45
  )
46
 
47
+ repo_id = 'yonatanbitton/flickr_1k_test_image_text_retrieval'
48
  data_dir = dl_manager.download_and_extract({
49
  "examples_csv": hf_hub_url(repo_id=repo_id, repo_type='dataset', filename="test_1k_flickr.csv"),
50
  "images_dir": hf_hub_url(repo_id=repo_id, repo_type='dataset', filename="images_flickr_1k_test.zip")