update model card README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the SBB Dataset 05.01.2023 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Wer: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -66,12 +66,12 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
69 |
-
| 1.3449 | 0.36 | 100 | 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
+
value: 0.023462270133164237
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the SBB Dataset 05.01.2023 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.0277
|
36 |
+
- Wer: 0.0235
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
69 |
+
| 1.3449 | 0.36 | 100 | 0.2158 | 0.0387 |
|
70 |
+
| 0.0647 | 0.71 | 200 | 0.0266 | 0.0197 |
|
71 |
+
| 0.0308 | 1.07 | 300 | 0.0315 | 0.0216 |
|
72 |
+
| 0.0188 | 1.42 | 400 | 0.0286 | 0.0197 |
|
73 |
+
| 0.0136 | 1.78 | 500 | 0.0298 | 0.0209 |
|
74 |
+
| 0.0089 | 2.14 | 600 | 0.0277 | 0.0235 |
|
75 |
|
76 |
|
77 |
### Framework versions
|