Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: sv-SE
|
3 |
+
datasets:
|
4 |
+
- common_voice
|
5 |
+
- NST Swedish ASR Database
|
6 |
+
metrics:
|
7 |
+
- wer
|
8 |
+
- cer
|
9 |
+
tags:
|
10 |
+
- audio
|
11 |
+
- automatic-speech-recognition
|
12 |
+
- speech
|
13 |
+
license: apache-2.0
|
14 |
+
model-index:
|
15 |
+
- name: Wav2vec 2.0 base VoxPopuli-sv swedish
|
16 |
+
results:
|
17 |
+
- task:
|
18 |
+
name: Speech Recognition
|
19 |
+
type: automatic-speech-recognition
|
20 |
+
dataset:
|
21 |
+
name: NST Swedish ASR Database
|
22 |
+
metrics:
|
23 |
+
- name: Test WER
|
24 |
+
type: wer
|
25 |
+
value: 5.2
|
26 |
+
# - task:
|
27 |
+
# name: Speech Recognition
|
28 |
+
# type: automatic-speech-recognition
|
29 |
+
# dataset:
|
30 |
+
# name: Common Voice
|
31 |
+
# type: common_voice
|
32 |
+
# args: sv-SE
|
33 |
+
# metrics:
|
34 |
+
# - name: Test WER
|
35 |
+
# type: wer
|
36 |
+
# value: 5.2
|
37 |
+
---
|
38 |
+
# Wav2vec 2.0 base-voxpopuli-sv-swedish
|