datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
gaperon-distill-datagaperon-distill
gaperon-distill
Reformatted, lean parquet build of the Gaperon mmBERT quality-distillation
training data. One config per language (english, hindi, tamil), each
with train / validation / test splits preserved exactly from the original
make_splits partition (seed 42, 80/10/10). Built for fast loading on a cluster
with no persistent storage.
from datasets import load_dataset
ds = load_dataset("samarthramesh/gaperon-distill", "hindi", split="train")
Columns… See the full description on the dataset page: https://huggingface.co/datasets/samarthramesh/gaperon-distill.gaperon-distill-additionsgaperon_v5_sample
