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-tiny](https://huggingface.co/openai/whisper-tiny) on the HAT ASR Aligned dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Cer:
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -39,40 +39,30 @@ More information needed
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
-
- learning_rate:
|
43 |
- train_batch_size: 64
|
44 |
- eval_batch_size: 32
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- lr_scheduler_warmup_steps:
|
49 |
-
- training_steps:
|
50 |
- mixed_precision_training: Native AMP
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
-
| Training Loss | Epoch
|
55 |
-
|
56 |
-
|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.0082 | 10.9775 | 5368 | 0.1987 | 12.5864 |
|
67 |
-
| 0.006 | 11.9755 | 5856 | 0.1985 | 13.6336 |
|
68 |
-
| 0.0046 | 12.9734 | 6344 | 0.1971 | 13.0037 |
|
69 |
-
| 0.0035 | 13.9714 | 6832 | 0.1945 | 12.7390 |
|
70 |
-
| 0.0034 | 14.9693 | 7320 | 0.1966 | 12.7135 |
|
71 |
-
| 0.0026 | 15.9673 | 7808 | 0.1954 | 12.6477 |
|
72 |
-
| 0.0022 | 16.9652 | 8296 | 0.1958 | 12.5922 |
|
73 |
-
| 0.0021 | 17.9632 | 8784 | 0.1957 | 11.5970 |
|
74 |
-
| 0.0019 | 18.9611 | 9272 | 0.1959 | 12.0061 |
|
75 |
-
| 0.0018 | 19.9591 | 9760 | 0.1959 | 12.2188 |
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the HAT ASR Aligned dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.1402
|
23 |
+
- Cer: 8.5108
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 0.0001
|
43 |
- train_batch_size: 64
|
44 |
- eval_batch_size: 32
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- lr_scheduler_warmup_steps: 488
|
49 |
+
- training_steps: 4880
|
50 |
- mixed_precision_training: Native AMP
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
55 |
+
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
56 |
+
| 0.2096 | 0.9980 | 488 | 0.3010 | 27.0939 |
|
57 |
+
| 0.1035 | 1.9959 | 976 | 0.2198 | 18.4063 |
|
58 |
+
| 0.0491 | 2.9939 | 1464 | 0.1966 | 12.8661 |
|
59 |
+
| 0.0261 | 3.9918 | 1952 | 0.1766 | 14.3364 |
|
60 |
+
| 0.0117 | 4.9898 | 2440 | 0.1576 | 10.6133 |
|
61 |
+
| 0.0045 | 5.9877 | 2928 | 0.1425 | 11.8732 |
|
62 |
+
| 0.0014 | 6.9857 | 3416 | 0.1471 | 9.7591 |
|
63 |
+
| 0.0006 | 7.9836 | 3904 | 0.1413 | 8.8356 |
|
64 |
+
| 0.0005 | 8.9816 | 4392 | 0.1413 | 8.6079 |
|
65 |
+
| 0.0003 | 9.9796 | 4880 | 0.1402 | 8.5108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
|
68 |
### Framework versions
|