5p33ch3xpr commited on
Commit
b62d141
·
1 Parent(s): 638f009

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -2
README.md CHANGED
@@ -1,5 +1,63 @@
1
  ---
2
- license: mit
3
  tags:
4
- - whisper-event
 
 
 
 
 
5
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
2
  tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - wer
6
+ model-index:
7
+ - name: Whisper-fineTuning-malayalam
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
+ # Whisper-fineTuning-malayalam
15
+
16
+ This model was trained from scratch on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.4138
19
+ - Wer: 68.7356
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: 1e-05
39
+ - train_batch_size: 12
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - lr_scheduler_warmup_steps: 500
45
+ - training_steps: 4000
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
51
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
52
+ | 0.0099 | 1.88 | 1000 | 0.3563 | 69.6552 |
53
+ | 0.0046 | 3.77 | 2000 | 0.3860 | 70.1149 |
54
+ | 0.001 | 5.65 | 3000 | 0.4105 | 70.3448 |
55
+ | 0.0001 | 7.53 | 4000 | 0.4138 | 68.7356 |
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 4.26.0.dev0
61
+ - Pytorch 1.13.0+cu116
62
+ - Datasets 2.8.0
63
+ - Tokenizers 0.13.2