End of training
Browse files
README.md
CHANGED
@@ -11,19 +11,19 @@ datasets:
|
|
11 |
metrics:
|
12 |
- wer
|
13 |
model-index:
|
14 |
-
- name: Whisper Tiny En - FreeSound based captions
|
15 |
results: []
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
19 |
should probably proofread and complete it, then remove this comment. -->
|
20 |
|
21 |
-
# Whisper Tiny En - FreeSound based captions
|
22 |
|
23 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the FreeSound Audio dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
-
- Loss:
|
26 |
-
- Wer:
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -48,18 +48,21 @@ The following hyperparameters were used during training:
|
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
-
- lr_scheduler_warmup_steps:
|
52 |
-
- training_steps:
|
53 |
- mixed_precision_training: Native AMP
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
-
| Training Loss | Epoch
|
58 |
-
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
|
|
|
|
|
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
11 |
metrics:
|
12 |
- wer
|
13 |
model-index:
|
14 |
+
- name: Whisper Tiny En - FreeSound based captions
|
15 |
results: []
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
19 |
should probably proofread and complete it, then remove this comment. -->
|
20 |
|
21 |
+
# Whisper Tiny En - FreeSound based captions
|
22 |
|
23 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the FreeSound Audio dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
+
- Loss: 5.5085
|
26 |
+
- Wer: 91.7867
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
+
- lr_scheduler_warmup_steps: 500
|
52 |
+
- training_steps: 7000
|
53 |
- mixed_precision_training: Native AMP
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
58 |
+
|:-------------:|:--------:|:----:|:---------------:|:-------:|
|
59 |
+
| 0.8757 | 24.3902 | 1000 | 4.1235 | 97.8963 |
|
60 |
+
| 0.0518 | 48.7805 | 2000 | 4.8741 | 94.9280 |
|
61 |
+
| 0.0234 | 73.1707 | 3000 | 5.1544 | 93.1124 |
|
62 |
+
| 0.0148 | 97.5610 | 4000 | 5.3503 | 93.4294 |
|
63 |
+
| 0.0141 | 121.9512 | 5000 | 5.4099 | 92.3631 |
|
64 |
+
| 0.0112 | 146.3415 | 6000 | 5.4837 | 92.4496 |
|
65 |
+
| 0.0104 | 170.7317 | 7000 | 5.5085 | 91.7867 |
|
66 |
|
67 |
|
68 |
### Framework versions
|