Update xtd_11.py
Browse files
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":
|
43 |
-
"url":
|
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 |
)
|