vsd-benchmark commited on
Commit
dc996d0
·
1 Parent(s): 768fde3

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. vsd-fashion.py +6 -0
vsd-fashion.py CHANGED
@@ -121,6 +121,12 @@ class VSDFashion(datasets.GeneratorBasedBuilder):
121
  dataset_folder='in_fashion',
122
  split_folder='gt_tagging_split_open_catalog',
123
  ),
 
 
 
 
 
 
124
  ]
125
 
126
  DEFAULT_CONFIG_NAME = "in_catalog_retrieval_zero_shot"
 
121
  dataset_folder='in_fashion',
122
  split_folder='gt_tagging_split_open_catalog',
123
  ),
124
+ VSDFashionConfig(
125
+ name="in_catalog_closed_catalog",
126
+ description="Training task for VSD where the queries in the train and test DO NOT overlap.",
127
+ dataset_folder='in_fashion',
128
+ split_folder='gt_tagging_split_closed_catalog',
129
+ ),
130
  ]
131
 
132
  DEFAULT_CONFIG_NAME = "in_catalog_retrieval_zero_shot"