File size: 1,808 Bytes
cfc8bd3
 
 
 
 
 
 
 
 
 
56ae6bb
cfc8bd3
 
 
17b98da
cfc8bd3
56ae6bb
17b98da
 
 
 
 
 
 
 
 
cfc8bd3
17b98da
cfc8bd3
17b98da
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ff95bd0
 
17b98da
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: image
    dtype: image
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 20776352
    num_examples: 883
  download_size: 0
  dataset_size: 20776352
license: cc-by-sa-4.0
language:
- en
tags:
- art
pretty_name: Three Kingdoms BLIP caption
size_categories:
- n<1K
---
# Dataset Card for "Three Kingdoms BLIP caption"

_Dataset used to train [Three Kingdoms text to image model](https://github.com/LambdaLabsML/examples/tree/main/stable-diffusion-finetuning)_

The original images were obtained from [https://kongming.net/](https://kongming.net/11/portraits/) and captioned with the [pre-trained BLIP model](https://github.com/salesforce/BLIP).

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.

## Examples


![26.jpg](https://datasets-server.huggingface.co/assets/wx44wx/three-kingdoms-blip-captions/--/wx44wx--three-kingdoms-blip-captions/train/26/image/image.jpg)
> a man with a crown on his head

![37.jpg](https://datasets-server.huggingface.co/assets/wx44wx/three-kingdoms-blip-captions/--/wx44wx--three-kingdoms-blip-captions/train/37/image/image.jpg)
> a woman in a green dress

![96.jpg](https://datasets-server.huggingface.co/assets/wx44wx/three-kingdoms-blip-captions/--/default/train/96/image/image.jpg)
> a man with a feather on his head

## Citation

If you use this dataset, please cite it as:

```
@misc{xin2023threekingdoms,
      author = {Xin Wang},
      title = {Three Kingdoms BLIP captions},
      year={2023},
      howpublished= {\url{https://huggingface.co/datasets/wx44wx/three-kingdoms-blip-captions/}}
} 
```