End of training
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ model-index:
|
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
-
value:
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -34,8 +34,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
34 |
|
35 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Chinese English dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
-
- Loss: 0.
|
38 |
-
- Wer:
|
39 |
|
40 |
## Model description
|
41 |
|
@@ -61,7 +61,7 @@ The following hyperparameters were used during training:
|
|
61 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_steps: 500
|
64 |
-
- training_steps:
|
65 |
|
66 |
### Training results
|
67 |
|
@@ -69,12 +69,8 @@ The following hyperparameters were used during training:
|
|
69 |
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
70 |
| 0.2956 | 0.6667 | 200 | 0.4193 | 20.5242 |
|
71 |
| 0.1807 | 1.3333 | 400 | 0.3708 | 16.9341 |
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.0218 | 3.3333 | 1000 | 0.3663 | 15.3614 |
|
75 |
-
| 0.0294 | 4.0 | 1200 | 0.3634 | 16.0604 |
|
76 |
-
| 0.0036 | 4.6667 | 1400 | 0.3714 | 15.3932 |
|
77 |
-
| 0.0018 | 5.3333 | 1600 | 0.3760 | 16.0286 |
|
78 |
|
79 |
|
80 |
### Framework versions
|
|
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
+
value: 15.822081016679904
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
34 |
|
35 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Chinese English dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
+
- Loss: 0.3497
|
38 |
+
- Wer: 15.8221
|
39 |
|
40 |
## Model description
|
41 |
|
|
|
61 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_steps: 500
|
64 |
+
- training_steps: 800
|
65 |
|
66 |
### Training results
|
67 |
|
|
|
69 |
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
70 |
| 0.2956 | 0.6667 | 200 | 0.4193 | 20.5242 |
|
71 |
| 0.1807 | 1.3333 | 400 | 0.3708 | 16.9341 |
|
72 |
+
| 0.2201 | 2.0 | 600 | 0.3528 | 16.8070 |
|
73 |
+
| 0.0694 | 2.6667 | 800 | 0.3497 | 15.8221 |
|
|
|
|
|
|
|
|
|
74 |
|
75 |
|
76 |
### Framework versions
|