GabeHD commited on
Commit
3812172
1 Parent(s): 0c4e49d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -14,13 +14,16 @@ dataset_info:
14
  ---
15
  # Dataset Card for "pokemon-type-captions"
16
 
17
- _Based on the [Lambda Labs Pokemon Blip Captions Dataset](https://huggingface.co/datasets/lambdalabs/pokemon-blip-captions)_
 
18
 
19
- Contains official artwork and type-specific caption for Pokémon #1-898 (Bulbasaur-Calyrex).
 
 
20
 
21
- Each row contains 'image' and 'text' keys:
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
- Images and typing information pulled from [PokéAPI](https://pokeapi.co/)
 
 
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