This dataset is a Nano-style retrieval dataset for HAKARI-bench.
NanoMTEB-Dutch is a compact Dutch retrieval benchmark containing the MTEB-NL retrieval-family splits. It combines Dutch BEIR-style tasks, legal and public-domain QA, news, tender, web FAQ, Wikipedia, and cross-lingual Belebele retrieval splits.
from datasets import load_dataset
dataset_id = "hakari-bench/NanoMTEB-Dutch"
split = "argu_ana_nl"
queries = load_dataset(dataset_id… See the full description on the dataset page:
https://huggingface.co/datasets/hakari-bench/NanoMTEB-Dutch.