updated readme
Browse files
README.md
CHANGED
@@ -12,6 +12,35 @@ dataset_info:
|
|
12 |
download_size: 896547
|
13 |
dataset_size: 895275.0
|
14 |
---
|
15 |
-
# Dataset Card for "mtg-pauper-blip-captions"
|
16 |
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
download_size: 896547
|
13 |
dataset_size: 895275.0
|
14 |
---
|
|
|
15 |
|
16 |
+
|
17 |
+
|
18 |
+
# Dataset Card for Mtg Pauper BLIP captions
|
19 |
+
|
20 |
+
_Dataset inspired by [Pokemon Blip Captions](https://huggingface.co/datasets/lambdalabs/pokemon-blip-captions/tree/main)
|
21 |
+
|
22 |
+
BLIP generated captions for Magic: the gathering pauper cards artworks from _BLIP: Bootstrapping Language-Image Pre-training for Unified Vision-Language Understanding and Generation (Salesforce Research)
|
23 |
+
For each row the dataset contains `image` and `caption` keys. `image` is a varying size PIL jpeg, and `caption` is the accompanying text caption. Only a train split is provided.
|
24 |
+
|
25 |
+
|
26 |
+
## Examples
|
27 |
+
|
28 |
+
|
29 |
+
![pau.jpg](https://cards.scryfall.io/art_crop/front/8/f/8f973d6b-4a34-4b0e-b092-ead05bf2e535.jpg?1562762506)
|
30 |
+
> a drawing of a small blue man holding a yellow toy
|
31 |
+
|
32 |
+
## Citation
|
33 |
+
|
34 |
+
If you use this dataset, please cite it as:
|
35 |
+
|
36 |
+
```
|
37 |
+
@misc{pinkney2022pokemon,
|
38 |
+
author = {Matteo Mazzola},
|
39 |
+
title = {Magic:the Gatering pauper BLIP captions},
|
40 |
+
year={2023},
|
41 |
+
howpublished= {\url{https://huggingface.co/datasets/vedalken/mtg-pauper-blip-captions}}
|
42 |
+
}
|
43 |
+
```
|
44 |
+
|
45 |
+
Acknowledgments: This dataset was made possible by [Scryfall](https://scryfall.com/).
|
46 |
+
Portions of artwork on Scryfall are unofficial Fan Content permitted under the Wizards of the Coast Fan Content Policy. The literal and graphical information presented on this site about Magic: The Gathering, including card images, mana symbols, and Oracle text, is copyright Wizards of the Coast, LLC, a subsidiary of Hasbro, This dataset is not produced by or endorsed by Wizards of the Coast.
|