flozi00 librarian-bot commited on
Commit
d2f2e5b
1 Parent(s): 54158b0

Librarian Bot: Add base_model information to model (#1)

Browse files

- Librarian Bot: Add base_model information to model (751e28d963c853dfd509f612af17815ec39f06f9)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +20 -19
README.md CHANGED
@@ -1,11 +1,7 @@
1
  ---
2
  language: de
3
- inference: false
4
- datasets:
5
- - common_voice
6
- metrics:
7
- - wer
8
- - cer
9
  tags:
10
  - audio
11
  - automatic-speech-recognition
@@ -13,40 +9,45 @@ tags:
13
  - hf-asr-leaderboard
14
  - peft
15
  - lora
16
- license: apache-2.0
 
 
 
 
 
 
 
17
  model-index:
18
  - name: whisper-large-german-lora-cv13 by Florian Zimmermeister @A\\\\Ware
19
  results:
20
  - task:
21
- name: Speech Recognition
22
  type: automatic-speech-recognition
 
23
  dataset:
24
  name: Common Voice de
25
  type: common_voice
26
  args: de
27
  metrics:
28
- - name: Test WER
29
- type: wer
30
  value: 2.4500041837503135
31
- - name: Test CER
32
- type: cer
33
  value: 0.9812827135155306
 
34
  - task:
35
- name: Speech Recognition
36
  type: automatic-speech-recognition
 
37
  dataset:
38
  name: google/fleurs
39
  type: google/fleurs
40
  args: de_de
41
  metrics:
42
- - name: Test WER
43
- type: wer
44
  value: 2.9986468200270635
45
- - name: Test CER
46
- type: cer
47
  value: 1.510723544661796
48
- library_name: transformers
49
- pipeline_tag: automatic-speech-recognition
50
  ---
51
 
52
  This model is the peft lora adapter for whisper
 
1
  ---
2
  language: de
3
+ license: apache-2.0
4
+ library_name: transformers
 
 
 
 
5
  tags:
6
  - audio
7
  - automatic-speech-recognition
 
9
  - hf-asr-leaderboard
10
  - peft
11
  - lora
12
+ datasets:
13
+ - common_voice
14
+ metrics:
15
+ - wer
16
+ - cer
17
+ inference: false
18
+ pipeline_tag: automatic-speech-recognition
19
+ base_model: openai/whisper-large-v2
20
  model-index:
21
  - name: whisper-large-german-lora-cv13 by Florian Zimmermeister @A\\\\Ware
22
  results:
23
  - task:
 
24
  type: automatic-speech-recognition
25
+ name: Speech Recognition
26
  dataset:
27
  name: Common Voice de
28
  type: common_voice
29
  args: de
30
  metrics:
31
+ - type: wer
 
32
  value: 2.4500041837503135
33
+ name: Test WER
34
+ - type: cer
35
  value: 0.9812827135155306
36
+ name: Test CER
37
  - task:
 
38
  type: automatic-speech-recognition
39
+ name: Speech Recognition
40
  dataset:
41
  name: google/fleurs
42
  type: google/fleurs
43
  args: de_de
44
  metrics:
45
+ - type: wer
 
46
  value: 2.9986468200270635
47
+ name: Test WER
48
+ - type: cer
49
  value: 1.510723544661796
50
+ name: Test CER
 
51
  ---
52
 
53
  This model is the peft lora adapter for whisper