jacktol commited on
Commit
ba198e8
·
verified ·
1 Parent(s): 7a9f3a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -5
README.md CHANGED
@@ -14,9 +14,19 @@ tags:
14
  - atc
15
  - aircraft
16
  - communication
17
- ---
18
- eval_results:
19
- atc-dataset:
20
- wer: 15.08 # Word Error Rate for the fine-tuned model on the ATC dataset
21
- wer_pretrained: 94.59 # WER for the pretrained model for comparison
 
 
 
 
 
 
 
 
 
 
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
  ---