Model save
Browse files
README.md
CHANGED
@@ -1,43 +1,21 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
language:
|
4 |
-
- hi
|
5 |
license: apache-2.0
|
6 |
base_model: openai/whisper-small
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
-
datasets:
|
10 |
-
- mozilla-foundation/common_voice_11_0
|
11 |
-
metrics:
|
12 |
-
- wer
|
13 |
model-index:
|
14 |
-
- name:
|
15 |
-
results:
|
16 |
-
- task:
|
17 |
-
name: Automatic Speech Recognition
|
18 |
-
type: automatic-speech-recognition
|
19 |
-
dataset:
|
20 |
-
name: Common Voice 11.0
|
21 |
-
type: mozilla-foundation/common_voice_11_0
|
22 |
-
config: hi
|
23 |
-
split: None
|
24 |
-
args: 'config: hi, split: test'
|
25 |
-
metrics:
|
26 |
-
- name: Wer
|
27 |
-
type: wer
|
28 |
-
value: 32.28646406501312
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
32 |
should probably proofread and complete it, then remove this comment. -->
|
33 |
|
34 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/kokoorg/whisper-small-ft-001/runs/
|
35 |
-
#
|
36 |
|
37 |
-
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on
|
38 |
-
It achieves the following results on the evaluation set:
|
39 |
-
- Loss: 0.4705
|
40 |
-
- Wer: 32.2865
|
41 |
|
42 |
## Model description
|
43 |
|
@@ -66,17 +44,6 @@ The following hyperparameters were used during training:
|
|
66 |
- training_steps: 5000
|
67 |
- mixed_precision_training: Native AMP
|
68 |
|
69 |
-
### Training results
|
70 |
-
|
71 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
72 |
-
|:-------------:|:-------:|:----:|:---------------:|:-------:|
|
73 |
-
| 0.0921 | 2.4450 | 1000 | 0.2981 | 35.0419 |
|
74 |
-
| 0.0229 | 4.8900 | 2000 | 0.3521 | 33.6832 |
|
75 |
-
| 0.0016 | 7.3350 | 3000 | 0.4209 | 32.6970 |
|
76 |
-
| 0.0006 | 9.7800 | 4000 | 0.4582 | 32.3584 |
|
77 |
-
| 0.0002 | 12.2249 | 5000 | 0.4705 | 32.2865 |
|
78 |
-
|
79 |
-
|
80 |
### Framework versions
|
81 |
|
82 |
- Transformers 4.44.2
|
|
|
1 |
---
|
2 |
library_name: transformers
|
|
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: openai/whisper-small
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
+
- name: whisper-small-ft-001
|
9 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
should probably proofread and complete it, then remove this comment. -->
|
14 |
|
15 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/kokoorg/whisper-small-ft-001/runs/we7mrlp5)
|
16 |
+
# whisper-small-ft-001
|
17 |
|
18 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on an unknown dataset.
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
44 |
- training_steps: 5000
|
45 |
- mixed_precision_training: Native AMP
|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
### Framework versions
|
48 |
|
49 |
- Transformers 4.44.2
|