Training finished
Browse files
README.md
CHANGED
@@ -20,9 +20,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the quran-ayat-speech-to-text dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Wer: 0.
|
25 |
-
- Cer: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -50,18 +50,28 @@ The following hyperparameters were used during training:
|
|
50 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
51 |
- lr_scheduler_type: linear
|
52 |
- lr_scheduler_warmup_steps: 500
|
53 |
-
- num_epochs:
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
-
| Training Loss | Epoch
|
59 |
-
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the quran-ayat-speech-to-text dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.0100
|
24 |
+
- Wer: 0.1520
|
25 |
+
- Cer: 0.0580
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
50 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
51 |
- lr_scheduler_type: linear
|
52 |
- lr_scheduler_warmup_steps: 500
|
53 |
+
- num_epochs: 15
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
59 |
+
|:-------------:|:-------:|:----:|:---------------:|:------:|:------:|
|
60 |
+
| 0.0083 | 1.0 | 313 | 0.0106 | 0.1573 | 0.0532 |
|
61 |
+
| 0.0075 | 2.0 | 626 | 0.0103 | 0.1544 | 0.0535 |
|
62 |
+
| 0.0076 | 3.0 | 939 | 0.0097 | 0.1605 | 0.0581 |
|
63 |
+
| 0.0059 | 4.0 | 1252 | 0.0095 | 0.1582 | 0.0562 |
|
64 |
+
| 0.0056 | 5.0 | 1565 | 0.0094 | 0.1533 | 0.0623 |
|
65 |
+
| 0.0064 | 6.0 | 1878 | 0.0094 | 0.1736 | 0.0610 |
|
66 |
+
| 0.0052 | 7.0 | 2191 | 0.0094 | 0.1560 | 0.0560 |
|
67 |
+
| 0.0046 | 8.0 | 2504 | 0.0093 | 0.1674 | 0.0567 |
|
68 |
+
| 0.0036 | 9.0 | 2817 | 0.0096 | 0.1437 | 0.0482 |
|
69 |
+
| 0.0036 | 10.0 | 3130 | 0.0095 | 0.1522 | 0.0518 |
|
70 |
+
| 0.0032 | 11.0 | 3443 | 0.0095 | 0.1508 | 0.0520 |
|
71 |
+
| 0.0023 | 12.0 | 3756 | 0.0096 | 0.1466 | 0.0487 |
|
72 |
+
| 0.0028 | 13.0 | 4069 | 0.0096 | 0.1426 | 0.0461 |
|
73 |
+
| 0.0028 | 14.0 | 4382 | 0.0100 | 0.1508 | 0.0582 |
|
74 |
+
| 0.0023 | 14.9536 | 4680 | 0.0097 | 0.1403 | 0.0455 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
runs/Jan27_16-03-29_0cbc9558e611/events.out.tfevents.1738025995.0cbc9558e611.18.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80b2005bab4c6a7939e6813677c16753e17581580f332e38b2b9e07c6e06d7ad
|
3 |
+
size 453
|