alkiskoudounas commited on
Commit
a836e08
1 Parent(s): f928729

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +84 -0
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - common_voice_11_0
6
+ metrics:
7
+ - wer
8
+ model-index:
9
+ - name: whisper-el-medium-augmented-1
10
+ results:
11
+ - task:
12
+ name: Automatic Speech Recognition
13
+ type: automatic-speech-recognition
14
+ dataset:
15
+ name: common_voice_11_0
16
+ type: common_voice_11_0
17
+ config: el
18
+ split: test
19
+ args: el
20
+ metrics:
21
+ - name: Wer
22
+ type: wer
23
+ value: 24.322065378900444
24
+ ---
25
+
26
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
+ should probably proofread and complete it, then remove this comment. -->
28
+
29
+ # whisper-el-medium-augmented-1
30
+
31
+ This model was trained from scratch on the common_voice_11_0 dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 0.4328
34
+ - Wer: 24.3221
35
+
36
+ ## Model description
37
+
38
+ More information needed
39
+
40
+ ## Intended uses & limitations
41
+
42
+ More information needed
43
+
44
+ ## Training and evaluation data
45
+
46
+ More information needed
47
+
48
+ ## Training procedure
49
+
50
+ ### Training hyperparameters
51
+
52
+ The following hyperparameters were used during training:
53
+ - learning_rate: 5e-05
54
+ - train_batch_size: 8
55
+ - eval_batch_size: 4
56
+ - seed: 42
57
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
+ - lr_scheduler_type: linear
59
+ - lr_scheduler_warmup_steps: 500
60
+ - training_steps: 10000
61
+ - mixed_precision_training: Native AMP
62
+
63
+ ### Training results
64
+
65
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
66
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|
67
+ | 0.0905 | 2.35 | 1000 | 0.5419 | 37.8343 |
68
+ | 0.0552 | 4.69 | 2000 | 0.5118 | 34.6954 |
69
+ | 0.0329 | 7.04 | 3000 | 0.5332 | 32.3180 |
70
+ | 0.0219 | 9.39 | 4000 | 0.5185 | 30.1913 |
71
+ | 0.0161 | 11.74 | 5000 | 0.4908 | 32.3366 |
72
+ | 0.0063 | 14.08 | 6000 | 0.4741 | 28.4733 |
73
+ | 0.0015 | 16.43 | 7000 | 0.4400 | 26.3187 |
74
+ | 0.001 | 18.78 | 8000 | 0.4428 | 25.5293 |
75
+ | 0.0001 | 21.13 | 9000 | 0.4382 | 25.2043 |
76
+ | 0.0014 | 23.47 | 10000 | 0.4328 | 24.3221 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.26.0.dev0
82
+ - Pytorch 1.11.0+cu113
83
+ - Datasets 2.7.1
84
+ - Tokenizers 0.12.1