CLIP-Notebook.ipynb
from datasets import load_dataset

data = load_dataset(
    "jamescalam/image-text-demo",
    split="train"
)