khalidalt commited on
Commit
c9e6473
·
verified ·
1 Parent(s): c1606a2

Update xtd_11.py

Browse files
Files changed (1) hide show
  1. xtd_11.py +2 -2
xtd_11.py CHANGED
@@ -39,8 +39,8 @@ class XTD_11(datasets.GeneratorBasedBuilder):
39
  # This is a placeholder, adjust according to your dataset structure
40
  features=datasets.Features({
41
  "text": datasets.Value("string"),
42
- "image_name": dataset.Value("string"),
43
- "url": dataset.Value("string"),
44
  }),
45
  description="A benchmark to test model capability in image retrieval named xtd.",
46
  )
 
39
  # This is a placeholder, adjust according to your dataset structure
40
  features=datasets.Features({
41
  "text": datasets.Value("string"),
42
+ "image_name": datasets.Value("string"),
43
+ "url": datasets.Value("string"),
44
  }),
45
  description="A benchmark to test model capability in image retrieval named xtd.",
46
  )