Update README.md
Browse files
README.md
CHANGED
@@ -14,13 +14,16 @@ dataset_info:
|
|
14 |
---
|
15 |
# Dataset Card for "pokemon-type-captions"
|
16 |
|
17 |
-
|
|
|
18 |
|
19 |
-
|
|
|
|
|
20 |
|
21 |
-
|
22 |
-
- 'image' is a 475x475 PIL jpg of the Pokémon's official artwork.
|
23 |
-
- 'text' is a label describing the Pokémon by its type(s)
|
24 |
|
25 |
-
|
|
|
|
|
26 |
|
|
|
14 |
---
|
15 |
# Dataset Card for "pokemon-type-captions"
|
16 |
|
17 |
+
Contains official artwork and type-specific caption for Pokémon #1-898 (Bulbasaur-Calyrex).
|
18 |
+
Each Pokémon is represented once by the default form from [PokéAPI](https://pokeapi.co/)
|
19 |
|
20 |
+
Each row contains `image` and `text` keys:
|
21 |
+
- `image` is a 475x475 PIL jpg of the Pokémon's official artwork.
|
22 |
+
- `text` is a label describing the Pokémon by its type(s)
|
23 |
|
24 |
+
## Attributions
|
|
|
|
|
25 |
|
26 |
+
_Images and typing information pulled from [PokéAPI](https://pokeapi.co/)_
|
27 |
+
|
28 |
+
_Based on the [Lambda Labs Pokémon Blip Captions Dataset](https://huggingface.co/datasets/lambdalabs/pokemon-blip-captions)_
|
29 |
|