Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,28 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
tags:
|
4 |
- automatic-speech-recognition
|
5 |
-
-
|
6 |
-
-
|
7 |
model-index:
|
8 |
- name: xls-asr-vi-40h-1B
|
9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -14,10 +30,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# xls-asr-vi-40h-1B
|
16 |
|
17 |
-
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the
|
18 |
-
It achieves the following results on the evaluation set:
|
19 |
-
-
|
20 |
-
- Wer:
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- vi
|
5 |
tags:
|
6 |
- automatic-speech-recognition
|
7 |
+
- robust-speech-event
|
8 |
+
- common-voice
|
9 |
model-index:
|
10 |
- name: xls-asr-vi-40h-1B
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Speech Recognition
|
14 |
+
type: automatic-speech-recognition
|
15 |
+
dataset:
|
16 |
+
name: Common Voice 7.0 vi
|
17 |
+
type: common_voice
|
18 |
+
args: vi
|
19 |
+
metrics:
|
20 |
+
- name: Test WER
|
21 |
+
type: wer
|
22 |
+
value: 34.21
|
23 |
+
- name: Test CER
|
24 |
+
type: cer
|
25 |
+
value: 19.94
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
30 |
|
31 |
# xls-asr-vi-40h-1B
|
32 |
|
33 |
+
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the common voice 7.0 vi & private dataset.
|
34 |
+
It achieves the following results on the evaluation set Common voice 7.0 vi test set (Without Language Model):
|
35 |
+
- Cer: 19.94
|
36 |
+
- Wer: 34.21
|
37 |
|
38 |
## Model description
|
39 |
|