parambharat commited on
Commit
3057a51
·
1 Parent(s): e42d6bd

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,18 +1,26 @@
1
  ---
 
 
2
  license: apache-2.0
3
  tags:
 
4
  - generated_from_trainer
 
 
5
  model-index:
6
- - name: whisper-tiny-kn
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
- # whisper-tiny-kn
14
 
15
- This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on an unknown dataset.
 
 
 
16
 
17
  ## Model description
18
 
@@ -41,6 +49,22 @@ The following hyperparameters were used during training:
41
  - training_steps: 3000
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 Tiny 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 Tiny 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.3057
23
+ - Wer: 46.3937
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
+ | 1.4091 | 0.1 | 300 | 1.4915 | 101.5026 |
57
+ | 1.1294 | 0.2 | 600 | 1.2845 | 94.7408 |
58
+ | 0.5426 | 0.3 | 900 | 0.4621 | 64.2374 |
59
+ | 0.4128 | 1.02 | 1200 | 0.3695 | 54.6582 |
60
+ | 0.3629 | 1.12 | 1500 | 0.3414 | 52.9677 |
61
+ | 0.3321 | 1.22 | 1800 | 0.3249 | 50.3005 |
62
+ | 0.3066 | 1.32 | 2100 | 0.3181 | 48.9106 |
63
+ | 0.2958 | 2.03 | 2400 | 0.3136 | 47.7836 |
64
+ | 0.2883 | 2.13 | 2700 | 0.3055 | 46.6191 |
65
+ | 0.2857 | 2.23 | 3000 | 0.3057 | 46.3937 |
66
+
67
+
68
  ### Framework versions
69
 
70
  - Transformers 4.26.0.dev0