datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
thai_handwriting_trio
Thai Handwritten Dataset
This Thai handwritten dataset is curated from three sources:
Ancient scripts [1]
General sentences [2]
Syllables [3]
Dataset Composition
Each canvas contains:
1 ancient script sample
2–5 general sentence samples
4–8 syllable samples
All data were used exactly once, except for the syllable data. Of the 268,056 available syllable samples, only 20,717 were used, balanced across 320 words.
Each canvas has a resolution of 0.4 - 1M px.… See the full description on the dataset page: https://huggingface.co/datasets/fwgpiyawudk/thai_handwriting_trio.Trio-Image-Audio-Text
Trio
A unified multimodal dataset combining image, audio, and text from diverse public sources.
Usage
This dataset uses Configurations (Subsets) to manage its diverse data sources. You can load specific parts or the entire "filtered" dataset without downloading the NSFW portions.
pip install datasets
1. Load the "filtered" Subset
This configuration loads all 29 safe subsets, excluding the NSFW content.
from datasets import load_dataset
#… See the full description on the dataset page: https://huggingface.co/datasets/VINAY-UMRETHE/Trio-Image-Audio-Text.
