End of training
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [openai/whisper-medium.en](https://huggingface.co/openai/whisper-medium.en) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Wer: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -38,9 +38,9 @@ More information needed
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
-
- learning_rate:
|
42 |
-
- train_batch_size:
|
43 |
-
- eval_batch_size:
|
44 |
- seed: 42
|
45 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
- lr_scheduler_type: linear
|
@@ -50,18 +50,18 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch
|
54 |
-
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [openai/whisper-medium.en](https://huggingface.co/openai/whisper-medium.en) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.0557
|
22 |
+
- Wer: 0.1819
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 1e-06
|
42 |
+
- train_batch_size: 16
|
43 |
+
- eval_batch_size: 4
|
44 |
- seed: 42
|
45 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
- lr_scheduler_type: linear
|
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
+
|:-------------:|:-------:|:----:|:---------------:|:------:|
|
55 |
+
| 2.466 | 1.1364 | 25 | 2.3416 | 0.3281 |
|
56 |
+
| 1.7788 | 2.2727 | 50 | 1.5774 | 0.2671 |
|
57 |
+
| 1.2151 | 3.4091 | 75 | 1.2743 | 0.2429 |
|
58 |
+
| 0.9613 | 4.5455 | 100 | 1.1783 | 0.2135 |
|
59 |
+
| 0.8534 | 5.6818 | 125 | 1.1291 | 0.2008 |
|
60 |
+
| 0.7617 | 6.8182 | 150 | 1.1021 | 0.1924 |
|
61 |
+
| 0.77 | 7.9545 | 175 | 1.0804 | 0.1872 |
|
62 |
+
| 0.7212 | 9.0909 | 200 | 1.0665 | 0.1819 |
|
63 |
+
| 0.7186 | 10.2273 | 225 | 1.0592 | 0.1819 |
|
64 |
+
| 0.6799 | 11.3636 | 250 | 1.0557 | 0.1819 |
|
65 |
|
66 |
|
67 |
### Framework versions
|