Model save
Browse files
README.md
CHANGED
@@ -1,22 +1,24 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
-
|
4 |
-
base_model: openai/whisper-small-2000
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
-
|
8 |
-
-
|
9 |
model-index:
|
10 |
-
- name:
|
11 |
results: []
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
-
#
|
18 |
|
19 |
-
This model is a fine-tuned version of [openai/whisper-
|
|
|
|
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -47,6 +49,16 @@ The following hyperparameters were used during training:
|
|
47 |
- training_steps: 2000
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
### Framework versions
|
51 |
|
52 |
- Transformers 4.40.2
|
|
|
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-2000
|
10 |
results: []
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
+
# whisper-tiny-2000
|
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: 0.1612
|
21 |
+
- Wer: 10.5366
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
- training_steps: 2000
|
50 |
- mixed_precision_training: Native AMP
|
51 |
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
55 |
+
|:-------------:|:-------:|:----:|:---------------:|:-------:|
|
56 |
+
| 0.191 | 3.0257 | 500 | 0.2308 | 14.0727 |
|
57 |
+
| 0.0375 | 6.0514 | 1000 | 0.1570 | 10.9975 |
|
58 |
+
| 0.0045 | 9.0772 | 1500 | 0.1594 | 10.7598 |
|
59 |
+
| 0.0029 | 12.1029 | 2000 | 0.1612 | 10.5366 |
|
60 |
+
|
61 |
+
|
62 |
### Framework versions
|
63 |
|
64 |
- Transformers 4.40.2
|