datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
tartanaviation-atc-adsb-utterances
TartanAviation ATC + ADS-B (Utterances)
Speech utterances split from twangodev/tartanaviation-atc-adsb
by voice-activity detection (pyannote/segmentation-3.0).
Each row is one speech segment (16 kHz mono) with the ADS-B from its parent clip.
531,050 utterances · ~398 h speech · 16 kHz mono · 67% carry ADS-B. From 40,899 of 41,823 clips
(silent clips have no utterances). Built with squawk.
Usage
from datasets import load_dataset
ds =… See the full description on the dataset page: https://huggingface.co/datasets/twangodev/tartanaviation-atc-adsb-utterances.tartanaviation-atc-adsb
TartanAviation ATC + ADS-B
Paired ATC audio and ADS-B for Pittsburgh KAGC and KBTP, aligned from CMU
TartanAviation. Each row is one ADS-B-triggered
audio capture (16 kHz mono) plus the aircraft tracks present during it.
41,823 clips · 16 kHz mono · 67% carry ADS-B. Built with squawk.
Usage
from datasets import load_dataset
ds = load_dataset("twangodev/tartanaviation-atc-adsb", split="train", streaming=True)
ex = next(iter(ds))
ex["audio"] # {'array': ...… See the full description on the dataset page: https://huggingface.co/datasets/twangodev/tartanaviation-atc-adsb.
