CoolFace
Datasetpublic

nixiesearch/msmarco-10k

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… See the full description on the dataset page: https://huggingface.co/datasets/nixiesearch/msmarco-10k.

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes52downloads
Dataset Card

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.

json
{
  "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