File size: 120 Bytes
5454dd4
 
 
 
1
2
3
4
5
from datasets import load_dataset

ds = load_dataset("nixiesearch/ms-marco-hard-negatives")
print(ds["train"].features)