Update README.md
Browse files
README.md
CHANGED
|
@@ -14,9 +14,19 @@ tags:
|
|
| 14 |
- atc
|
| 15 |
- aircraft
|
| 16 |
- communication
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
|
|
|
| 14 |
- atc
|
| 15 |
- aircraft
|
| 16 |
- communication
|
| 17 |
+
model-index:
|
| 18 |
+
- name: Whisper Medium EN Fine-Tuned for ATC
|
| 19 |
+
results:
|
| 20 |
+
- task:
|
| 21 |
+
type: automatic-speech-recognition
|
| 22 |
+
dataset:
|
| 23 |
+
name: ATC Dataset
|
| 24 |
+
type: jacktol/atc-dataset
|
| 25 |
+
metrics:
|
| 26 |
+
- name: Word Error Rate (WER)
|
| 27 |
+
type: wer
|
| 28 |
+
value: 15.08
|
| 29 |
+
source:
|
| 30 |
+
name: ATC Transcription Evaluation
|
| 31 |
+
url: https://jacktol.net/posts/fine-tuning_whisper_for_atc/
|
| 32 |
---
|