parambharat
commited on
Commit
·
35c256d
1
Parent(s):
95d571c
update model card README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,26 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
model-index:
|
6 |
-
- name:
|
7 |
results: []
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
should probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
-
#
|
14 |
|
15 |
-
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -41,6 +49,22 @@ The following hyperparameters were used during training:
|
|
41 |
- training_steps: 5000
|
42 |
- mixed_precision_training: Native AMP
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
### Framework versions
|
45 |
|
46 |
- Transformers 4.26.0.dev0
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- kn
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
+
- whisper-event
|
7 |
- generated_from_trainer
|
8 |
+
metrics:
|
9 |
+
- wer
|
10 |
model-index:
|
11 |
+
- name: Whisper Small Kn - Bharat Ramanathan
|
12 |
results: []
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
+
# Whisper Small Kn - Bharat Ramanathan
|
19 |
|
20 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.1398
|
23 |
+
- Wer: 23.8167
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
49 |
- training_steps: 5000
|
50 |
- mixed_precision_training: Native AMP
|
51 |
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
+
| 0.4126 | 0.1 | 500 | 2.2797 | 127.2639 |
|
57 |
+
| 0.2099 | 0.1 | 1000 | 0.1774 | 28.2494 |
|
58 |
+
| 0.1736 | 0.2 | 1500 | 0.1565 | 27.5733 |
|
59 |
+
| 0.1506 | 0.3 | 2000 | 0.1514 | 26.0331 |
|
60 |
+
| 0.1373 | 0.4 | 2500 | 0.1494 | 24.4177 |
|
61 |
+
| 0.1298 | 0.5 | 3000 | 0.1456 | 25.0563 |
|
62 |
+
| 0.1198 | 1.06 | 3500 | 0.1436 | 24.4177 |
|
63 |
+
| 0.1102 | 0.1 | 4000 | 0.1452 | 24.2675 |
|
64 |
+
| 0.1097 | 0.2 | 4500 | 0.1402 | 24.3050 |
|
65 |
+
| 0.105 | 0.3 | 5000 | 0.1398 | 23.8167 |
|
66 |
+
|
67 |
+
|
68 |
### Framework versions
|
69 |
|
70 |
- Transformers 4.26.0.dev0
|