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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -14,4 +14,13 @@ dataset_info:
14
  ---
15
  # Dataset Card for "pokemon-type-captions"
16
 
17
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
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
+