patrickvonplaten
commited on
Commit
·
82e9367
1
Parent(s):
746a7a9
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## wav2vec2-swedish-common-voice
|
2 |
This model is fine-tuned from Facebook's wav2vec2-large-xlsr-53 using Mozilla's common voice dataset.
|
3 |
Wav2vec2-swedish trained on the common voice dataset.
|
|
|
1 |
+
---
|
2 |
+
language: sv
|
3 |
+
datasets:
|
4 |
+
- common_voice
|
5 |
+
tags:
|
6 |
+
- audio
|
7 |
+
- automatic-speech-recognition
|
8 |
+
- speech
|
9 |
+
- xlsr-fine-tuning-week
|
10 |
+
license: apache-2.0
|
11 |
+
---
|
12 |
+
|
13 |
## wav2vec2-swedish-common-voice
|
14 |
This model is fine-tuned from Facebook's wav2vec2-large-xlsr-53 using Mozilla's common voice dataset.
|
15 |
Wav2vec2-swedish trained on the common voice dataset.
|