tan10ishq commited on
Commit
23f4b12
·
verified ·
1 Parent(s): 3a75630

End of training

Browse files
Files changed (2) hide show
  1. README.md +35 -7
  2. generation_config.json +1 -1
README.md CHANGED
@@ -1,22 +1,43 @@
1
  ---
2
  library_name: transformers
 
 
3
  license: apache-2.0
4
  base_model: openai/whisper-small
5
  tags:
6
  - generated_from_trainer
7
  datasets:
8
- - common_voice_13_0
 
 
9
  model-index:
10
- - name: whisper-small-dv
11
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
  should probably proofread and complete it, then remove this comment. -->
16
 
17
- # whisper-small-dv
18
 
19
- This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_13_0 dataset.
 
 
 
 
20
 
21
  ## Model description
22
 
@@ -36,7 +57,7 @@ More information needed
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 1e-05
39
- - train_batch_size: 16
40
  - eval_batch_size: 16
41
  - seed: 42
42
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
@@ -45,9 +66,16 @@ The following hyperparameters were used during training:
45
  - training_steps: 500
46
  - mixed_precision_training: Native AMP
47
 
 
 
 
 
 
 
 
48
  ### Framework versions
49
 
50
- - Transformers 4.53.0
51
  - Pytorch 2.6.0+cu124
52
  - Datasets 3.6.0
53
  - Tokenizers 0.21.2
 
1
  ---
2
  library_name: transformers
3
+ language:
4
+ - dv
5
  license: apache-2.0
6
  base_model: openai/whisper-small
7
  tags:
8
  - generated_from_trainer
9
  datasets:
10
+ - mozilla-foundation/common_voice_13_0
11
+ metrics:
12
+ - wer
13
  model-index:
14
+ - name: Whisper Small Dv - Tanishq Srivastava
15
+ results:
16
+ - task:
17
+ name: Automatic Speech Recognition
18
+ type: automatic-speech-recognition
19
+ dataset:
20
+ name: Common Voice 13
21
+ type: mozilla-foundation/common_voice_13_0
22
+ config: dv
23
+ split: test
24
+ args: dv
25
+ metrics:
26
+ - name: Wer
27
+ type: wer
28
+ value: 18.070382863302846
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
32
  should probably proofread and complete it, then remove this comment. -->
33
 
34
+ # Whisper Small Dv - Tanishq Srivastava
35
 
36
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 13 dataset.
37
+ It achieves the following results on the evaluation set:
38
+ - Loss: 0.2420
39
+ - Wer Ortho: 73.3965
40
+ - Wer: 18.0704
41
 
42
  ## Model description
43
 
 
57
 
58
  The following hyperparameters were used during training:
59
  - learning_rate: 1e-05
60
+ - train_batch_size: 4
61
  - eval_batch_size: 16
62
  - seed: 42
63
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
 
66
  - training_steps: 500
67
  - mixed_precision_training: Native AMP
68
 
69
+ ### Training results
70
+
71
+ | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
72
+ |:-------------:|:------:|:----:|:---------------:|:---------:|:-------:|
73
+ | 0.1763 | 0.4078 | 500 | 0.2420 | 73.3965 | 18.0704 |
74
+
75
+
76
  ### Framework versions
77
 
78
+ - Transformers 4.53.1
79
  - Pytorch 2.6.0+cu124
80
  - Datasets 3.6.0
81
  - Tokenizers 0.21.2
generation_config.json CHANGED
@@ -258,5 +258,5 @@
258
  "transcribe": 50359,
259
  "translate": 50358
260
  },
261
- "transformers_version": "4.53.0"
262
  }
 
258
  "transcribe": 50359,
259
  "translate": 50358
260
  },
261
+ "transformers_version": "4.53.1"
262
  }