Update README.md
Browse files
README.md
CHANGED
@@ -72,18 +72,6 @@ The raw corpora were normalized and cleaned using custom Python scripts. Key ste
|
|
72 |
- Normalizing diacritics and fixing broken Unicode characters
|
73 |
- Manual filtering of misaligned or low-quality samples
|
74 |
|
75 |
-
## Reproducibility
|
76 |
-
|
77 |
-
All preprocessing scripts and data creation pipelines are publicly available in the companion GitHub repository:
|
78 |
-
|
79 |
-
[ATC ASR Dataset Preparation Toolkit (GitHub)](https://github.com/jack-tol/atc-asr-dataset-preparation-toolkit)
|
80 |
-
|
81 |
-
This includes:
|
82 |
-
|
83 |
-
- Scripts to process raw UWB, ATCO2, and ATCC datasets
|
84 |
-
- Tools for combining, splitting, and augmenting data
|
85 |
-
- Upload scripts for Hugging Face dataset integration
|
86 |
-
|
87 |
## Usage
|
88 |
|
89 |
1. **Install Dependencies**:
|
@@ -96,6 +84,18 @@ This includes:
|
|
96 |
2. **Training**:
|
97 |
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).
|
98 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
## References
|
100 |
|
101 |
- [ATC ASR_Dataset (Combined and Cleaned Dataset on Hugging Face)](https://huggingface.co/datasets/jacktol/ATC_ASR_Dataset)
|
|
|
72 |
- Normalizing diacritics and fixing broken Unicode characters
|
73 |
- Manual filtering of misaligned or low-quality samples
|
74 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
## Usage
|
76 |
|
77 |
1. **Install Dependencies**:
|
|
|
84 |
2. **Training**:
|
85 |
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).
|
86 |
|
87 |
+
## Reproducibility
|
88 |
+
|
89 |
+
All preprocessing scripts and data creation pipelines are publicly available in the companion GitHub repository:
|
90 |
+
|
91 |
+
[ATC ASR Dataset Preparation Toolkit (GitHub)](https://github.com/jack-tol/atc-asr-dataset-preparation-toolkit)
|
92 |
+
|
93 |
+
This includes:
|
94 |
+
|
95 |
+
- Scripts to process raw UWB, ATCO2, and ATCC datasets
|
96 |
+
- Tools for combining, splitting, and augmenting data
|
97 |
+
- Upload scripts for Hugging Face dataset integration
|
98 |
+
|
99 |
## References
|
100 |
|
101 |
- [ATC ASR_Dataset (Combined and Cleaned Dataset on Hugging Face)](https://huggingface.co/datasets/jacktol/ATC_ASR_Dataset)
|