Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -11,6 +11,7 @@ datasets:
|
|
11 |
metrics:
|
12 |
- wer
|
13 |
- cer
|
|
|
14 |
model-index:
|
15 |
- name: wav2vec2-large-xls-r-1b-Swedish
|
16 |
results:
|
@@ -18,32 +19,30 @@ model-index:
|
|
18 |
type: automatic-speech-recognition
|
19 |
name: Speech Recognition
|
20 |
dataset:
|
21 |
-
type: mozilla-foundation/common_voice_8_0
|
22 |
name: Common Voice sv-SE
|
|
|
23 |
args: sv-SE
|
24 |
metrics:
|
25 |
- type: wer
|
26 |
value: 14.04
|
27 |
name: Test WER With LM
|
28 |
-
|
29 |
- type: cer
|
30 |
value: 4.86
|
31 |
name: Test CER With LM
|
32 |
-
|
33 |
- task:
|
34 |
-
name: Automatic Speech Recognition
|
35 |
type: automatic-speech-recognition
|
|
|
36 |
dataset:
|
37 |
name: Robust Speech Event - Dev Data
|
38 |
type: speech-recognition-community-v2/dev_data
|
39 |
args: sv
|
40 |
metrics:
|
41 |
-
-
|
42 |
-
type: wer
|
43 |
value: 29.69
|
44 |
-
|
45 |
-
|
46 |
value: 12.59
|
|
|
47 |
---
|
48 |
|
49 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
11 |
metrics:
|
12 |
- wer
|
13 |
- cer
|
14 |
+
base_model: facebook/wav2vec2-xls-r-1b
|
15 |
model-index:
|
16 |
- name: wav2vec2-large-xls-r-1b-Swedish
|
17 |
results:
|
|
|
19 |
type: automatic-speech-recognition
|
20 |
name: Speech Recognition
|
21 |
dataset:
|
|
|
22 |
name: Common Voice sv-SE
|
23 |
+
type: mozilla-foundation/common_voice_8_0
|
24 |
args: sv-SE
|
25 |
metrics:
|
26 |
- type: wer
|
27 |
value: 14.04
|
28 |
name: Test WER With LM
|
|
|
29 |
- type: cer
|
30 |
value: 4.86
|
31 |
name: Test CER With LM
|
|
|
32 |
- task:
|
|
|
33 |
type: automatic-speech-recognition
|
34 |
+
name: Automatic Speech Recognition
|
35 |
dataset:
|
36 |
name: Robust Speech Event - Dev Data
|
37 |
type: speech-recognition-community-v2/dev_data
|
38 |
args: sv
|
39 |
metrics:
|
40 |
+
- type: wer
|
|
|
41 |
value: 29.69
|
42 |
+
name: Test WER
|
43 |
+
- type: cer
|
44 |
value: 12.59
|
45 |
+
name: Test CER
|
46 |
---
|
47 |
|
48 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|