End of training
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ 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 11.0 dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -48,16 +48,18 @@ The following hyperparameters were used during training:
|
|
48 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
49 |
- lr_scheduler_type: linear
|
50 |
- lr_scheduler_warmup_steps: 50
|
51 |
-
- num_epochs:
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
|
|
|
|
61 |
|
62 |
|
63 |
### 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 11.0 dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.2334
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
48 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
49 |
- lr_scheduler_type: linear
|
50 |
- lr_scheduler_warmup_steps: 50
|
51 |
+
- num_epochs: 5
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|
|
58 |
+
| 0.244 | 1.0 | 491 | 0.2828 |
|
59 |
+
| 0.1788 | 2.0 | 982 | 0.2497 |
|
60 |
+
| 0.1169 | 3.0 | 1473 | 0.2181 |
|
61 |
+
| 0.054 | 4.0 | 1964 | 0.2178 |
|
62 |
+
| 0.0216 | 5.0 | 2455 | 0.2334 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 62969640
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:631d28fe7139e48d48e40418e78f2712eaa405df76d197e4225de908ffbd8cbf
|
3 |
size 62969640
|
runs/Nov18_07-15-32_ce79511cc19d/events.out.tfevents.1731914137.ce79511cc19d.24.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:997d600ee6cec2f70f92c86c72763c09ff39cce9904e1adedfd3c16dc3d3cfe2
|
3 |
+
size 28720
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54771f0a43847bdf4ab2c1cf676f564019860272bd2b6045541781fdebc97d1a
|
3 |
size 5496
|