Datasets:
Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
annotations_creators:
|
4 |
+
- machine-generated
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
language_creators:
|
8 |
+
- other
|
9 |
+
multilinguality:
|
10 |
+
- monolingual
|
11 |
+
pretty_name: 'Pokémon BLIP captions'
|
12 |
+
size_categories:
|
13 |
+
- n<1K
|
14 |
+
source_datasets:
|
15 |
+
- huggan/few-shot-pokemon
|
16 |
+
tags: []
|
17 |
+
task_categories:
|
18 |
+
- text-to-image
|
19 |
+
task_ids: []
|
20 |
+
---
|
21 |
+
|
22 |
+
# Dataset Card for Pokémon BLIP captions
|
23 |
+
|
24 |
+
_Dataset used to train [Pokémon text to image model](https://github.com/LambdaLabsML/examples/tree/main/stable-diffusion-finetuning)_
|
25 |
+
|
26 |
+
BLIP generated captions for Pokémon images from Few Shot Pokémon dataset introduced by _Towards Faster and Stabilized GAN Training for High-fidelity Few-shot Image Synthesis_ (FastGAN). Original images were obtained from [FastGAN-pytorch](https://github.com/odegeasslbc/FastGAN-pytorch) and captioned with the [pre-trained BLIP model](https://github.com/salesforce/BLIP).
|
27 |
+
|
28 |
+
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.
|
29 |
+
|
30 |
+
|
31 |
+
## Examples
|
32 |
+
|
33 |
+
|
34 |
+
![pk1.jpg](https://s3.amazonaws.com/moonup/production/uploads/1663756580442-62bd5f951e22ec84279820e8.jpeg)
|
35 |
+
> a drawing of a green pokemon with red eyes
|
36 |
+
|
37 |
+
![pk10.jpg](https://s3.amazonaws.com/moonup/production/uploads/1663756580225-62bd5f951e22ec84279820e8.jpeg)
|
38 |
+
> a green and yellow toy with a red nose
|
39 |
+
|
40 |
+
![pk100.jpg](https://s3.amazonaws.com/moonup/production/uploads/1663756579985-62bd5f951e22ec84279820e8.jpeg)
|
41 |
+
> a red and white ball with an angry look on its face
|
42 |
+
|
43 |
+
## Citation
|
44 |
+
|
45 |
+
If you use this dataset, please cite it as:
|
46 |
+
|
47 |
+
```
|
48 |
+
@misc{pinkney2022pokemon,
|
49 |
+
author = {Pinkney, Justin N. M.},
|
50 |
+
title = {Pokemon BLIP captions},
|
51 |
+
year={2022},
|
52 |
+
howpublished= {\url{https://huggingface.co/datasets/lambdalabs/pokemon-blip-captions/}}
|
53 |
+
}
|
54 |
+
```
|