Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -30,9 +30,9 @@ It can generate both an exact verbatim transcription with annotation tags as wel
|
|
30 |
|
31 |
-- **ASR_subtitles_v2_small**: Smaller variant of ASR_subtitles_v2 with almost as good performance.
|
32 |
|
33 |
-
-- **ASR_subtitles_v1**: The first version of the ASR and Subtitling model trained on
|
34 |
|
35 |
-
-- **ASR_verbatim_v1**: The first version of the ASR and Subtitling model trained on
|
36 |
|
37 |
-- **Whisper**: A finetuned Whisper Large model on Flemish data can be found [here](https://huggingface.co/kul-speech-lab/whisper_large_CGN). Usage instructions can be found in Whisper documentation.
|
38 |
|
@@ -45,4 +45,11 @@ It can generate both an exact verbatim transcription with annotation tags as wel
|
|
45 |
|
46 |
## Leaderboard
|
47 |
|
48 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
-- **ASR_subtitles_v2_small**: Smaller variant of ASR_subtitles_v2 with almost as good performance.
|
32 |
|
33 |
+
-- **ASR_subtitles_v1**: The first version of the ASR and Subtitling model trained on 1000 hours of Flemish data.
|
34 |
|
35 |
+
-- **ASR_verbatim_v1**: The first version of the ASR and Subtitling model trained on 1000 hours of Flemish data, converted to a verbatim-only ASR model.
|
36 |
|
37 |
-- **Whisper**: A finetuned Whisper Large model on Flemish data can be found [here](https://huggingface.co/kul-speech-lab/whisper_large_CGN). Usage instructions can be found in Whisper documentation.
|
38 |
|
|
|
45 |
|
46 |
## Leaderboard
|
47 |
|
48 |
+
Word Error Rates on different test sets.
|
49 |
+
|
50 |
+
|Model Tag|Number of Parameters|Test CGN|Test Media|
|
51 |
+
|:---|:---:|:---:|:---:|
|
52 |
+
|ASR_subtitles_v2|180M|**6.49**|**8.63**|
|
53 |
+
|ASR_subtitles_v2_small|70M|6.93|9.30|
|
54 |
+
|Whisper large finetuned|1550M|X|10.54|
|
55 |
+
|Whisper large v3|1550M|11.68|13.45|
|