./Hugging-face-models/whisper-medium-LoRA
Browse files
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Wer:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -43,13 +43,18 @@ The following hyperparameters were used during training:
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- num_epochs:
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
51 |
-
|
52 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.3284
|
21 |
+
- Wer: 12.2024
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 6
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
52 |
+
| 0.6785 | 1.0 | 789 | 0.4078 | 18.0952 |
|
53 |
+
| 0.3283 | 2.0 | 1578 | 0.3660 | 19.9802 |
|
54 |
+
| 0.2298 | 3.0 | 2367 | 0.3391 | 14.2063 |
|
55 |
+
| 0.1458 | 4.0 | 3156 | 0.3307 | 13.7302 |
|
56 |
+
| 0.0688 | 5.0 | 3945 | 0.3211 | 12.5 |
|
57 |
+
| 0.0222 | 6.0 | 4734 | 0.3284 | 12.2024 |
|
58 |
|
59 |
|
60 |
### Framework versions
|