Flickr30k CLIP-Preprocessed Dataset
This dataset contains the Flickr30k dataset preprocessed with CLIP ViT-Large-Patch14 image processor.
img_data.parquet: Preprocessed images as flattened numpy arrays (shape: [3, 224, 224] -> flattened)
train_captions.parquet: Training split captions with image_id mapping
val_captions.parquet: Validation split captions with image_id mapping
import pandas as pd
import torch
import numpy as np