AshokKakunuri
commited on
Commit
•
5024fa2
1
Parent(s):
0cdb12c
End of training
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,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: 0.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -53,20 +53,29 @@ More information needed
|
|
53 |
### Training hyperparameters
|
54 |
|
55 |
The following hyperparameters were used during training:
|
56 |
-
- learning_rate:
|
57 |
-
- train_batch_size:
|
58 |
-
- eval_batch_size:
|
59 |
- seed: 42
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
-
- lr_scheduler_type:
|
62 |
-
- lr_scheduler_warmup_steps:
|
63 |
-
- training_steps:
|
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.35301353013530135
|
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.8440
|
36 |
+
- Wer Ortho: 34.6847
|
37 |
+
- Wer: 0.3530
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
53 |
### Training hyperparameters
|
54 |
|
55 |
The following hyperparameters were used during training:
|
56 |
+
- learning_rate: 5e-05
|
57 |
+
- train_batch_size: 32
|
58 |
+
- eval_batch_size: 32
|
59 |
- seed: 42
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
+
- lr_scheduler_type: linear
|
62 |
+
- lr_scheduler_warmup_steps: 50
|
63 |
+
- training_steps: 1000
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
|
69 |
+
| 0.0234 | 6.67 | 100 | 0.6639 | 34.2986 | 0.3383 |
|
70 |
+
| 0.003 | 13.33 | 200 | 0.7587 | 33.9768 | 0.3401 |
|
71 |
+
| 0.0005 | 20.0 | 300 | 0.7870 | 34.2342 | 0.3475 |
|
72 |
+
| 0.0003 | 26.67 | 400 | 0.8045 | 35.1351 | 0.3567 |
|
73 |
+
| 0.0002 | 33.33 | 500 | 0.8144 | 35.5856 | 0.3610 |
|
74 |
+
| 0.0001 | 40.0 | 600 | 0.8262 | 35.5212 | 0.3604 |
|
75 |
+
| 0.0001 | 46.67 | 700 | 0.8341 | 35.3282 | 0.3592 |
|
76 |
+
| 0.0001 | 53.33 | 800 | 0.8397 | 35.1995 | 0.3579 |
|
77 |
+
| 0.0001 | 60.0 | 900 | 0.8426 | 34.7490 | 0.3536 |
|
78 |
+
| 0.0001 | 66.67 | 1000 | 0.8440 | 34.6847 | 0.3530 |
|
79 |
|
80 |
|
81 |
### Framework versions
|