End of training
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ tags:
|
|
7 |
- hf-asr-leaderboard
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
-
-
|
11 |
model-index:
|
12 |
- name: ft_model
|
13 |
results: []
|
@@ -20,8 +20,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the common_voice dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Cer:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -47,17 +47,15 @@ The following hyperparameters were used during training:
|
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_steps: 500
|
50 |
-
- training_steps:
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.5075 | 0.73 | 3000 | 0.6371 | 20.6798 |
|
60 |
-
| 0.437 | 0.97 | 4000 | 0.6208 | 20.8328 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
7 |
- hf-asr-leaderboard
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
+
- common_voice_16_1
|
11 |
model-index:
|
12 |
- name: ft_model
|
13 |
results: []
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the common_voice dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.5946
|
24 |
+
- Cer: 16.1162
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_steps: 500
|
50 |
+
- training_steps: 2000
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
57 |
+
| 0.7715 | 0.05 | 1000 | 0.6407 | 19.5562 |
|
58 |
+
| 0.4602 | 0.1 | 2000 | 0.5946 | 16.1162 |
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|