Commit
·
f01910c
1
Parent(s):
39e054b
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model: openai/whisper-tiny
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
@@ -14,10 +13,10 @@ model-index:
|
|
14 |
name: Automatic Speech Recognition
|
15 |
type: automatic-speech-recognition
|
16 |
dataset:
|
17 |
-
name:
|
18 |
type: PolyAI/minds14
|
19 |
config: en-US
|
20 |
-
split: train
|
21 |
args: en-US
|
22 |
metrics:
|
23 |
- name: Wer
|
@@ -25,16 +24,18 @@ model-index:
|
|
25 |
value: 0.3604651162790697
|
26 |
---
|
27 |
|
|
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
29 |
should probably proofread and complete it, then remove this comment. -->
|
30 |
|
31 |
# whisper-tiny-english-us
|
32 |
|
33 |
-
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the
|
34 |
It achieves the following results on the evaluation set:
|
35 |
- Loss: 0.7152
|
36 |
-
- Wer Ortho: 0.
|
37 |
-
- Wer: 0.
|
|
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -48,6 +49,7 @@ More information needed
|
|
48 |
|
49 |
More information needed
|
50 |
|
|
|
51 |
## Training procedure
|
52 |
|
53 |
### Training hyperparameters
|
@@ -62,11 +64,12 @@ The following hyperparameters were used during training:
|
|
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 |
-
| 0.0007 | 17.86 | 500 | 0.7152 | 0.
|
70 |
|
71 |
|
72 |
### Framework versions
|
@@ -75,3 +78,7 @@ The following hyperparameters were used during training:
|
|
75 |
- Pytorch 2.0.1+cu118
|
76 |
- Datasets 2.14.4
|
77 |
- Tokenizers 0.13.3
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
|
|
13 |
name: Automatic Speech Recognition
|
14 |
type: automatic-speech-recognition
|
15 |
dataset:
|
16 |
+
name: minds14
|
17 |
type: PolyAI/minds14
|
18 |
config: en-US
|
19 |
+
split: train[450:]
|
20 |
args: en-US
|
21 |
metrics:
|
22 |
- name: Wer
|
|
|
24 |
value: 0.3604651162790697
|
25 |
---
|
26 |
|
27 |
+
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
29 |
should probably proofread and complete it, then remove this comment. -->
|
30 |
|
31 |
# whisper-tiny-english-us
|
32 |
|
33 |
+
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the minds14 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
- Loss: 0.7152
|
36 |
+
- Wer Ortho: 0.3607
|
37 |
+
- Wer: 0.3604
|
38 |
+
|
39 |
|
40 |
## Model description
|
41 |
|
|
|
49 |
|
50 |
More information needed
|
51 |
|
52 |
+
|
53 |
## Training procedure
|
54 |
|
55 |
### Training hyperparameters
|
|
|
64 |
- lr_scheduler_warmup_steps: 50
|
65 |
- training_steps: 500
|
66 |
|
67 |
+
|
68 |
### Training results
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
|
72 |
+
| 0.0007 | 17.86 | 500 | 0.7152 | 0.3607 | 0.3604 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
|
|
78 |
- Pytorch 2.0.1+cu118
|
79 |
- Datasets 2.14.4
|
80 |
- Tokenizers 0.13.3
|
81 |
+
|
82 |
+
|
83 |
+
|
84 |
+
|