Model save
Browse files
README.md
CHANGED
@@ -15,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# whisper-large-v2-ca-10awr
|
17 |
|
18 |
-
This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss:
|
21 |
-
- Wer: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
55 |
|:-------------:|:-------:|:----:|:---------------:|:------:|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
15 |
|
16 |
# whisper-large-v2-ca-10awr
|
17 |
|
18 |
+
This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.9218
|
21 |
+
- Wer: 0.3557
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
55 |
|:-------------:|:-------:|:----:|:---------------:|:------:|
|
56 |
+
| 0.18 | 3.1201 | 1000 | 0.5585 | 0.3771 |
|
57 |
+
| 0.0328 | 6.2402 | 2000 | 0.6915 | 0.3700 |
|
58 |
+
| 0.0086 | 9.3604 | 3000 | 0.8111 | 0.3621 |
|
59 |
+
| 0.0017 | 12.4805 | 4000 | 0.8715 | 0.3603 |
|
60 |
+
| 0.0008 | 15.6006 | 5000 | 0.9218 | 0.3557 |
|
61 |
|
62 |
|
63 |
### Framework versions
|