YaYaB commited on
Commit
37cf989
1 Parent(s): a1bb2c7

Create new file

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 'Subset of Magic card (Creature only) BLIP captions'
12
+ size_categories:
13
+ - n<1K
14
+ source_datasets:
15
+ - YaYaB/magic-creature-blip-captions
16
+ tags: []
17
+ task_categories:
18
+ - text-to-image
19
+ task_ids: []
20
+ ---
21
+
22
+ # Disclaimer
23
+ This was inspired from https://huggingface.co/datasets/lambdalabs/pokemon-blip-captions
24
+
25
+ # Dataset Card for A subset of Magic card BLIP captions
26
+
27
+ _Dataset used to train [Magic card text to image model](https://github.com/LambdaLabsML/examples/tree/main/stable-diffusion-finetuning)_
28
+
29
+ BLIP generated captions for Magic Card images collected from the web. Original images were obtained from [Scryfall](https://scryfall.com/) and captioned with the [pre-trained BLIP model](https://github.com/salesforce/BLIP).
30
+
31
+ 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.
32
+
33
+
34
+ ## Examples
35
+
36
+
37
+ ![pk1.jpg](https://cards.scryfall.io/large/front/c/0/c01e8089-c3a9-413b-ae2d-39ede87516d3.jpg?1562489378)
38
+ > TODO
39
+
40
+ ![pk10.jpg](https://cards.scryfall.io/large/front/7/1/717c5ee5-a033-4a58-bdcb-ef54e6c8b7a9.jpg?1559601274)
41
+ > TODO
42
+
43
+ ![pk100.jpg](https://cards.scryfall.io/large/front/1/3/13ac8bde-7a3e-4d14-91f4-f4325c93f6a8.jpg?1562487893)
44
+ > TODO
45
+
46
+ ## Citation
47
+
48
+ If you use this dataset, please cite it as:
49
+
50
+ ```
51
+ @misc{yayab2022onepiece,
52
+ author = {YaYaB},
53
+ title = {Magic card creature split BLIP captions},
54
+ year={2022},
55
+ howpublished= {\url{https://huggingface.co/datasets/YaYaB/magic-blip-captions/}}
56
+ }
57
+ ```