msmarco-10k / README.md
shuttie's picture
add readme
fa90e60
metadata
license: apache-2.0
language:
  - en
tags:
  - msmarco
  - nlp
  - search

A 10K docs sample from MS MARCO

This is a sample dataset of random 10K rows from the MS MARCO dataset. This is used in Nixiesearch quickstart guide to save some time indexing a full MSMARCO with 8M documents.

Schema

This is a JSONL-formatted dataset with only two fields inside: id for document identifier and text for the actual text snippet.

{
  "id": "0",
  "text": "The presence of communication amid scientific minds was equally important to the success of the Manhattan Project as scientific intellect was. The only cloud hanging over the impressive achievement of the atomic researchers and engineers is what their success truly meant; hundreds of thousands of innocent lives obliterated."
}

License

Apache 2.0