language: | |
- en | |
license: mit | |
task_categories: | |
- text-to-image | |
pretty_name: Wong Kar Wai movie frame BLIP captions | |
dataset_info: | |
features: | |
- name: image | |
dtype: image | |
- name: text | |
dtype: string | |
splits: | |
- name: train | |
num_bytes: 153854719 | |
num_examples: 650 | |
download_size: 153853385 | |
dataset_size: 153854719 | |
configs: | |
- config_name: default | |
data_files: | |
- split: train | |
path: data/train-* | |
tags: | |
- movie | |
<h1>Dataset Card for Wong Kar Wai movie frame BLIP captions</h1> | |
Dataset built for finetuning Stable Diffusion for Fatima Fellowship application. | |
The original images were obtained from film-grab.com and captioned with the pre-trained BLIP model by SalesForce. | |
For each row the dataset contains image and text keys. image is a varying size PIL jpeg, and text is the accompanying text caption. Only a train split is provided. | |