StevenLimcorn
commited on
Commit
•
c65cec8
1
Parent(s):
1db53a0
update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- common_voice
|
@@ -14,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
#
|
16 |
|
17 |
-
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 1.
|
20 |
-
- Wer: 0.
|
21 |
-
- Cer: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- zh-TW
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
+
- automatic-speech-recognition
|
7 |
+
- common_voice
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
- common_voice
|
|
|
18 |
|
19 |
#
|
20 |
|
21 |
+
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 - ZH-TW dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 1.1786
|
24 |
+
- Wer: 0.8594
|
25 |
+
- Cer: 0.2964
|
26 |
|
27 |
## Model description
|
28 |
|
nohup.out
CHANGED
@@ -15730,3 +15730,21 @@ Saving model checkpoint to ./
|
|
15730 |
Configuration saved in ./config.json
|
15731 |
Model weights saved in ./pytorch_model.bin
|
15732 |
Configuration saved in ./preprocessor_config.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15730 |
Configuration saved in ./config.json
|
15731 |
Model weights saved in ./pytorch_model.bin
|
15732 |
Configuration saved in ./preprocessor_config.json
|
15733 |
+
***** eval metrics *****
|
15734 |
+
epoch = 100.0
|
15735 |
+
eval_cer = 0.2964
|
15736 |
+
eval_loss = 1.1786
|
15737 |
+
eval_runtime = 0:02:06.01
|
15738 |
+
eval_samples = 2958
|
15739 |
+
eval_samples_per_second = 23.473
|
15740 |
+
eval_steps_per_second = 2.936
|
15741 |
+
eval_wer = 0.8594
|
15742 |
+
|
15743 |
+
a214e6b..1db53a0 main -> main
|
15744 |
+
|
15745 |
+
02/06/2022 21:57:09 - WARNING - huggingface_hub.repository - To https://huggingface.co/StevenLimcorn/wav2vec2-xls-r-300m-zh-TW
|
15746 |
+
a214e6b..1db53a0 main -> main
|
15747 |
+
|
15748 |
+
|
15749 |
+
Dropping the following result as it does not have all the necessary fields:
|
15750 |
+
{'dataset': {'name': 'COMMON_VOICE - ZH-TW', 'type': 'common_voice', 'args': 'Config: zh-TW, Training split: train+validation, Eval split: test'}}
|