Dataset Card for mmarco/ru
The mmarco/ru 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_ru_dev, mmarco_ru_train
from datasets import load_dataset
docs = load_dataset('irds/mmarco_ru', '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_ru.