The wikiclir/fr dataset, provided by the ir-datasets package.
For more information about the dataset, see the documentation.
docs (documents, i.e., the corpus); count=1,894,397
queries (i.e., topics); count=1,089,179
qrels: (relevance assessments); count=5,137,366
docs = load_dataset('irds/wikiclir_fr', 'docs')
for record in docs:
record # {'doc_id': ...… See the full description on the dataset page:
https://huggingface.co/datasets/irds/wikiclir_fr.