update model card README.md
Browse files
README.md
CHANGED
@@ -3,26 +3,11 @@ license: apache-2.0
|
|
3 |
base_model: openai/whisper-tiny
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
datasets:
|
7 |
-
- mozilla-foundation/common_voice_9_0
|
8 |
metrics:
|
9 |
- wer
|
10 |
model-index:
|
11 |
- name: yt-special-batch8-tiny
|
12 |
-
results:
|
13 |
-
- task:
|
14 |
-
name: Automatic Speech Recognition
|
15 |
-
type: automatic-speech-recognition
|
16 |
-
dataset:
|
17 |
-
name: mozilla-foundation/common_voice_9_0 id
|
18 |
-
type: mozilla-foundation/common_voice_9_0
|
19 |
-
config: id
|
20 |
-
split: train
|
21 |
-
args: id
|
22 |
-
metrics:
|
23 |
-
- name: Wer
|
24 |
-
type: wer
|
25 |
-
value: 5.397983265393693
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -30,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
|
31 |
# yt-special-batch8-tiny
|
32 |
|
33 |
-
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss:
|
36 |
-
- Wer:
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -65,11 +50,11 @@ The following hyperparameters were used during training:
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
-
|
|
69 |
-
| 1.
|
70 |
-
| 1.
|
71 |
-
|
|
72 |
-
|
|
73 |
|
74 |
|
75 |
### Framework versions
|
|
|
3 |
base_model: openai/whisper-tiny
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
metrics:
|
7 |
- wer
|
8 |
model-index:
|
9 |
- name: yt-special-batch8-tiny
|
10 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
15 |
|
16 |
# yt-special-batch8-tiny
|
17 |
|
18 |
+
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.1651
|
21 |
+
- Wer: 76.3764
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| 1.4295 | 0.17 | 1000 | 1.4094 | 110.1550 |
|
54 |
+
| 1.3042 | 0.34 | 2000 | 1.2886 | 86.2914 |
|
55 |
+
| 1.2212 | 0.52 | 3000 | 1.2206 | 84.1191 |
|
56 |
+
| 1.1306 | 0.69 | 4000 | 1.1814 | 78.1532 |
|
57 |
+
| 1.1333 | 0.86 | 5000 | 1.1651 | 76.3764 |
|
58 |
|
59 |
|
60 |
### Framework versions
|