Pre-tokenized from sentence-transformers/msmarco-msmarco-distilbert-base-v3 (subset triplet-50).
Each row: query, positive passage, and up to 50 mined hard negatives, all encoded with
tiktoken.cl100k_base and mapped to GloVe row indices via jsanzolac/drifting-glove-distilled-r300/glove_vocab.txt.
Schema:
query_ids: list[int32] — GloVe row indices, length ≤ 256
positive_ids: list[int32] — length ≤ 256, ≥ 8… See the full description on the dataset page:
https://huggingface.co/datasets/jsanzolac/msmarco_triplet50_glove_pretok.