Jan van Doorn commited on
Commit
9f27d33
1 Parent(s): 69b9764

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +110 -0
README.md ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - wer
7
+ model-index:
8
+ - name: whisper-large-v2-atcosim
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
+ # whisper-large-v2-atcosim
16
+
17
+ This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.0679
20
+ - Wer: 6.2234
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-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 8
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: 1000
47
+ - training_steps: 50000
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
52
+ |:-------------:|:------:|:-----:|:---------------:|:-------:|
53
+ | 0.0147 | 2.09 | 1000 | 0.0373 | 4.7972 |
54
+ | 0.0058 | 4.18 | 2000 | 0.0379 | 4.5934 |
55
+ | 0.0012 | 6.28 | 3000 | 0.0388 | 4.5425 |
56
+ | 0.0067 | 8.37 | 4000 | 0.0382 | 4.0470 |
57
+ | 0.0026 | 10.46 | 5000 | 0.0382 | 2.9959 |
58
+ | 0.0016 | 12.55 | 6000 | 0.0457 | 2.9496 |
59
+ | 0.0027 | 14.64 | 7000 | 0.0473 | 4.6305 |
60
+ | 0.001 | 16.74 | 8000 | 0.0419 | 3.2969 |
61
+ | 0.0011 | 18.83 | 9000 | 0.0424 | 4.4592 |
62
+ | 0.0013 | 20.92 | 10000 | 0.0432 | 5.8807 |
63
+ | 0.0019 | 23.01 | 11000 | 0.0454 | 3.7646 |
64
+ | 0.0004 | 25.1 | 12000 | 0.0443 | 9.5110 |
65
+ | 0.004 | 27.2 | 13000 | 0.0442 | 2.8385 |
66
+ | 0.0018 | 29.29 | 14000 | 0.0444 | 2.5282 |
67
+ | 0.0011 | 31.38 | 15000 | 0.0467 | 4.0980 |
68
+ | 0.0002 | 33.47 | 16000 | 0.0469 | 3.9128 |
69
+ | 0.003 | 35.56 | 17000 | 0.0454 | 4.7462 |
70
+ | 0.0001 | 37.66 | 18000 | 0.0459 | 3.1950 |
71
+ | 0.0006 | 39.75 | 19000 | 0.0451 | 2.6579 |
72
+ | 0.0014 | 41.84 | 20000 | 0.0464 | 1.6855 |
73
+ | 0.0 | 43.93 | 21000 | 0.0487 | 2.3106 |
74
+ | 0.0005 | 46.03 | 22000 | 0.0535 | 7.3717 |
75
+ | 0.0001 | 48.12 | 23000 | 0.0482 | 6.9411 |
76
+ | 0.0002 | 50.21 | 24000 | 0.0484 | 13.0580 |
77
+ | 0.0001 | 52.3 | 25000 | 0.0481 | 18.0219 |
78
+ | 0.0 | 54.39 | 26000 | 0.0523 | 14.7342 |
79
+ | 0.0 | 56.49 | 27000 | 0.0552 | 11.1132 |
80
+ | 0.0004 | 58.58 | 28000 | 0.0521 | 2.5190 |
81
+ | 0.0001 | 60.67 | 29000 | 0.0490 | 4.4036 |
82
+ | 0.0 | 62.76 | 30000 | 0.0497 | 2.8246 |
83
+ | 0.0 | 64.85 | 31000 | 0.0513 | 2.8755 |
84
+ | 0.0 | 66.95 | 32000 | 0.0526 | 2.9172 |
85
+ | 0.0 | 69.04 | 33000 | 0.0539 | 3.0098 |
86
+ | 0.0 | 71.13 | 34000 | 0.0552 | 3.0144 |
87
+ | 0.0 | 73.22 | 35000 | 0.0566 | 3.1209 |
88
+ | 0.0 | 75.31 | 36000 | 0.0580 | 3.2321 |
89
+ | 0.0 | 77.41 | 37000 | 0.0594 | 3.4729 |
90
+ | 0.0 | 79.5 | 38000 | 0.0607 | 3.6164 |
91
+ | 0.0 | 81.59 | 39000 | 0.0620 | 3.9035 |
92
+ | 0.0 | 83.68 | 40000 | 0.0632 | 4.0656 |
93
+ | 0.0 | 85.77 | 41000 | 0.0642 | 4.3202 |
94
+ | 0.0 | 87.87 | 42000 | 0.0651 | 4.4453 |
95
+ | 0.0 | 89.96 | 43000 | 0.0659 | 4.9361 |
96
+ | 0.0 | 92.05 | 44000 | 0.0664 | 5.2186 |
97
+ | 0.0 | 94.14 | 45000 | 0.0670 | 5.6029 |
98
+ | 0.0 | 96.23 | 46000 | 0.0673 | 5.7835 |
99
+ | 0.0 | 98.33 | 47000 | 0.0676 | 6.0520 |
100
+ | 0.0 | 100.42 | 48000 | 0.0678 | 6.1122 |
101
+ | 0.0 | 102.51 | 49000 | 0.0679 | 6.2141 |
102
+ | 0.0 | 104.6 | 50000 | 0.0679 | 6.2234 |
103
+
104
+
105
+ ### Framework versions
106
+
107
+ - Transformers 4.30.0.dev0
108
+ - Pytorch 2.0.1+cu117
109
+ - Datasets 2.12.0
110
+ - Tokenizers 0.13.3