Dataset download

#1
by ananyayakkundi - opened

I am having trouble downloading the dataset directlu into colab. Any guidance on how I should do it?

#install first
! pip install git clone https://huggingface.co/datasets/eli5

##get your user access token from setting/AccessTokens
from datasets import load_dataset

dataset = load_dataset("IIT-K/CISLR", use_auth_token="your_access_token")

Thanks a lot

Sign up or log in to comment