End of training
Browse files
README.md
CHANGED
@@ -20,8 +20,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 16.1 and the Common Voice 15.0 datasets.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Cer:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -47,13 +47,18 @@ The following hyperparameters were used during training:
|
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_steps: 100
|
50 |
-
- num_epochs:
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
56 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 16.1 and the Common Voice 15.0 datasets.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.3736
|
24 |
+
- Cer: 29.5906
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_steps: 100
|
50 |
+
- num_epochs: 2
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
56 |
+
| 0.2295 | 1.13 | 3500 | 0.4268 | 32.4577 |
|
57 |
+
| 0.179 | 1.29 | 4000 | 0.4088 | 32.1109 |
|
58 |
+
| 0.161 | 1.45 | 4500 | 0.3923 | 30.9241 |
|
59 |
+
| 0.1607 | 1.61 | 5000 | 0.3840 | 30.1640 |
|
60 |
+
| 0.1336 | 1.77 | 5500 | 0.3783 | 29.7573 |
|
61 |
+
| 0.1258 | 1.93 | 6000 | 0.3736 | 29.5906 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
runs/Mar15_16-35-54_bf7e71710b7f/events.out.tfevents.1710520580.bf7e71710b7f.26.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7272a925e48b7b0dfd7cd349c47ee2c053d5881c226cdd30201fb38380be4c0c
|
3 |
+
size 34686
|