krishan-CSE commited on
Commit
e0f1077
·
verified ·
1 Parent(s): 3cb695b

End of training

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ language:
4
+ - dv
5
+ license: apache-2.0
6
+ base_model: openai/whisper-base
7
+ tags:
8
+ - generated_from_trainer
9
+ datasets:
10
+ - fsicoli/common_voice_15_0
11
+ metrics:
12
+ - wer
13
+ model-index:
14
+ - name: Whisper Base Dv - Nuwan
15
+ results:
16
+ - task:
17
+ name: Automatic Speech Recognition
18
+ type: automatic-speech-recognition
19
+ dataset:
20
+ name: Common Voice 15
21
+ type: fsicoli/common_voice_15_0
22
+ config: dv
23
+ split: test
24
+ args: dv
25
+ metrics:
26
+ - name: Wer
27
+ type: wer
28
+ value: 180.6008075744918
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 Base Dv - Nuwan
35
+
36
+ This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Common Voice 15 dataset.
37
+ It achieves the following results on the evaluation set:
38
+ - Loss: 0.5094
39
+ - Wer Ortho: 446.6778
40
+ - Wer: 180.6008
41
+
42
+ ## Model description
43
+
44
+ More information needed
45
+
46
+ ## Intended uses & limitations
47
+
48
+ More information needed
49
+
50
+ ## Training and evaluation data
51
+
52
+ More information needed
53
+
54
+ ## Training procedure
55
+
56
+ ### Training hyperparameters
57
+
58
+ The following hyperparameters were used during training:
59
+ - learning_rate: 1e-05
60
+ - train_batch_size: 16
61
+ - eval_batch_size: 16
62
+ - seed: 42
63
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
64
+ - lr_scheduler_type: constant_with_warmup
65
+ - lr_scheduler_warmup_steps: 50
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.5345 | 2.9586 | 500 | 0.5094 | 446.6778 | 180.6008 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - Transformers 4.57.1
79
+ - Pytorch 2.8.0+cu126
80
+ - Datasets 3.6.0
81
+ - Tokenizers 0.22.1