Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,31 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
+
language: pt
|
3 |
+
datasets:
|
4 |
+
- CORAA
|
5 |
+
- common_voice
|
6 |
+
- mls
|
7 |
+
- cetuc
|
8 |
+
- voxforge
|
9 |
+
metrics:
|
10 |
+
- wer
|
11 |
+
tags:
|
12 |
+
- audio
|
13 |
+
- speech
|
14 |
+
- wav2vec2
|
15 |
+
- pt
|
16 |
+
- portuguese-speech-corpus
|
17 |
+
- automatic-speech-recognition
|
18 |
+
- speech
|
19 |
+
- PyTorch
|
20 |
license: apache-2.0
|
21 |
+
model-index:
|
22 |
+
- name: Alef Iury XLSR Wav2Vec2 Large 53 Portuguese
|
23 |
+
results:
|
24 |
+
- task:
|
25 |
+
name: Speech Recognition
|
26 |
+
type: automatic-speech-recognition
|
27 |
+
metrics:
|
28 |
+
- name: Test CORAA WER
|
29 |
+
type: wer
|
30 |
+
value: 24.89%
|
31 |
---
|