End of training
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ model-index:
|
|
19 |
metrics:
|
20 |
- name: Wer
|
21 |
type: wer
|
22 |
-
value: 0.
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,9 +29,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
-
- Loss: 0.
|
33 |
-
- Wer Ortho: 0.
|
34 |
-
- Wer: 0.
|
35 |
|
36 |
## Model description
|
37 |
|
@@ -57,14 +57,14 @@ The following hyperparameters were used during training:
|
|
57 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
58 |
- lr_scheduler_type: constant_with_warmup
|
59 |
- lr_scheduler_warmup_steps: 50
|
60 |
-
- training_steps:
|
61 |
- mixed_precision_training: Native AMP
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
|
67 |
-
| 0.
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
19 |
metrics:
|
20 |
- name: Wer
|
21 |
type: wer
|
22 |
+
value: 0.40408805031446543
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 0.9571
|
33 |
+
- Wer Ortho: 0.4047
|
34 |
+
- Wer: 0.4041
|
35 |
|
36 |
## Model description
|
37 |
|
|
|
57 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
58 |
- lr_scheduler_type: constant_with_warmup
|
59 |
- lr_scheduler_warmup_steps: 50
|
60 |
+
- training_steps: 800
|
61 |
- mixed_precision_training: Native AMP
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
|
67 |
+
| 0.0 | 28.57 | 800 | 0.9571 | 0.4047 | 0.4041 |
|
68 |
|
69 |
|
70 |
### Framework versions
|