Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Dataset Card for Naruto BLIP captions 2
|
2 |
+
|
3 |
+
_Dataset used to train [TBD](TBD)._
|
4 |
+
|
5 |
+
The original images were obtained from [narutopedia.com](https://naruto.fandom.com/wiki/Narutopedia) and captioned with the [pre-trained BLIP model](https://github.com/salesforce/BLIP).
|
6 |
+
|
7 |
+
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.
|
8 |
+
|
9 |
+
|
10 |
+
## Example stable diffusion outputs
|
11 |
+
|
12 |
+
![pk1.jpg](https://staticassetbucket.s3.us-west-1.amazonaws.com/outputv2_grid.png)
|
13 |
+
> "Bill Gates with a hoodie", "John Oliver with Naruto style", "Hello Kitty with Naruto style", "Lebron James with a hat", "Mickael Jackson as a ninja", "Banksy Street art of ninja"
|
14 |
+
|
15 |
+
## Citation
|
16 |
+
|
17 |
+
If you use this dataset, please cite it as:
|
18 |
+
|
19 |
+
```
|
20 |
+
@misc{cervenka2022naruto2,
|
21 |
+
author = {Cervenka, Eole},
|
22 |
+
title = {Naruto BLIP captions},
|
23 |
+
year={2022},
|
24 |
+
howpublished= {\url{https://huggingface.co/datasets/lambdalabs/naruto-blip-captions/}}
|
25 |
+
}
|
26 |
+
```
|