Dataset Card for mmarco/fr
The mmarco/fr dataset, provided by the ir-datasets package.
For more information about the dataset, see the documentation.
This dataset provides:
docs (documents, i.e., the corpus); count=8,841,823
This dataset is used by: mmarco_fr_dev, mmarco_fr_train
from datasets import load_dataset
docs = load_dataset('irds/mmarco_fr', 'docs')
for record in docs:
record # {'doc_id': ..., 'text': ...}
Note that calling… See the full description on the dataset page:
https://huggingface.co/datasets/irds/mmarco_fr.