This dataset is deprecated. A newer version is available on Hugging Face Datasets, featuring higher data quality and reliability, although with fewer overall samples.
View the updated dataset on Hugging Face
This dataset was created to fine-tune OpenAI's Whisper model for improving transcription accuracy in Air Traffic Control (ATC) communications. The dataset contains transcriptions and corresponding audio files from two main sources: ATCO2 and the UWB-ATCC corpus, specifically selected for aviation-related communications. The dataset is publicly available on Hugging Face for use in Automatic Speech Recognition (ASR) projects.
For more details on the fine-tuning process, check out the blog post and the corresponding GitHub repository.
text column.audio column.This dataset is particularly useful for training speech recognition models like Whisper on short, domain-specific audio transmissions, such as those between pilots and air traffic controllers.
Install Dependencies:
Use Hugging Face's datasets library to load the dataset:
from datasets import load_dataset
dataset = load_dataset("jacktol/atc-dataset")
Training:
The dataset is ready for speech recognition tasks such as fine-tuning Whisper models. It includes training and test splits to evaluate models based on Word Error Rate (WER).
This dataset is shared under the MIT License. You are free to use, modify, and distribute it as long as you provide proper attribution.
6 commits
This dataset is deprecated. A newer version is available on Hugging Face Datasets, featuring higher data quality and reliability, although with fewer overall samples.
View the updated dataset on Hugging Face
This dataset was created to fine-tune OpenAI's Whisper model for improving transcription accuracy in Air Traffic Control (ATC) communications. The dataset contains transcriptions and corresponding audio files from two main sources: ATCO2 and the UWB-ATCC corpus, specifically selected for aviation-related communications. The dataset is publicly available on Hugging Face for use in Automatic Speech Recognition (ASR) projects.
For more details on the fine-tuning process, check out the blog post and the corresponding GitHub repository.
text column.audio column.This dataset is particularly useful for training speech recognition models like Whisper on short, domain-specific audio transmissions, such as those between pilots and air traffic controllers.
Install Dependencies:
Use Hugging Face's datasets library to load the dataset:
from datasets import load_dataset
dataset = load_dataset("jacktol/atc-dataset")
Training:
The dataset is ready for speech recognition tasks such as fine-tuning Whisper models. It includes training and test splits to evaluate models based on Word Error Rate (WER).
This dataset is shared under the MIT License. You are free to use, modify, and distribute it as long as you provide proper attribution.
6 commits