parambharat
commited on
Commit
·
973cfdb
1
Parent(s):
acd6019
update model card README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,26 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
tags:
|
|
|
3 |
- generated_from_trainer
|
|
|
|
|
4 |
model-index:
|
5 |
-
- name:
|
6 |
results: []
|
7 |
---
|
8 |
|
9 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
10 |
should probably proofread and complete it, then remove this comment. -->
|
11 |
|
12 |
-
#
|
13 |
|
14 |
-
This model
|
|
|
|
|
|
|
15 |
|
16 |
## Model description
|
17 |
|
@@ -40,6 +49,18 @@ The following hyperparameters were used during training:
|
|
40 |
- training_steps: 3000
|
41 |
- mixed_precision_training: Native AMP
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
### Framework versions
|
44 |
|
45 |
- Transformers 4.26.0.dev0
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- ml
|
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 ML - 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 ML - 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.2308
|
23 |
+
- Wer: 36.7397
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
49 |
- training_steps: 3000
|
50 |
- mixed_precision_training: Native AMP
|
51 |
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
56 |
+
| 0.1275 | 4.03 | 500 | 0.1630 | 35.4015 |
|
57 |
+
| 0.09 | 9.02 | 1000 | 0.1821 | 40.0243 |
|
58 |
+
| 0.062 | 14.01 | 1500 | 0.2004 | 37.7129 |
|
59 |
+
| 0.0441 | 19.0 | 2000 | 0.2105 | 36.2530 |
|
60 |
+
| 0.0335 | 23.03 | 2500 | 0.2250 | 37.7129 |
|
61 |
+
| 0.0276 | 28.02 | 3000 | 0.2308 | 36.7397 |
|
62 |
+
|
63 |
+
|
64 |
### Framework versions
|
65 |
|
66 |
- Transformers 4.26.0.dev0
|