This dataset is a Nano-style retrieval dataset for HAKARI-bench.
NanoMTEB-French is a compact French retrieval benchmark containing MTEB(fra, v1) retrieval-family splits. It covers French educational QA, legal retrieval, FQuAD-style question answering, Mintaka, Syntec, and cross-lingual XPQA retrieval settings.
from datasets import load_dataset
dataset_id = "hakari-bench/NanoMTEB-French"
split = "alloprof"
queries = load_dataset(dataset_id… See the full description on the dataset page:
https://huggingface.co/datasets/hakari-bench/NanoMTEB-French.