Update README.md
Browse files
README.md
CHANGED
@@ -18,14 +18,11 @@ model-index:
|
|
18 |
|
19 |
args: vi
|
20 |
metrics:
|
21 |
-
- name: Test WER
|
22 |
type: wer
|
23 |
value: 56.57
|
24 |
---
|
25 |
|
26 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
27 |
-
should probably proofread and complete it, then remove this comment. -->
|
28 |
-
|
29 |
# xls-asr-vi-40h
|
30 |
|
31 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the common voice 7.0 vi & private dataset.
|
@@ -33,17 +30,12 @@ It achieves the following results on the evaluation set (Without Language Model)
|
|
33 |
- Loss: 1.1177
|
34 |
- Wer: 60.58
|
35 |
|
36 |
-
##
|
37 |
-
|
38 |
-
More information needed
|
39 |
-
|
40 |
-
## Intended uses & limitations
|
41 |
-
|
42 |
-
More information needed
|
43 |
-
|
44 |
-
## Training and evaluation data
|
45 |
|
46 |
-
|
|
|
|
|
47 |
|
48 |
## Training procedure
|
49 |
|
|
|
18 |
|
19 |
args: vi
|
20 |
metrics:
|
21 |
+
- name: Test WER (with Language model)
|
22 |
type: wer
|
23 |
value: 56.57
|
24 |
---
|
25 |
|
|
|
|
|
|
|
26 |
# xls-asr-vi-40h
|
27 |
|
28 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the common voice 7.0 vi & private dataset.
|
|
|
30 |
- Loss: 1.1177
|
31 |
- Wer: 60.58
|
32 |
|
33 |
+
## Evaluation
|
34 |
+
Please run the eval.py file
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
+
```bash
|
37 |
+
!python eval_custom.py --model_id geninhu/xls-asr-vi-40h --dataset mozilla-foundation/common_voice_7_0 --config vi --split test
|
38 |
+
```
|
39 |
|
40 |
## Training procedure
|
41 |
|