File size: 162 Bytes
44c3f2c
 
 
 
1
2
3
4
from datasets import load_dataset

# If the dataset is gated/private, make sure you have run huggingface-cli login
dataset = load_dataset("timm/imagenet-22k-wds")