End of training
Browse files- README.md +23 -8
- model.safetensors +1 -1
README.md
CHANGED
@@ -19,8 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the pphuc25/EngMed dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss:
|
23 |
-
- Wer:
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -46,17 +46,32 @@ The following hyperparameters were used during training:
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_steps: 100
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
|:-------------:|:-----:|:-----:|:---------------:|:-------:|
|
55 |
-
| 1.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the pphuc25/EngMed dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 3.0716
|
23 |
+
- Wer: 52.2789
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_steps: 100
|
49 |
+
- num_epochs: 20
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
|:-------------:|:-----:|:-----:|:---------------:|:-------:|
|
55 |
+
| 1.1558 | 1.0 | 2506 | 1.7618 | 61.5410 |
|
56 |
+
| 0.7056 | 2.0 | 5012 | 1.8179 | 51.1240 |
|
57 |
+
| 0.4179 | 3.0 | 7518 | 2.0105 | 51.7298 |
|
58 |
+
| 0.2239 | 4.0 | 10024 | 2.2419 | 55.2747 |
|
59 |
+
| 0.1215 | 5.0 | 12530 | 2.4194 | 52.5344 |
|
60 |
+
| 0.1093 | 6.0 | 15036 | 2.5205 | 52.8089 |
|
61 |
+
| 0.0801 | 7.0 | 17542 | 2.6161 | 55.1091 |
|
62 |
+
| 0.0546 | 8.0 | 20048 | 2.6225 | 54.4370 |
|
63 |
+
| 0.0434 | 9.0 | 22554 | 2.7782 | 53.2207 |
|
64 |
+
| 0.0259 | 10.0 | 25060 | 2.8240 | 54.5459 |
|
65 |
+
| 0.0261 | 11.0 | 27566 | 2.8877 | 53.2349 |
|
66 |
+
| 0.0082 | 12.0 | 30072 | 2.9535 | 51.8056 |
|
67 |
+
| 0.0086 | 13.0 | 32578 | 2.9738 | 53.7886 |
|
68 |
+
| 0.0206 | 14.0 | 35084 | 2.9812 | 52.5818 |
|
69 |
+
| 0.0036 | 15.0 | 37590 | 2.9906 | 53.1213 |
|
70 |
+
| 0.0028 | 16.0 | 40096 | 2.9971 | 52.7616 |
|
71 |
+
| 0.0048 | 17.0 | 42602 | 3.0191 | 52.6811 |
|
72 |
+
| 0.0048 | 18.0 | 45108 | 3.0563 | 51.2660 |
|
73 |
+
| 0.0029 | 19.0 | 47614 | 3.0625 | 51.9381 |
|
74 |
+
| 0.001 | 20.0 | 50120 | 3.0716 | 52.2789 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 966995080
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6180515aba832567319cbf5c92e338d6c237525732bcd9494f7a5f6ab4547d5
|
3 |
size 966995080
|