shuttie's picture
add example
5454dd4
raw history blame
No virus
120 Bytes
from datasets import load_dataset
ds = load_dataset("nixiesearch/ms-marco-hard-negatives")
print(ds["train"].features)