Commit
•
7a60985
1
Parent(s):
072c607
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (61a4c4b3b708028e11069e9d4da953e903aa5e7b)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -2,32 +2,33 @@
|
|
2 |
language:
|
3 |
- da
|
4 |
license: other
|
5 |
-
tasks:
|
6 |
-
- automatic-speech-recognition
|
7 |
datasets:
|
8 |
- ftspeech
|
9 |
metrics:
|
10 |
- wer
|
|
|
|
|
|
|
11 |
model-index:
|
12 |
- name: wav2vec2-xls-r-300m-ftspeech
|
13 |
results:
|
14 |
-
- task:
|
15 |
type: automatic-speech-recognition
|
16 |
dataset:
|
|
|
17 |
type: mozilla-foundation/common_voice_8_0
|
18 |
args: da
|
19 |
-
name: Danish Common Voice 8.0
|
20 |
metrics:
|
21 |
-
|
22 |
-
|
23 |
-
- task:
|
24 |
type: automatic-speech-recognition
|
25 |
dataset:
|
26 |
-
type: Alvenir/alvenir_asr_da_eval
|
27 |
name: Alvenir ASR test dataset
|
|
|
28 |
metrics:
|
29 |
-
|
30 |
-
|
31 |
---
|
32 |
|
33 |
# XLS-R-300m-FTSpeech
|
|
|
2 |
language:
|
3 |
- da
|
4 |
license: other
|
|
|
|
|
5 |
datasets:
|
6 |
- ftspeech
|
7 |
metrics:
|
8 |
- wer
|
9 |
+
tasks:
|
10 |
+
- automatic-speech-recognition
|
11 |
+
base_model: facebook/wav2vec2-xls-r-300m
|
12 |
model-index:
|
13 |
- name: wav2vec2-xls-r-300m-ftspeech
|
14 |
results:
|
15 |
+
- task:
|
16 |
type: automatic-speech-recognition
|
17 |
dataset:
|
18 |
+
name: Danish Common Voice 8.0
|
19 |
type: mozilla-foundation/common_voice_8_0
|
20 |
args: da
|
|
|
21 |
metrics:
|
22 |
+
- type: wer
|
23 |
+
value: 17.91
|
24 |
+
- task:
|
25 |
type: automatic-speech-recognition
|
26 |
dataset:
|
|
|
27 |
name: Alvenir ASR test dataset
|
28 |
+
type: Alvenir/alvenir_asr_da_eval
|
29 |
metrics:
|
30 |
+
- type: wer
|
31 |
+
value: 13.84
|
32 |
---
|
33 |
|
34 |
# XLS-R-300m-FTSpeech
|