flozi00 commited on
Commit
7e5f589
1 Parent(s): 01f8441

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -24
README.md CHANGED
@@ -1,34 +1,38 @@
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
  license: apache-2.0
14
  model-index:
15
- - name: whisper-large-german-lora-cv13 by Florian Zimmermeister @A\\\\Ware
16
- results:
17
- - task:
18
- name: Speech Recognition
19
- type: automatic-speech-recognition
20
- dataset:
21
- name: Common Voice de
22
- type: common_voice
23
- args: de
24
- metrics:
25
- - name: Test WER
26
- type: wer
27
- value: 2.4500041837503135
28
- - name: Test CER
29
- type: cer
30
- value: 0.9812827135155306
 
 
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".