parambharat commited on
Commit
ade1746
1 Parent(s): e71ff72

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -4
README.md CHANGED
@@ -1,18 +1,41 @@
1
  ---
 
 
2
  license: apache-2.0
3
  tags:
 
4
  - generated_from_trainer
 
 
 
 
5
  model-index:
6
- - name: whisper-tiny-ta
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-ta
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
 
@@ -43,6 +66,17 @@ The following hyperparameters were used during training:
43
  - training_steps: 5000
44
  - mixed_precision_training: Native AMP
45
 
 
 
 
 
 
 
 
 
 
 
 
46
  ### Framework versions
47
 
48
  - Transformers 4.26.0.dev0
 
1
  ---
2
+ language:
3
+ - ta
4
  license: apache-2.0
5
  tags:
6
+ - whisper-event
7
  - generated_from_trainer
8
+ datasets:
9
+ - mozilla-foundation/common_voice_11_0
10
+ metrics:
11
+ - wer
12
  model-index:
13
+ - name: Whisper Tiny Ta - Bharat Ramanathan
14
+ results:
15
+ - task:
16
+ name: Automatic Speech Recognition
17
+ type: automatic-speech-recognition
18
+ dataset:
19
+ name: Common Voice 11.0
20
+ type: mozilla-foundation/common_voice_11_0
21
+ config: default
22
+ split: test
23
+ args: default
24
+ metrics:
25
+ - name: Wer
26
+ type: wer
27
+ value: 31.399708853500375
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
31
  should probably proofread and complete it, then remove this comment. -->
32
 
33
+ # Whisper Tiny Ta - Bharat Ramanathan
34
 
35
+ This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Common Voice 11.0 dataset.
36
+ It achieves the following results on the evaluation set:
37
+ - Loss: 0.3192
38
+ - Wer: 31.3997
39
 
40
  ## Model description
41
 
 
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.5622 | 0.2 | 1000 | 0.4460 | 41.4141 |
74
+ | 0.4151 | 0.4 | 2000 | 0.3657 | 35.1390 |
75
+ | 0.3727 | 0.6 | 3000 | 0.3417 | 33.1723 |
76
+ | 0.3519 | 0.8 | 4000 | 0.3252 | 31.9497 |
77
+ | 0.3354 | 1.0 | 5000 | 0.3192 | 31.3997 |
78
+
79
+
80
  ### Framework versions
81
 
82
  - Transformers 4.26.0.dev0