End of training
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
-
value:
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,9 +32,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [Wellyowo/whisper-tiny-zh-tw](https://huggingface.co/Wellyowo/whisper-tiny-zh-tw) on the common_voice_13_0 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Wer Ortho:
|
37 |
-
- Wer:
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -62,14 +62,21 @@ The following hyperparameters were used during training:
|
|
62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
- lr_scheduler_type: constant_with_warmup
|
64 |
- lr_scheduler_warmup_steps: 50
|
65 |
-
- training_steps:
|
66 |
- mixed_precision_training: Native AMP
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
|
72 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
|
74 |
|
75 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
+
value: 59.22330097087378
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [Wellyowo/whisper-tiny-zh-tw](https://huggingface.co/Wellyowo/whisper-tiny-zh-tw) on the common_voice_13_0 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.5683
|
36 |
+
- Wer Ortho: 60.0
|
37 |
+
- Wer: 59.2233
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
- lr_scheduler_type: constant_with_warmup
|
64 |
- lr_scheduler_warmup_steps: 50
|
65 |
+
- training_steps: 4000
|
66 |
- mixed_precision_training: Native AMP
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
|
72 |
+
| 0.1844 | 0.69 | 500 | 0.5523 | 64.0 | 65.0485 |
|
73 |
+
| 0.1105 | 1.38 | 1000 | 0.5425 | 65.0 | 64.0777 |
|
74 |
+
| 0.0475 | 2.06 | 1500 | 0.5324 | 63.0 | 64.0777 |
|
75 |
+
| 0.0687 | 2.75 | 2000 | 0.5128 | 62.0 | 61.1650 |
|
76 |
+
| 0.0371 | 3.44 | 2500 | 0.5496 | 64.0 | 64.0777 |
|
77 |
+
| 0.0181 | 4.13 | 3000 | 0.5339 | 62.0 | 63.1068 |
|
78 |
+
| 0.0202 | 4.82 | 3500 | 0.5474 | 65.0 | 64.0777 |
|
79 |
+
| 0.011 | 5.51 | 4000 | 0.5683 | 60.0 | 59.2233 |
|
80 |
|
81 |
|
82 |
### Framework versions
|