rayaanoidpr
commited on
Commit
•
7f7e0b7
1
Parent(s):
5f9d314
Update README.md
Browse files<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.
README.md
CHANGED
@@ -7,13 +7,19 @@ dataset_info:
|
|
7 |
dtype: string
|
8 |
splits:
|
9 |
- name: train
|
10 |
-
num_bytes: 153854719
|
11 |
num_examples: 650
|
12 |
download_size: 153853385
|
13 |
-
dataset_size: 153854719
|
14 |
configs:
|
15 |
- config_name: default
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
dtype: string
|
8 |
splits:
|
9 |
- name: train
|
10 |
+
num_bytes: 153854719
|
11 |
num_examples: 650
|
12 |
download_size: 153853385
|
13 |
+
dataset_size: 153854719
|
14 |
configs:
|
15 |
- config_name: default
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
19 |
+
license: mit
|
20 |
+
task_categories:
|
21 |
+
- text-to-image
|
22 |
+
tags:
|
23 |
+
- movie
|
24 |
+
pretty_name: Wong Kar Wai movie frame BLIP captions
|
25 |
+
---
|