--- pretty_name: LM2rulers38squarified task_categories: - image-classification - feature-extraction language: - und size_categories: - 10K/*.jpg └─ val/ └─ /*.jpg └─ test/ └─ /*.jpg ``` - Classes with fewer than 10 images were **skipped**. - For all included classes, an **80/10/10** split is created with at least **1 image per split per class** (deterministic shuffling). ## Stats - Classes included: **20** - Images: train **8,478**, val **1,052**, test **1,077** (total **10,607**) ## Loading ```python from datasets import load_dataset ds = load_dataset("phyloforfun/LM2rulers38squarified") print(ds)