End of training
Browse files
README.md
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
language:
|
3 |
- zh
|
4 |
license: apache-2.0
|
|
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
-
base_model: openai/whisper-tiny
|
8 |
datasets:
|
9 |
- mozilla-foundation/common_voice_16_1
|
10 |
model-index:
|
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Common Voice 16.1 dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Cer Ortho:
|
24 |
-
- Cer:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -40,29 +40,30 @@ More information needed
|
|
40 |
### Training hyperparameters
|
41 |
|
42 |
The following hyperparameters were used during training:
|
43 |
-
- learning_rate:
|
44 |
- train_batch_size: 32
|
45 |
- eval_batch_size: 32
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
-
- lr_scheduler_type:
|
49 |
- lr_scheduler_warmup_steps: 25
|
50 |
-
- training_steps:
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Cer Ortho | Cer |
|
56 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:-------:|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
|
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
2 |
language:
|
3 |
- zh
|
4 |
license: apache-2.0
|
5 |
+
base_model: openai/whisper-tiny
|
6 |
tags:
|
7 |
- generated_from_trainer
|
|
|
8 |
datasets:
|
9 |
- mozilla-foundation/common_voice_16_1
|
10 |
model-index:
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Common Voice 16.1 dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.6244
|
23 |
+
- Cer Ortho: 28.9724
|
24 |
+
- Cer: 24.2287
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
40 |
### Training hyperparameters
|
41 |
|
42 |
The following hyperparameters were used during training:
|
43 |
+
- learning_rate: 0.0001
|
44 |
- train_batch_size: 32
|
45 |
- eval_batch_size: 32
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
+
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_steps: 25
|
50 |
+
- training_steps: 6000
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Cer Ortho | Cer |
|
56 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:-------:|
|
57 |
+
| 0.783 | 0.4796 | 600 | 0.7962 | 54.2372 | 31.6835 |
|
58 |
+
| 0.6578 | 0.9592 | 1200 | 0.6968 | 32.3398 | 27.9872 |
|
59 |
+
| 0.5028 | 1.4388 | 1800 | 0.6624 | 40.8123 | 27.6832 |
|
60 |
+
| 0.4887 | 1.9185 | 2400 | 0.6265 | 31.8488 | 25.8712 |
|
61 |
+
| 0.3368 | 2.3981 | 3000 | 0.6200 | 31.5221 | 25.3234 |
|
62 |
+
| 0.3395 | 2.8777 | 3600 | 0.6106 | 38.9218 | 25.3534 |
|
63 |
+
| 0.2078 | 3.3573 | 4200 | 0.6184 | 28.7037 | 24.7440 |
|
64 |
+
| 0.1943 | 3.8369 | 4800 | 0.6139 | 32.2586 | 24.3287 |
|
65 |
+
| 0.1206 | 4.3165 | 5400 | 0.6272 | 30.4763 | 24.2656 |
|
66 |
+
| 0.102 | 4.7962 | 6000 | 0.6244 | 28.9724 | 24.2287 |
|
67 |
|
68 |
|
69 |
### Framework versions
|