datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
pexels-tagger-v0-w640-ws-full
Pexels Tagger V0 Webdataset Full Dataset
This is the webdataset dataset for animetimm/pexels-wdtagger-w640.
Images here are resized to min(width, height) <= 640.
How to Use It
from datasets import load_dataset
dataset = load_dataset('animetimm/pexels-tagger-v0-w640-ws-full')
print(dataset["train"][0])
Images
3122908 images in total.
Split
Image Count
Total Size
train
2810634
184 GB
test
156409
10.2 GB
val
155865
10.2 GB
Tags… See the full description on the dataset page: https://huggingface.co/datasets/animetimm/pexels-tagger-v0-w640-ws-full.anime-classification-v1.5
Anime Image Classification Dataset (v1.5)
This is the webdataset dataset, containing 323060 images in total.
Images here are resized to min(width, height) <= 640.
How to Use It
from datasets import load_dataset
dataset = load_dataset('just-a-try/anime-classification-v1.5')
print(dataset["train"][0])
Images
323060 images in total.
Split
Image Count
Total Size
train
257996
14.5 GB
test
32506
1.83 GB
val
32558
1.84 GB
Class
Image Count… See the full description on the dataset page: https://huggingface.co/datasets/just-a-try/anime-classification-v1.5.
