End of training
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ datasets:
|
|
8 |
metrics:
|
9 |
- wer
|
10 |
model-index:
|
11 |
-
- name: whisper-small-clean_6-
|
12 |
results:
|
13 |
- task:
|
14 |
name: Automatic Speech Recognition
|
@@ -19,18 +19,18 @@ model-index:
|
|
19 |
metrics:
|
20 |
- name: Wer
|
21 |
type: wer
|
22 |
-
value: 24.
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
26 |
should probably proofread and complete it, then remove this comment. -->
|
27 |
|
28 |
-
# whisper-small-clean_6-
|
29 |
|
30 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the lyhourt/clean_6 dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
-
- Loss: 0.
|
33 |
-
- Wer: 24.
|
34 |
|
35 |
## Model description
|
36 |
|
@@ -56,15 +56,17 @@ The following hyperparameters were used during training:
|
|
56 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
57 |
- lr_scheduler_type: linear
|
58 |
- lr_scheduler_warmup_steps: 50
|
59 |
-
- training_steps:
|
60 |
- mixed_precision_training: Native AMP
|
61 |
|
62 |
### Training results
|
63 |
|
64 |
-
| Training Loss | Epoch
|
65 |
-
|
66 |
-
| 0.1207 | 0.5
|
67 |
-
| 0.1827 | 1.0
|
|
|
|
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
8 |
metrics:
|
9 |
- wer
|
10 |
model-index:
|
11 |
+
- name: whisper-small-clean_6-v4
|
12 |
results:
|
13 |
- task:
|
14 |
name: Automatic Speech Recognition
|
|
|
19 |
metrics:
|
20 |
- name: Wer
|
21 |
type: wer
|
22 |
+
value: 24.30636512007461
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
26 |
should probably proofread and complete it, then remove this comment. -->
|
27 |
|
28 |
+
# whisper-small-clean_6-v4
|
29 |
|
30 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the lyhourt/clean_6 dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 0.2900
|
33 |
+
- Wer: 24.3064
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
56 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
57 |
- lr_scheduler_type: linear
|
58 |
- lr_scheduler_warmup_steps: 50
|
59 |
+
- training_steps: 800
|
60 |
- mixed_precision_training: Native AMP
|
61 |
|
62 |
### Training results
|
63 |
|
64 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
65 |
+
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
66 |
+
| 0.1207 | 0.5 | 200 | 0.3080 | 25.4138 |
|
67 |
+
| 0.1827 | 1.0 | 400 | 0.2953 | 24.7144 |
|
68 |
+
| 0.0907 | 1.1342 | 600 | 0.2921 | 24.3413 |
|
69 |
+
| 0.0904 | 1.5123 | 800 | 0.2900 | 24.3064 |
|
70 |
|
71 |
|
72 |
### Framework versions
|