parambharat commited on
Commit
76d3d03
1 Parent(s): 02bf9f1

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-base-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-base-kn
14
 
15
- This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on an unknown dataset.
 
 
 
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 Base 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 Base 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.1974
23
+ - Wer: 30.8790
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.572 | 0.1 | 500 | 0.3198 | 50.3005 |
57
+ | 0.3153 | 0.2 | 1000 | 0.2464 | 37.2652 |
58
+ | 0.2533 | 0.3 | 1500 | 0.2298 | 36.5515 |
59
+ | 0.2212 | 1.04 | 2000 | 0.2157 | 34.5229 |
60
+ | 0.2013 | 1.14 | 2500 | 0.2090 | 32.6071 |
61
+ | 0.1881 | 1.24 | 3000 | 0.2043 | 32.7198 |
62
+ | 0.1784 | 1.34 | 3500 | 0.2014 | 30.8039 |
63
+ | 0.1715 | 2.08 | 4000 | 0.2014 | 31.5928 |
64
+ | 0.166 | 2.18 | 4500 | 0.1991 | 31.2547 |
65
+ | 0.1616 | 2.28 | 5000 | 0.1974 | 30.8790 |
66
+
67
+
68
  ### Framework versions
69
 
70
  - Transformers 4.26.0.dev0