Commit
·
8ac98bc
1
Parent(s):
77b2dc7
update model card README.md
Browse files
README.md
CHANGED
@@ -5,9 +5,24 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- PolyAI/minds14
|
|
|
|
|
8 |
model-index:
|
9 |
- name: whisper-tiny-en-us
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -17,14 +32,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
-
|
21 |
-
-
|
22 |
-
-
|
23 |
-
- eval_runtime: 23.555
|
24 |
-
- eval_samples_per_second: 4.797
|
25 |
-
- eval_steps_per_second: 0.34
|
26 |
-
- epoch: 35.71
|
27 |
-
- step: 1000
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -50,7 +60,23 @@ The following hyperparameters were used during training:
|
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: constant_with_warmup
|
52 |
- lr_scheduler_warmup_steps: 50
|
53 |
-
- training_steps:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
### Framework versions
|
56 |
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- PolyAI/minds14
|
8 |
+
metrics:
|
9 |
+
- wer
|
10 |
model-index:
|
11 |
- name: whisper-tiny-en-us
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Automatic Speech Recognition
|
15 |
+
type: automatic-speech-recognition
|
16 |
+
dataset:
|
17 |
+
name: PolyAI/minds14
|
18 |
+
type: PolyAI/minds14
|
19 |
+
config: en-US
|
20 |
+
split: train
|
21 |
+
args: en-US
|
22 |
+
metrics:
|
23 |
+
- name: Wer
|
24 |
+
type: wer
|
25 |
+
value: 0.35360094451003543
|
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.7154
|
36 |
+
- Wer Ortho: 0.3627
|
37 |
+
- Wer: 0.3536
|
|
|
|
|
|
|
|
|
|
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: constant_with_warmup
|
62 |
- lr_scheduler_warmup_steps: 50
|
63 |
+
- training_steps: 500
|
64 |
+
|
65 |
+
### Training results
|
66 |
+
|
67 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
68 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
|
69 |
+
| 2.1622 | 1.79 | 50 | 0.9646 | 0.4510 | 0.3908 |
|
70 |
+
| 0.3628 | 3.57 | 100 | 0.5673 | 0.3812 | 0.3501 |
|
71 |
+
| 0.131 | 5.36 | 150 | 0.5827 | 0.3714 | 0.3436 |
|
72 |
+
| 0.0488 | 7.14 | 200 | 0.6058 | 0.3689 | 0.3383 |
|
73 |
+
| 0.0144 | 8.93 | 250 | 0.6444 | 0.3671 | 0.3430 |
|
74 |
+
| 0.0044 | 10.71 | 300 | 0.6652 | 0.3418 | 0.3282 |
|
75 |
+
| 0.0021 | 12.5 | 350 | 0.6827 | 0.3405 | 0.3306 |
|
76 |
+
| 0.0013 | 14.29 | 400 | 0.6956 | 0.3448 | 0.3341 |
|
77 |
+
| 0.0011 | 16.07 | 450 | 0.7061 | 0.3640 | 0.3542 |
|
78 |
+
| 0.0008 | 17.86 | 500 | 0.7154 | 0.3627 | 0.3536 |
|
79 |
+
|
80 |
|
81 |
### Framework versions
|
82 |
|