Bhanu9Prakash
commited on
Commit
•
559b80b
1
Parent(s):
e827ac0
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:
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,9 +32,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Wer Ortho:
|
37 |
-
- Wer:
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -64,9 +64,13 @@ The following hyperparameters were used during training:
|
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer
|
68 |
-
|
69 |
-
| 0.
|
|
|
|
|
|
|
|
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
+
value: 0.24361948955916474
|
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-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.5973
|
36 |
+
- Wer Ortho: 0.2520
|
37 |
+
- Wer: 0.2436
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
68 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
|
69 |
+
| 0.292 | 3.57 | 100 | 0.4495 | 0.2665 | 0.2512 |
|
70 |
+
| 0.0387 | 7.14 | 200 | 0.4957 | 0.2732 | 0.2604 |
|
71 |
+
| 0.0053 | 10.71 | 300 | 0.5469 | 0.2538 | 0.2448 |
|
72 |
+
| 0.0013 | 14.29 | 400 | 0.5758 | 0.2580 | 0.2506 |
|
73 |
+
| 0.0008 | 17.86 | 500 | 0.5973 | 0.2520 | 0.2436 |
|
74 |
|
75 |
|
76 |
### Framework versions
|