Update README.md
Browse files
README.md
CHANGED
@@ -1,34 +1,38 @@
|
|
1 |
---
|
2 |
language: de
|
3 |
datasets:
|
4 |
-
|
5 |
metrics:
|
6 |
-
|
7 |
-
|
8 |
tags:
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
13 |
license: apache-2.0
|
14 |
model-index:
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
|
|
|
|
31 |
---
|
32 |
|
33 |
This model is the peft lora adapter for whisper
|
34 |
-
The eval script can be found here https://github.com/flozi00/asr-as-a-service/blob/6d75d398bebe46d2ca84933b15e9f6017075cc97/eval.py containing some normalizations, for example "Stephanie" and "Stefanie" or "seins" and "seines".
|
|
|
1 |
---
|
2 |
language: de
|
3 |
datasets:
|
4 |
+
- common_voice
|
5 |
metrics:
|
6 |
+
- wer
|
7 |
+
- cer
|
8 |
tags:
|
9 |
+
- audio
|
10 |
+
- automatic-speech-recognition
|
11 |
+
- speech
|
12 |
+
- hf-asr-leaderboard
|
13 |
+
- peft
|
14 |
+
- lora
|
15 |
license: apache-2.0
|
16 |
model-index:
|
17 |
+
- name: whisper-large-german-lora-cv13 by Florian Zimmermeister @A\\\\Ware
|
18 |
+
results:
|
19 |
+
- task:
|
20 |
+
name: Speech Recognition
|
21 |
+
type: automatic-speech-recognition
|
22 |
+
dataset:
|
23 |
+
name: Common Voice de
|
24 |
+
type: common_voice
|
25 |
+
args: de
|
26 |
+
metrics:
|
27 |
+
- name: Test WER
|
28 |
+
type: wer
|
29 |
+
value: 2.4500041837503135
|
30 |
+
- name: Test CER
|
31 |
+
type: cer
|
32 |
+
value: 0.9812827135155306
|
33 |
+
library_name: transformers
|
34 |
+
pipeline_tag: automatic-speech-recognition
|
35 |
---
|
36 |
|
37 |
This model is the peft lora adapter for whisper
|
38 |
+
The eval script can be found here https://github.com/flozi00/asr-as-a-service/blob/6d75d398bebe46d2ca84933b15e9f6017075cc97/eval.py containing some normalizations, for example "Stephanie" and "Stefanie" or "seins" and "seines".
|