abhisheksingh-7 commited on
Commit
04f71c7
1 Parent(s): 46dce9f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - mozilla-foundation/common_voice_13_0
9
+ model-index:
10
+ - name: Whisper Tiny En - Abhishek Singh
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 Tiny En - Abhishek Singh
18
+
19
+ This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Common Voice 13.0 dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - eval_loss: 0.5896
22
+ - eval_wil: 42.8626
23
+ - eval_runtime: 1949.885
24
+ - eval_samples_per_second: 5.129
25
+ - eval_steps_per_second: 0.641
26
+ - epoch: 0.05
27
+ - step: 24000
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 1e-05
47
+ - train_batch_size: 16
48
+ - eval_batch_size: 8
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - lr_scheduler_warmup_steps: 500
53
+ - training_steps: 500000
54
+ - mixed_precision_training: Native AMP
55
+
56
+ ### Framework versions
57
+
58
+ - Transformers 4.29.0.dev0
59
+ - Pytorch 2.0.0+cu118
60
+ - Datasets 2.11.0
61
+ - Tokenizers 0.13.3