Update README.md
Browse files
README.md
CHANGED
@@ -1,67 +1,70 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
base_model: openai/whisper-tiny
|
4 |
-
tags:
|
5 |
-
- generated_from_trainer
|
6 |
-
metrics:
|
7 |
-
- wer
|
8 |
-
model-index:
|
9 |
-
- name: whisper-tiny-en
|
10 |
-
results: []
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
-
|
45 |
-
-
|
46 |
-
-
|
47 |
-
-
|
48 |
-
-
|
49 |
-
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
|
57 |
-
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
-
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: openai/whisper-tiny
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- wer
|
8 |
+
model-index:
|
9 |
+
- name: whisper-tiny-en
|
10 |
+
results: []
|
11 |
+
datasets:
|
12 |
+
- PolyAI/minds14
|
13 |
+
pipeline_tag: automatic-speech-recognition
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# whisper-tiny-en
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the None dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.5603
|
24 |
+
- Wer Ortho: 0.2844
|
25 |
+
- Wer: 0.2910
|
26 |
+
|
27 |
+
## Model description
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Intended uses & limitations
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training and evaluation data
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training procedure
|
40 |
+
|
41 |
+
### Training hyperparameters
|
42 |
+
|
43 |
+
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 1e-05
|
45 |
+
- train_batch_size: 1
|
46 |
+
- eval_batch_size: 1
|
47 |
+
- seed: 42
|
48 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
+
- lr_scheduler_type: constant_with_warmup
|
50 |
+
- lr_scheduler_warmup_steps: 50
|
51 |
+
- training_steps: 2225
|
52 |
+
- mixed_precision_training: Native AMP
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
|
58 |
+
| 0.5396 | 1.0 | 445 | 0.4247 | 0.3387 | 0.3394 |
|
59 |
+
| 0.2289 | 2.0 | 890 | 0.4628 | 0.2961 | 0.3017 |
|
60 |
+
| 0.1448 | 3.0 | 1335 | 0.4680 | 0.2819 | 0.2869 |
|
61 |
+
| 0.0405 | 4.0 | 1780 | 0.5402 | 0.3029 | 0.3052 |
|
62 |
+
| 0.0092 | 5.0 | 2225 | 0.5603 | 0.2844 | 0.2910 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- Transformers 4.44.0
|
68 |
+
- Pytorch 2.1.1+cu118
|
69 |
+
- Datasets 2.20.0
|
70 |
+
- Tokenizers 0.19.1
|