CLIP-Notebook.ipynb
Copy
from
datasets
import
load_dataset
data
=
load_dataset(
"jamescalam/image-text-demo"
,
split
=
"train"
)