Param20h's picture
Upload folder using huggingface_hub
d31183e verified
raw
history blame contribute delete
111 Bytes
from datasets import load_dataset
dataset = load_dataset('jxie/flickr8k')
print(dataset['train'].column_names)