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