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: 0.
|
20 |
-
- Wer: 1.
|
21 |
-
- Cer: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- zh-HK
|
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-HK dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.8089
|
24 |
+
- Wer: 1.2499
|
25 |
+
- Cer: 0.3173
|
26 |
|
27 |
## Model description
|
28 |
|
nohup.out
CHANGED
@@ -23262,3 +23262,20 @@ Saving model checkpoint to ./
|
|
23262 |
Configuration saved in ./config.json
|
23263 |
Model weights saved in ./pytorch_model.bin
|
23264 |
Configuration saved in ./preprocessor_config.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23262 |
Configuration saved in ./config.json
|
23263 |
Model weights saved in ./pytorch_model.bin
|
23264 |
Configuration saved in ./preprocessor_config.json
|
23265 |
+
To https://huggingface.co/w11wo/wav2vec2-xls-r-300m-zh-HK-v2
|
23266 |
+
5679ecf..5d161f0 main -> main
|
23267 |
+
|
23268 |
+
***** eval metrics *****
|
23269 |
+
epoch = 100.0
|
23270 |
+
eval_cer = 0.3173
|
23271 |
+
eval_loss = 0.8089
|
23272 |
+
eval_runtime = 0:01:56.95
|
23273 |
+
eval_samples = 2302
|
23274 |
+
eval_samples_per_second = 19.682
|
23275 |
+
eval_steps_per_second = 2.462
|
23276 |
+
eval_wer = 1.2499
|
23277 |
+
02/07/2022 12:48:24 - WARNING - huggingface_hub.repository - To https://huggingface.co/w11wo/wav2vec2-xls-r-300m-zh-HK-v2
|
23278 |
+
5679ecf..5d161f0 main -> main
|
23279 |
+
|
23280 |
+
Dropping the following result as it does not have all the necessary fields:
|
23281 |
+
{'dataset': {'name': 'COMMON_VOICE - ZH-HK', 'type': 'common_voice', 'args': 'Config: zh-HK, Training split: train+validation, Eval split: test'}}
|