jacktol commited on
Commit
d86331f
·
verified ·
1 Parent(s): 1f3ac39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -10,7 +10,18 @@ metrics:
10
  base_model:
11
  - openai/whisper-large-v3
12
  pipeline_tag: automatic-speech-recognition
13
- ---
 
 
 
 
 
 
 
 
 
 
 
14
 
15
  ---
16
 
 
10
  base_model:
11
  - openai/whisper-large-v3
12
  pipeline_tag: automatic-speech-recognition
13
+ model-index:
14
+ - name: Whisper Large V3 Fine-Tuned for Air Traffic Control (ATC)
15
+ results:
16
+ - task:
17
+ type: automatic-speech-recognition
18
+ dataset:
19
+ name: ATC ASR Dataset
20
+ type: jacktol/ATC-ASR-Dataset
21
+ metrics:
22
+ - name: Word Error Rate (WER)
23
+ type: wer
24
+ value: 6.5
25
 
26
  ---
27