Update README.md
Browse files
README.md
CHANGED
@@ -31,19 +31,19 @@ model-index:
|
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
32 |
should probably proofread and complete it, then remove this comment. -->
|
33 |
|
34 |
-
#
|
35 |
|
36 |
This model is a fine-tuned version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) on a carefully curated dataset.
|
37 |
|
38 |
|
39 |
## Evaluations - Word error rate
|
40 |
|
41 |
-
| Dataset | openai-whisper-large-v3-turbo |
|
42 |
-
|
43 |
-
| Tuda-De | 8.
|
44 |
-
| common_voice_19_0 | 3.
|
45 |
-
| multilingual librispeech | 3.
|
46 |
-
| All | 3.
|
47 |
|
48 |
The data and code for evaluations are available [here](https://huggingface.co/datasets/flozi00/asr-german-mixed-evals)
|
49 |
|
|
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
32 |
should probably proofread and complete it, then remove this comment. -->
|
33 |
|
34 |
+
# GRAG-WHISPER-LARGE-v3-TURBO
|
35 |
|
36 |
This model is a fine-tuned version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) on a carefully curated dataset.
|
37 |
|
38 |
|
39 |
## Evaluations - Word error rate
|
40 |
|
41 |
+
| Dataset | openai-whisper-large-v3-turbo | GRAG-WHISPER-LARGE-v3-TURBO | primeline-whisper-large-v3-turbo-german |
|
42 |
+
|-------------------------------------|-------------------------------|-------------------------|-----------------------------------|
|
43 |
+
| Tuda-De | 8.195 | 6.360 | 6.441 |
|
44 |
+
| common_voice_19_0 | 3.839 | 3.249 | 3.217 |
|
45 |
+
| multilingual librispeech | 3.202 | 2.071 | 2.067 |
|
46 |
+
| All | 3.641 | 2.633 | 2.630 |
|
47 |
|
48 |
The data and code for evaluations are available [here](https://huggingface.co/datasets/flozi00/asr-german-mixed-evals)
|
49 |
|