adrianSauer
commited on
Commit
•
9f92763
1
Parent(s):
d527c99
End of training
Browse files
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-base](https://huggingface.co/openai/whisper-base) on the Common Voice 16 dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Cer:
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -39,25 +39,26 @@ More information needed
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
-
- learning_rate:
|
43 |
- train_batch_size: 16
|
44 |
- eval_batch_size: 16
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: constant_with_warmup
|
48 |
-
- lr_scheduler_warmup_steps:
|
49 |
-
- training_steps:
|
50 |
- mixed_precision_training: Native AMP
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
55 |
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Common Voice 16 dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.4508
|
23 |
+
- Cer: 12.2672
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 5e-05
|
43 |
- train_batch_size: 16
|
44 |
- eval_batch_size: 16
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: constant_with_warmup
|
48 |
+
- lr_scheduler_warmup_steps: 3000
|
49 |
+
- training_steps: 3000
|
50 |
- mixed_precision_training: Native AMP
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
55 |
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
56 |
+
| 2.3843 | 0.4955 | 500 | 0.7760 | 20.1410 |
|
57 |
+
| 0.832 | 0.9911 | 1000 | 0.5657 | 16.6787 |
|
58 |
+
| 0.4694 | 1.4866 | 1500 | 0.5170 | 14.5543 |
|
59 |
+
| 0.3654 | 1.9822 | 2000 | 0.4646 | 12.7373 |
|
60 |
+
| 0.2036 | 2.4777 | 2500 | 0.4744 | 12.9181 |
|
61 |
+
| 0.1912 | 2.9732 | 3000 | 0.4508 | 12.2672 |
|
62 |
|
63 |
|
64 |
### Framework versions
|