I just entered today, a newbie

#25
by shadabsayd - opened

Can anyone please tell me how to load the data.
After i have downloaded using datasets it just sits there.

DatasetDict({
    train: Dataset({
        features: ['id', 'image', 'label'],
        num_rows: 18618
    })
    test: Dataset({
        features: ['id', 'image', 'label'],
        num_rows: 43442
    })
})

How to use this.
Is there no way to just download zip directly.

You could look at @dog 's awesome baseline notebook to see how one downloads the data in a zip: https://huggingface.co/spaces/competitions/aiornot/discussions/17

Sign up or log in to comment