emilios commited on
Commit
b9fc1a4
1 Parent(s): 41d62ff

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - wer
7
+ model-index:
8
+ - name: emilios/whisper-sm-el-farsipal-e4
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # emilios/whisper-sm-el-farsipal-e4
16
+
17
+ This model is a fine-tuned version of [emilios/whisper-sm-el-farsipal-e4](https://huggingface.co/emilios/whisper-sm-el-farsipal-e4) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.4968
20
+ - Wer: 17.8306
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 1e-06
40
+ - train_batch_size: 32
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - distributed_type: multi-GPU
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 500
47
+ - training_steps: 20000
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
52
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|
53
+ | 0.1259 | 2.49 | 1000 | 0.4834 | 18.3692 |
54
+ | 0.1002 | 4.49 | 2000 | 0.4604 | 17.8027 |
55
+ | 0.1096 | 6.98 | 3000 | 0.4553 | 17.8770 |
56
+ | 0.0885 | 9.46 | 4000 | 0.4551 | 17.9606 |
57
+ | 0.0675 | 11.95 | 5000 | 0.4631 | 17.9049 |
58
+ | 0.0675 | 14.44 | 6000 | 0.4619 | 17.9049 |
59
+ | 0.0645 | 16.93 | 7000 | 0.4678 | 17.6727 |
60
+ | 0.0535 | 19.41 | 8000 | 0.4685 | 17.6634 |
61
+ | 0.039 | 21.49 | 9000 | 0.4746 | 17.6727 |
62
+ | 0.0447 | 23.98 | 10000 | 0.4761 | 17.6634 |
63
+ | 0.0393 | 26.46 | 11000 | 0.4792 | 17.7656 |
64
+ | 0.0308 | 28.95 | 12000 | 0.4851 | 17.8678 |
65
+ | 0.0301 | 31.44 | 13000 | 0.4846 | 17.4499 |
66
+ | 0.031 | 33.93 | 14000 | 0.4849 | 17.8306 |
67
+ | 0.0263 | 36.41 | 15000 | 0.4880 | 17.6170 |
68
+ | 0.0256 | 38.9 | 16000 | 0.4871 | 17.1991 |
69
+ | 0.0236 | 41.39 | 17000 | 0.4883 | 17.2641 |
70
+ | 0.0195 | 43.88 | 18000 | 0.4880 | 17.5706 |
71
+ | 0.0193 | 46.36 | 19000 | 0.4993 | 17.7285 |
72
+ | 0.0161 | 48.85 | 20000 | 0.4968 | 17.8306 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.26.0.dev0
78
+ - Pytorch 2.0.0.dev20221216+cu116
79
+ - Datasets 2.7.1.dev0
80
+ - Tokenizers 0.13.2