Datasets:
Update mixbench.py
Browse files- mixbench.py +1 -1
mixbench.py
CHANGED
@@ -7,7 +7,7 @@ _DESCRIPTION = """
|
|
7 |
MixBench is a benchmark for mixed-modality retrieval across text, image, and image+text corpora.
|
8 |
"""
|
9 |
|
10 |
-
_HOMEPAGE = "https://huggingface.co/datasets/mixed-modality-search/
|
11 |
|
12 |
class MixBench(datasets.GeneratorBasedBuilder):
|
13 |
BUILDER_CONFIGS = [
|
|
|
7 |
MixBench is a benchmark for mixed-modality retrieval across text, image, and image+text corpora.
|
8 |
"""
|
9 |
|
10 |
+
_HOMEPAGE = "https://huggingface.co/datasets/mixed-modality-search/MixBench25"
|
11 |
|
12 |
class MixBench(datasets.GeneratorBasedBuilder):
|
13 |
BUILDER_CONFIGS = [
|