End of training
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ model-index:
|
|
25 |
metrics:
|
26 |
- name: Wer
|
27 |
type: wer
|
28 |
-
value:
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -35,8 +35,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
35 |
|
36 |
This model is a fine-tuned version of [openai/whisper-medium.en](https://huggingface.co/openai/whisper-medium.en) on the Common Voice 17.0 dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
-
- Loss: 0.
|
39 |
-
- Wer:
|
40 |
|
41 |
## Model description
|
42 |
|
@@ -55,7 +55,7 @@ More information needed
|
|
55 |
### Training hyperparameters
|
56 |
|
57 |
The following hyperparameters were used during training:
|
58 |
-
- learning_rate:
|
59 |
- train_batch_size: 32
|
60 |
- eval_batch_size: 4
|
61 |
- seed: 42
|
@@ -67,9 +67,11 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
-
| Training Loss | Epoch
|
71 |
-
|
72 |
-
| 0.
|
|
|
|
|
73 |
|
74 |
|
75 |
### Framework versions
|
|
|
25 |
metrics:
|
26 |
- name: Wer
|
27 |
type: wer
|
28 |
+
value: 12.705667276051189
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
35 |
|
36 |
This model is a fine-tuned version of [openai/whisper-medium.en](https://huggingface.co/openai/whisper-medium.en) on the Common Voice 17.0 dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
+
- Loss: 0.3904
|
39 |
+
- Wer: 12.7057
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
55 |
### Training hyperparameters
|
56 |
|
57 |
The following hyperparameters were used during training:
|
58 |
+
- learning_rate: 1.1e-05
|
59 |
- train_batch_size: 32
|
60 |
- eval_batch_size: 4
|
61 |
- seed: 42
|
|
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
71 |
+
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
72 |
+
| 0.299 | 0.3333 | 375 | 0.4141 | 13.8026 |
|
73 |
+
| 0.261 | 0.6667 | 750 | 0.3941 | 13.5283 |
|
74 |
+
| 0.2152 | 1.0 | 1125 | 0.3904 | 12.7057 |
|
75 |
|
76 |
|
77 |
### Framework versions
|