End of training
Browse files
README.md
CHANGED
@@ -20,12 +20,12 @@ model-index:
|
|
20 |
name: Minds 14
|
21 |
type: PolyAI/minds14
|
22 |
config: en-US
|
23 |
-
split: train
|
24 |
args: en-US
|
25 |
metrics:
|
26 |
- name: Wer
|
27 |
type: wer
|
28 |
-
value:
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -35,9 +35,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
35 |
|
36 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Minds 14 dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
-
- Loss: 0.
|
39 |
-
- Wer Ortho:
|
40 |
-
- Wer:
|
41 |
|
42 |
## Model description
|
43 |
|
@@ -68,9 +68,9 @@ The following hyperparameters were used during training:
|
|
68 |
|
69 |
### Training results
|
70 |
|
71 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer
|
72 |
-
|
73 |
-
| 0.
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
20 |
name: Minds 14
|
21 |
type: PolyAI/minds14
|
22 |
config: en-US
|
23 |
+
split: train[450:]
|
24 |
args: en-US
|
25 |
metrics:
|
26 |
- name: Wer
|
27 |
type: wer
|
28 |
+
value: 32.93978748524203
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
35 |
|
36 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Minds 14 dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
+
- Loss: 0.6469
|
39 |
+
- Wer Ortho: 33.0660
|
40 |
+
- Wer: 32.9398
|
41 |
|
42 |
## Model description
|
43 |
|
|
|
68 |
|
69 |
### Training results
|
70 |
|
71 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
72 |
+
|:-------------:|:-------:|:----:|:---------------:|:---------:|:-------:|
|
73 |
+
| 0.0013 | 17.2414 | 500 | 0.6469 | 33.0660 | 32.9398 |
|
74 |
|
75 |
|
76 |
### Framework versions
|