CoolFace
Datasetpublic

emrecengdev/mathcaptchaforge-dataset-21k-parquet

Dataset Card Overview This dataset contains labeled image crops for multi-class visual symbol classification. Structure images/: image files referenced by the manifests manifest.csv: full index train.csv, val.csv, test.csv: split manifests Schema All CSV files use: id,image_path,label,width,height,split image_path is relative to the dataset root, formatted as images/<filename>. Usage Load one of the split CSV files.… See the full description on the dataset page: https://huggingface.co/datasets/emrecengdev/mathcaptchaforge-dataset-21k-parquet.

sourceHugging Facemitupdated 7mo agoView on Hugging Face
1likes20downloads
Dataset Card

Dataset Card

Overview

This dataset contains labeled image crops for multi-class visual symbol classification.

Structure

  • images/: image files referenced by the manifests
  • manifest.csv: full index
  • train.csv, val.csv, test.csv: split manifests

Schema

All CSV files use: id,image_path,label,width,height,split

image_path is relative to the dataset root, formatted as images/<filename>.

Usage

  1. 1.Load one of the split CSV files.
  2. 2.Resolve image_path from dataset root.
  3. 3.Use label as the class target.

Notes

This release includes only sanitized metadata and referenced images needed for training/evaluation splits.