datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
1000h-us-english-smartphone-conversation
📚 1000 Hours of Conversational American English Speech Dataset (Smartphone Recordings)
This dataset contains sample conversational speech data collected by Appen. The audio was recorded naturally using smartphones and is suitable for:
Automatic Speech Recognition (ASR)
Speaker Identification and Gender/Age Analysis
Dialect and Accent Modeling
Multi-speaker Speech Separation
🧾 Dataset Contents
The dataset includes:
metadata.CSV: Metadata including speaker gender, age… See the full description on the dataset page: https://huggingface.co/datasets/Appenlimited/1000h-us-english-smartphone-conversation.processed-smarthome-th
processed-smarthome-th
Cleaned Thai speech dataset for smart-home commands: 9,600 utterances (7,680 train / 960 dev / 960 test) with transcripts.
Format
Field
Description
sentence
Transcript in Thai
audio
Audio clip
Usage
from datasets import load_dataset
ds = load_dataset("Porameht/processed-smarthome-th")
Used to fine-tune Porameht/whisper-tiny-smarthome-thai (WER 24.375 on the eval split).
