Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
---
|
2 |
language: pt
|
3 |
-
|
4 |
-
- common_voice
|
5 |
-
metrics:
|
6 |
-
- wer
|
7 |
tags:
|
8 |
- audio
|
9 |
- speech
|
@@ -15,21 +12,25 @@ tags:
|
|
15 |
- speech
|
16 |
- xlsr-fine-tuning-week
|
17 |
- PyTorch
|
18 |
-
|
|
|
|
|
|
|
|
|
19 |
model-index:
|
20 |
- name: Rubens XLSR Wav2Vec2 Large 53 Portuguese
|
21 |
results:
|
22 |
-
- task:
|
23 |
-
name: Speech Recognition
|
24 |
type: automatic-speech-recognition
|
|
|
25 |
dataset:
|
26 |
name: Common Voice pt
|
27 |
type: common_voice
|
28 |
args: pt
|
29 |
metrics:
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
---
|
34 |
|
35 |
|
|
|
1 |
---
|
2 |
language: pt
|
3 |
+
license: apache-2.0
|
|
|
|
|
|
|
4 |
tags:
|
5 |
- audio
|
6 |
- speech
|
|
|
12 |
- speech
|
13 |
- xlsr-fine-tuning-week
|
14 |
- PyTorch
|
15 |
+
datasets:
|
16 |
+
- common_voice
|
17 |
+
metrics:
|
18 |
+
- wer
|
19 |
+
base_model: facebook/wav2vec2-large-xlsr-53
|
20 |
model-index:
|
21 |
- name: Rubens XLSR Wav2Vec2 Large 53 Portuguese
|
22 |
results:
|
23 |
+
- task:
|
|
|
24 |
type: automatic-speech-recognition
|
25 |
+
name: Speech Recognition
|
26 |
dataset:
|
27 |
name: Common Voice pt
|
28 |
type: common_voice
|
29 |
args: pt
|
30 |
metrics:
|
31 |
+
- type: wer
|
32 |
+
value: 19.30%
|
33 |
+
name: Test WER
|
34 |
---
|
35 |
|
36 |
|