Search is not available for this dataset
name string | class string | file_name image | caption string |
|---|---|---|---|
bulbasaur | pokemon | Not supported with pagination yet | Bulbasaur, the Seed Pokémon, smiles with bright red eyes and a leafy green back, ready for its next friendly battle. |
File Structure
- root/
- data/
- images/
- 1_class1/
- img1.jpg
- img1.txt
- 1_class2/
- img2.png
- img2.txt
- 1_class1/
- regularization/
- reg1.jpg
- reg1.txt
- images/
- data/
Parquet Format
Fields:
| field name | datatype | description |
|---|---|---|
| name | string | name of file without file extension (ie: img1) |
| class | string | name of class folder without "1_" prefix or "regularization" (ie: class1) |
| image | image | name of image file (ie: img2.png) |
| caption | string | caption loaded from .txt file (ie: contents of img1.txt) |
- Downloads last month
- 29