KennethEnevoldsen
commited on
Commit
•
156c840
1
Parent(s):
b49807a
Update README.md
Browse files
README.md
CHANGED
@@ -47,7 +47,7 @@ print(transcription)
|
|
47 |
## Performance
|
48 |
The table below shows the WER rate (greedy, no language model) of four different Danish ASR models on three publicly available datasets (lower is better).
|
49 |
|
50 |
-
|Model | [Alvenir](https://huggingface.co/datasets/Alvenir/alvenir_asr_da_eval)| [NST](https://www.nb.no/sprakbanken/en/resource-catalogue/oai-nb-no-sbr-19/)| [CV9.0](https://huggingface.co/datasets/mozilla-foundation/common_voice_9_0)|
|
51 |
|:--------------------------------------|------:|-----:|-----:|
|
52 |
|[Alvenir/wav2vec2-base-da-ft-nst](https://huggingface.co/Alvenir/wav2vec2-base-da-ft-nst) | 0.202| 0.099| 0.238|
|
53 |
|[chcaa/alvenir-wav2vec2-base-da-nst-cv9](https://huggingface.co/chcaa/alvenir-wav2vec2-base-da-nst-cv9) | 0.233| 0.126| 0.256|
|
|
|
47 |
## Performance
|
48 |
The table below shows the WER rate (greedy, no language model) of four different Danish ASR models on three publicly available datasets (lower is better).
|
49 |
|
50 |
+
|Model | [Alvenir](https://huggingface.co/datasets/Alvenir/alvenir_asr_da_eval)| [NST (greedy)](https://www.nb.no/sprakbanken/en/resource-catalogue/oai-nb-no-sbr-19/)| [CV9.0](https://huggingface.co/datasets/mozilla-foundation/common_voice_9_0)|
|
51 |
|:--------------------------------------|------:|-----:|-----:|
|
52 |
|[Alvenir/wav2vec2-base-da-ft-nst](https://huggingface.co/Alvenir/wav2vec2-base-da-ft-nst) | 0.202| 0.099| 0.238|
|
53 |
|[chcaa/alvenir-wav2vec2-base-da-nst-cv9](https://huggingface.co/chcaa/alvenir-wav2vec2-base-da-nst-cv9) | 0.233| 0.126| 0.256|
|