rohitp1 commited on
Commit
0beb1ca
1 Parent(s): 0d583b3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - wer
6
+ model-index:
7
+ - name: pratyush_whisper_small_distil_libri360_enc_6_dec_4_batch_4_epoch_2_try2
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # pratyush_whisper_small_distil_libri360_enc_6_dec_4_batch_4_epoch_2_try2
15
+
16
+ This model was trained from scratch on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 2.7423
19
+ - Wer: 9.7882
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0005
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 1
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 256
43
+ - total_train_batch_size: 1024
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_ratio: 0.2
47
+ - num_epochs: 2
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
53
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
54
+ | 2.8038 | 0.25 | 50 | 2.7934 | 11.8801 |
55
+ | 2.8683 | 0.49 | 100 | 2.8112 | 13.4039 |
56
+ | 2.8987 | 0.74 | 150 | 2.8008 | 11.8782 |
57
+ | 2.884 | 0.98 | 200 | 2.7877 | 11.1632 |
58
+ | 2.8539 | 1.23 | 250 | 2.7721 | 10.6549 |
59
+ | 2.8348 | 1.48 | 300 | 2.7557 | 10.3250 |
60
+ | 2.8261 | 1.72 | 350 | 2.7522 | 10.1403 |
61
+ | 2.8161 | 1.97 | 400 | 2.7423 | 9.7882 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.29.2
67
+ - Pytorch 1.12.1
68
+ - Datasets 2.8.0
69
+ - Tokenizers 0.13.2