DewiBrynJones
commited on
Commit
•
c5bb596
1
Parent(s):
e12e680
Model save
Browse files
README.md
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
base_model: openai/whisper-tiny
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -15,10 +13,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# whisper-tiny-ft-cy
|
17 |
|
18 |
-
This model
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Wer:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -52,10 +50,10 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
metrics:
|
|
|
13 |
|
14 |
# whisper-tiny-ft-cy
|
15 |
|
16 |
+
This model was trained from scratch on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.7176
|
19 |
+
- Wer: 53.1135
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
53 |
+
| 0.8115 | 1.41 | 1000 | 0.8426 | 60.0795 |
|
54 |
+
| 0.6396 | 2.83 | 2000 | 0.7508 | 54.4259 |
|
55 |
+
| 0.5259 | 4.24 | 3000 | 0.7255 | 53.1328 |
|
56 |
+
| 0.4854 | 5.66 | 4000 | 0.7176 | 53.1135 |
|
57 |
|
58 |
|
59 |
### Framework versions
|