Update README.md
Browse files
README.md
CHANGED
@@ -1,33 +1,35 @@
|
|
|
|
1 |
language:
|
2 |
-
|
3 |
-
thumbnail:
|
4 |
pipeline_tag: automatic-speech-recognition
|
5 |
tags:
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
license: afl-3.0
|
12 |
datasets:
|
13 |
-
|
14 |
metrics:
|
15 |
-
|
16 |
-
|
17 |
model-index:
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
|
|
|
1 |
+
---
|
2 |
language:
|
3 |
+
- es
|
4 |
+
thumbnail: null
|
5 |
pipeline_tag: automatic-speech-recognition
|
6 |
tags:
|
7 |
+
- CTC
|
8 |
+
- pytorch
|
9 |
+
- speechbrain
|
10 |
+
- Transformer
|
11 |
+
- hf-asr-leaderboard
|
12 |
license: afl-3.0
|
13 |
datasets:
|
14 |
+
- commonvoice
|
15 |
metrics:
|
16 |
+
- wer
|
17 |
+
- cer
|
18 |
model-index:
|
19 |
+
- name: asr-wav2vec2-commonvoice-es
|
20 |
+
results:
|
21 |
+
- task:
|
22 |
+
name: Automatic Speech Recognition
|
23 |
+
type: automatic-speech-recognition
|
24 |
+
dataset:
|
25 |
+
name: CommonVoice 7.0 (Spanish)
|
26 |
+
type: mozilla-foundation/common_voice_7_0
|
27 |
+
config: es
|
28 |
+
split: test
|
29 |
+
args:
|
30 |
+
language: es
|
31 |
+
metrics:
|
32 |
+
- name: Test WER
|
33 |
+
type: wer
|
34 |
+
value: '7.83'
|
35 |
+
---
|