durgesh10 commited on
Commit
c06b501
1 Parent(s): 68a817c

End of training

Browse files
Files changed (1) hide show
  1. README.md +27 -4
README.md CHANGED
@@ -8,9 +8,24 @@ tags:
8
  - generated_from_trainer
9
  datasets:
10
  - mozilla-foundation/common_voice_17_0
 
 
11
  model-index:
12
  - name: whisper-large-marathi
13
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -19,6 +34,10 @@ should probably proofread and complete it, then remove this comment. -->
19
  # whisper-large-marathi
20
 
21
  This model is a fine-tuned version of [openai/whisper-large](https://huggingface.co/openai/whisper-large) on the Common Voice 17 dataset.
 
 
 
 
22
 
23
  ## Model description
24
 
@@ -46,16 +65,20 @@ The following hyperparameters were used during training:
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_steps: 20
49
- - training_steps: 200
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
 
 
 
 
54
 
55
 
56
  ### Framework versions
57
 
58
  - Transformers 4.44.2
59
- - Pytorch 2.4.1+cu121
60
- - Datasets 3.0.0
61
  - Tokenizers 0.19.1
 
8
  - generated_from_trainer
9
  datasets:
10
  - mozilla-foundation/common_voice_17_0
11
+ metrics:
12
+ - wer
13
  model-index:
14
  - name: whisper-large-marathi
15
+ results:
16
+ - task:
17
+ name: Automatic Speech Recognition
18
+ type: automatic-speech-recognition
19
+ dataset:
20
+ name: Common Voice 17
21
+ type: mozilla-foundation/common_voice_17_0
22
+ config: mr
23
+ split: test
24
+ args: mr
25
+ metrics:
26
+ - name: Wer
27
+ type: wer
28
+ value: 11.99582494594796
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
34
  # whisper-large-marathi
35
 
36
  This model is a fine-tuned version of [openai/whisper-large](https://huggingface.co/openai/whisper-large) on the Common Voice 17 dataset.
37
+ It achieves the following results on the evaluation set:
38
+ - Loss: 0.1845
39
+ - Wer Ortho: 32.4713
40
+ - Wer: 11.9958
41
 
42
  ## Model description
43
 
 
65
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
66
  - lr_scheduler_type: linear
67
  - lr_scheduler_warmup_steps: 20
68
+ - training_steps: 500
69
  - mixed_precision_training: Native AMP
70
 
71
  ### Training results
72
 
73
+ | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
74
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
75
+ | 0.1771 | 1.0 | 250 | 0.2041 | 36.0371 | 13.7851 |
76
+ | 0.0806 | 2.0 | 500 | 0.1845 | 32.4713 | 11.9958 |
77
 
78
 
79
  ### Framework versions
80
 
81
  - Transformers 4.44.2
82
+ - Pytorch 2.5.0+cu121
83
+ - Datasets 3.1.0
84
  - Tokenizers 0.19.1