jacktol commited on
Commit
0bad333
·
verified ·
1 Parent(s): c60b811

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -84,6 +84,18 @@ This includes:
84
  - Tools for combining, splitting, and augmenting data
85
  - Upload scripts for Hugging Face dataset integration
86
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  ## References
88
 
89
  - [ATC ASR_Dataset (Combined and Cleaned Dataset on Hugging Face)](https://huggingface.co/datasets/jacktol/ATC_ASR_Dataset)
@@ -94,6 +106,7 @@ This includes:
94
  - [Juan Pablo Zuluaga – UWB ATC Dataset on Hugging Face](https://huggingface.co/datasets/Jzuluaga/uwb_atcc)
95
  - [UWB ATC Corpus (Raw)](https://lindat.mff.cuni.cz/repository/xmlui/handle/11858/00-097C-0000-0001-CCA1-0)
96
 
 
97
  ## Citation
98
 
99
  If you use this dataset, please cite the original UWB and ATCO2 corpora where appropriate.
 
84
  - Tools for combining, splitting, and augmenting data
85
  - Upload scripts for Hugging Face dataset integration
86
 
87
+ ## Usage
88
+
89
+ 1. **Install Dependencies**:
90
+ Use Hugging Face's `datasets` library to load the dataset:
91
+ ```
92
+ from datasets import load_dataset
93
+ dataset = load_dataset("jacktol/ATC-ASR-Dataset")
94
+ ```
95
+
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)
 
106
  - [Juan Pablo Zuluaga – UWB ATC Dataset on Hugging Face](https://huggingface.co/datasets/Jzuluaga/uwb_atcc)
107
  - [UWB ATC Corpus (Raw)](https://lindat.mff.cuni.cz/repository/xmlui/handle/11858/00-097C-0000-0001-CCA1-0)
108
 
109
+
110
  ## Citation
111
 
112
  If you use this dataset, please cite the original UWB and ATCO2 corpora where appropriate.