wx44wx commited on
Commit
17b98da
1 Parent(s): 56ae6bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -4
README.md CHANGED
@@ -12,11 +12,48 @@ dataset_info:
12
  dtype: string
13
  splits:
14
  - name: train
15
- num_bytes: 20776352.0
16
  num_examples: 883
17
  download_size: 0
18
- dataset_size: 20776352.0
 
 
 
 
 
 
 
 
19
  ---
20
- # Dataset Card for "romance-of-the-three-kingdoms-xi-officer-portraits"
21
 
22
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  dtype: string
13
  splits:
14
  - name: train
15
+ num_bytes: 20776352
16
  num_examples: 883
17
  download_size: 0
18
+ dataset_size: 20776352
19
+ license: cc-by-sa-4.0
20
+ language:
21
+ - en
22
+ tags:
23
+ - art
24
+ pretty_name: Three Kingdoms BLIP caption
25
+ size_categories:
26
+ - n<1K
27
  ---
28
+ # Dataset Card for "Three Kingdoms BLIP caption"
29
 
30
+ _Dataset used to train [Three Kingdoms text to image model](https://github.com/LambdaLabsML/examples/tree/main/stable-diffusion-finetuning)_
31
+
32
+ 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).
33
+
34
+ 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.
35
+
36
+ ## Examples
37
+
38
+
39
+ ![26.jpg](https://datasets-server.huggingface.co/assets/wx44wx/three-kingdoms-blip-captions/--/wx44wx--three-kingdoms-blip-captions/train/26/image/image.jpg)
40
+ > a man with a crown on his head
41
+
42
+ ![37.jpg](https://datasets-server.huggingface.co/assets/wx44wx/three-kingdoms-blip-captions/--/wx44wx--three-kingdoms-blip-captions/train/37/image/image.jpg)
43
+ > a woman in a green dress
44
+
45
+ ![124.jpg](https://datasets-server.huggingface.co/cached-assets/wx44wx/three-kingdoms-blip-captions/--/wx44wx--three-kingdoms-blip-captions/train/124/image/image.jpg)
46
+ > a man with a beard and a green hat
47
+
48
+ ## Citation
49
+
50
+ If you use this dataset, please cite it as:
51
+
52
+ ```
53
+ @misc{xin2023threekingdoms,
54
+ author = {Xin Wang},
55
+ title = {Three Kingdoms BLIP captions},
56
+ year={2023},
57
+ howpublished= {\url{https://huggingface.co/datasets/wx44wx/three-kingdoms-blip-captions/}}
58
+ }
59
+ ```