End of training
Browse files
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -52,16 +52,16 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.5364
|
21 |
+
- Accuracy: 0.9067
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
+
| 0.0374 | 1.0 | 505 | 0.4618 | 0.9014 |
|
56 |
+
| 0.0307 | 2.0 | 1010 | 0.4482 | 0.9022 |
|
57 |
+
| 0.0312 | 3.0 | 1515 | 0.4575 | 0.9039 |
|
58 |
+
| 0.022 | 4.0 | 2021 | 0.5217 | 0.9014 |
|
59 |
+
| 0.0227 | 5.0 | 2526 | 0.4511 | 0.9065 |
|
60 |
+
| 0.005 | 6.0 | 3031 | 0.5395 | 0.9053 |
|
61 |
+
| 0.0016 | 7.0 | 3536 | 0.5289 | 0.9045 |
|
62 |
+
| 0.001 | 8.0 | 4042 | 0.5771 | 0.9055 |
|
63 |
+
| 0.0002 | 9.0 | 4547 | 0.5407 | 0.9065 |
|
64 |
+
| 0.0001 | 10.0 | 5050 | 0.5364 | 0.9067 |
|
65 |
|
66 |
|
67 |
### Framework versions
|