ivangtorre
commited on
Commit
•
437f470
1
Parent(s):
bdf5cf3
Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,28 @@ metrics:
|
|
7 |
- wer
|
8 |
pipeline_tag: automatic-speech-recognition
|
9 |
datasets:
|
10 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
## Usage
|
|
|
7 |
- wer
|
8 |
pipeline_tag: automatic-speech-recognition
|
9 |
datasets:
|
10 |
+
- second_americas_nlp_2022
|
11 |
+
tags:
|
12 |
+
- audio
|
13 |
+
- automatic-speech-recognition
|
14 |
+
- speech
|
15 |
+
model-index:
|
16 |
+
- name: Wav2Vec2 XLSR 300M Quechua Model by M Romero and Ivan G Torre
|
17 |
+
results:
|
18 |
+
- task:
|
19 |
+
name: Speech Recognition
|
20 |
+
type: automatic-speech-recognition
|
21 |
+
dataset:
|
22 |
+
name: Americas NLP 2022 qu
|
23 |
+
type: second_americas_nlp_2022
|
24 |
+
args: qu
|
25 |
+
metrics:
|
26 |
+
- name: Test CER
|
27 |
+
type: cer
|
28 |
+
value: 11.11
|
29 |
+
- name: Test WER
|
30 |
+
type: wer
|
31 |
+
value: 11.11
|
32 |
---
|
33 |
|
34 |
## Usage
|