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