patrickvonplaten
commited on
Commit
•
5724a7f
1
Parent(s):
2b27ac5
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,27 @@
|
|
1 |
-
|
2 |
---
|
3 |
language: el
|
4 |
datasets:
|
5 |
- common_voice
|
6 |
tags:
|
7 |
-
- speech
|
8 |
- audio
|
9 |
- automatic-speech-recognition
|
|
|
10 |
- xlsr-fine-tuning-week
|
11 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Greek (el) version of the XLSR-Wav2Vec2 automatic speech recognition (ASR) model
|
|
|
|
|
1 |
---
|
2 |
language: el
|
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 |
+
model-index:
|
12 |
+
- name: XLSR Wav2Vec2 Greek by Lighteternal
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Speech Recognition
|
16 |
+
type: automatic-speech-recognition
|
17 |
+
dataset:
|
18 |
+
name: Common Voice el
|
19 |
+
type: common_voice
|
20 |
+
args: el
|
21 |
+
metrics:
|
22 |
+
- name: Test WER
|
23 |
+
type: wer
|
24 |
+
value: 39.60
|
25 |
---
|
26 |
|
27 |
# Greek (el) version of the XLSR-Wav2Vec2 automatic speech recognition (ASR) model
|