Upload folder using huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Dataset Card for Naruto BLIP captions
|
| 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 |
+

|
| 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 |
+
```
|
data/train-00000-of-00002-12944970063701d5.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48ea25b7cded25d1f6379edf7e1c9b4b5f0fd070471cc21ee5334c8604de3e7a
|
| 3 |
+
size 343824344
|
data/train-00001-of-00002-cefa2f480689f147.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cc367d008c05f4087da7ab85f949e394032d24b482017f4a4089bf2eb1ee796
|
| 3 |
+
size 356963294
|
dataset_infos.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"lambdalabs--naruto-blip-captions": {
|
| 2 |
+
"description": "",
|
| 3 |
+
"citation": "",
|
| 4 |
+
"homepage": "",
|
| 5 |
+
"license": "",
|
| 6 |
+
"features": {
|
| 7 |
+
"image": {
|
| 8 |
+
"decode": true,
|
| 9 |
+
"id": null,
|
| 10 |
+
"_type": "Image"
|
| 11 |
+
},
|
| 12 |
+
"text": {
|
| 13 |
+
"dtype": "string",
|
| 14 |
+
"id": null,
|
| 15 |
+
"_type": "Value"
|
| 16 |
+
}
|
| 17 |
+
},
|
| 18 |
+
"post_processed": null,
|
| 19 |
+
"supervised_keys": null,
|
| 20 |
+
"task_templates": null,
|
| 21 |
+
"builder_name": null,
|
| 22 |
+
"config_name": null,
|
| 23 |
+
"version": null,
|
| 24 |
+
"splits": {
|
| 25 |
+
"train": {
|
| 26 |
+
"name": "train",
|
| 27 |
+
"num_bytes": 704746627.3,
|
| 28 |
+
"num_examples": 1221,
|
| 29 |
+
"dataset_name": "naruto-blip-captions"
|
| 30 |
+
}
|
| 31 |
+
},
|
| 32 |
+
"download_checksums": null,
|
| 33 |
+
"download_size": 700787638,
|
| 34 |
+
"post_processing_size": null,
|
| 35 |
+
"dataset_size": 704746627.3,
|
| 36 |
+
"size_in_bytes": 1405534265.3
|
| 37 |
+
}}
|