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 16.1 dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -48,23 +48,21 @@ The following hyperparameters were used during training:
|
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
- lr_scheduler_warmup_ratio: 0.1
|
51 |
-
- num_epochs:
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
-
| Training Loss | Epoch
|
57 |
-
|
58 |
-
| 1.
|
59 |
-
| 0.
|
60 |
-
| 0.7326 | 3.0 | 7495 | 0.8333 |
|
61 |
-
| 0.6033 | 3.9994 | 9992 | 0.8206 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
65 |
|
66 |
- PEFT 0.10.0
|
67 |
-
- Transformers 4.40.
|
68 |
- Pytorch 2.3.0+cu121
|
69 |
-
- Datasets 2.19.
|
70 |
- Tokenizers 0.19.1
|
|
|
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 dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.9520
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
- lr_scheduler_warmup_ratio: 0.1
|
51 |
+
- num_epochs: 2
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
58 |
+
| 1.0115 | 1.0 | 2500 | 1.0421 |
|
59 |
+
| 0.8407 | 2.0 | 5000 | 0.9520 |
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
63 |
|
64 |
- PEFT 0.10.0
|
65 |
+
- Transformers 4.40.2
|
66 |
- Pytorch 2.3.0+cu121
|
67 |
+
- Datasets 2.19.1
|
68 |
- Tokenizers 0.19.1
|
runs/May09_20-57-33_2273a0b140ef/events.out.tfevents.1715288254.2273a0b140ef.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:b47ef9997561f9d97de39cd99066eb41768a0f79c09cacf8213ce35f90fb8af9
|
3 |
+
size 48628
|