jacktol commited on
Commit
acd7aba
·
verified ·
1 Parent(s): 96e3274

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -25,17 +25,17 @@ configs:
25
  path: data/test-*
26
  ---
27
 
28
- # ATC Dataset - Fine-Tuning Whisper
29
 
30
- 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.
31
 
32
- For more details on the fine-tuning process, check out the [blog post](https://jacktol.net/posts/fine-tuning_whisper_for_atc/) and the corresponding [GitHub repository](https://github.com/jack-tol/fine-tuning-whisper-on-atc-data/tree/main).
33
 
34
- ### Deprecation Notice (June 16, 2025)
35
 
36
- This dataset is now **deprecated**. A newer version is available on Hugging Face Datasets, featuring **higher data quality and reliability**, although with fewer overall samples.
37
 
38
- [View the updated dataset on Hugging Face](https://huggingface.co/datasets/jacktol/ATC-ASR-Dataset)
39
 
40
  ## Dataset Overview
41
 
 
25
  path: data/test-*
26
  ---
27
 
28
+ # Deprecation Notice (June 16, 2025)
29
 
30
+ This dataset is now **deprecated**. A newer version is available on Hugging Face Datasets, featuring **higher data quality and reliability**, although with fewer overall samples.
31
 
32
+ [View the updated dataset on Hugging Face](https://huggingface.co/datasets/jacktol/ATC-ASR-Dataset)
33
 
34
+ # ATC Dataset - Fine-Tuning Whisper
35
 
36
+ 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.
37
 
38
+ For more details on the fine-tuning process, check out the [blog post](https://jacktol.net/posts/fine-tuning_whisper_for_atc/) and the corresponding [GitHub repository](https://github.com/jack-tol/fine-tuning-whisper-on-atc-data/tree/main).
39
 
40
  ## Dataset Overview
41