abbenedek commited on
Commit
5db6593
1 Parent(s): 2f85ca4

End of training

Browse files
Files changed (3) hide show
  1. README.md +83 -0
  2. generation_config.json +137 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: openai/whisper-base.en
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - wer
8
+ model-index:
9
+ - name: abbenedekwhisper-base.en-finetuned-D3K
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # abbenedekwhisper-base.en-finetuned-D3K
17
+
18
+ This model is a fine-tuned version of [openai/whisper-base.en](https://huggingface.co/openai/whisper-base.en) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.5119
21
+ - Cer: 21.9254
22
+ - Wer: 27.8146
23
+ - Ser: 16.6667
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 1e-06
43
+ - train_batch_size: 32
44
+ - eval_batch_size: 64
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_steps: 40
49
+ - training_steps: 400
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Cer | Wer | Ser |
55
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|
56
+ | 7.7093 | 0.21 | 20 | 6.8991 | 20.3673 | 29.4702 | 28.9474 |
57
+ | 6.8825 | 0.43 | 40 | 5.5765 | 25.0417 | 35.0993 | 30.7018 |
58
+ | 5.2019 | 0.64 | 60 | 4.4037 | 30.4953 | 41.7219 | 34.2105 |
59
+ | 3.8746 | 0.85 | 80 | 3.3761 | 33.5559 | 45.0331 | 32.4561 |
60
+ | 2.9591 | 1.06 | 100 | 2.7073 | 32.1091 | 43.0464 | 30.7018 |
61
+ | 2.2502 | 1.28 | 120 | 2.2711 | 33.3890 | 44.3709 | 30.7018 |
62
+ | 1.8478 | 1.49 | 140 | 1.9790 | 31.4413 | 41.0596 | 27.1930 |
63
+ | 1.6338 | 1.7 | 160 | 1.8207 | 32.2204 | 42.0530 | 26.3158 |
64
+ | 1.5065 | 1.91 | 180 | 1.7257 | 26.4329 | 34.4371 | 20.1754 |
65
+ | 1.3667 | 2.13 | 200 | 1.6645 | 24.5965 | 31.4570 | 19.2982 |
66
+ | 1.2807 | 2.34 | 220 | 1.6155 | 24.8191 | 31.7881 | 20.1754 |
67
+ | 1.2212 | 2.55 | 240 | 1.5851 | 26.2104 | 33.4437 | 21.0526 |
68
+ | 1.2299 | 2.77 | 260 | 1.5669 | 24.4853 | 31.4570 | 19.2982 |
69
+ | 1.1623 | 2.98 | 280 | 1.5543 | 23.0940 | 29.8013 | 18.4211 |
70
+ | 1.1275 | 3.19 | 300 | 1.5421 | 23.0940 | 29.8013 | 18.4211 |
71
+ | 1.1304 | 3.4 | 320 | 1.5320 | 23.5392 | 29.8013 | 18.4211 |
72
+ | 1.1113 | 3.62 | 340 | 1.5236 | 21.9254 | 27.8146 | 16.6667 |
73
+ | 1.1189 | 3.83 | 360 | 1.5168 | 21.9254 | 27.8146 | 16.6667 |
74
+ | 1.1134 | 4.04 | 380 | 1.5134 | 21.9254 | 27.8146 | 16.6667 |
75
+ | 1.097 | 4.26 | 400 | 1.5119 | 21.9254 | 27.8146 | 16.6667 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.39.3
81
+ - Pytorch 2.2.2+cu121
82
+ - Datasets 2.14.5
83
+ - Tokenizers 0.15.2
generation_config.json ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alignment_heads": [
3
+ [
4
+ 3,
5
+ 3
6
+ ],
7
+ [
8
+ 4,
9
+ 7
10
+ ],
11
+ [
12
+ 5,
13
+ 1
14
+ ],
15
+ [
16
+ 5,
17
+ 5
18
+ ],
19
+ [
20
+ 5,
21
+ 7
22
+ ]
23
+ ],
24
+ "begin_suppress_tokens": [
25
+ 220,
26
+ 50256
27
+ ],
28
+ "bos_token_id": 50257,
29
+ "decoder_start_token_id": 50257,
30
+ "eos_token_id": 50256,
31
+ "forced_decoder_ids": [
32
+ [
33
+ 1,
34
+ 50362
35
+ ]
36
+ ],
37
+ "is_multilingual": false,
38
+ "max_initial_timestamp_index": 50,
39
+ "max_length": 448,
40
+ "no_timestamps_token_id": 50362,
41
+ "pad_token_id": 50256,
42
+ "prev_sot_token_id": 50360,
43
+ "return_timestamps": false,
44
+ "suppress_tokens": [
45
+ 1,
46
+ 2,
47
+ 7,
48
+ 8,
49
+ 9,
50
+ 10,
51
+ 14,
52
+ 25,
53
+ 26,
54
+ 27,
55
+ 28,
56
+ 29,
57
+ 31,
58
+ 58,
59
+ 59,
60
+ 60,
61
+ 61,
62
+ 62,
63
+ 63,
64
+ 90,
65
+ 91,
66
+ 92,
67
+ 93,
68
+ 357,
69
+ 366,
70
+ 438,
71
+ 532,
72
+ 685,
73
+ 705,
74
+ 796,
75
+ 930,
76
+ 1058,
77
+ 1220,
78
+ 1267,
79
+ 1279,
80
+ 1303,
81
+ 1343,
82
+ 1377,
83
+ 1391,
84
+ 1635,
85
+ 1782,
86
+ 1875,
87
+ 2162,
88
+ 2361,
89
+ 2488,
90
+ 3467,
91
+ 4008,
92
+ 4211,
93
+ 4600,
94
+ 4808,
95
+ 5299,
96
+ 5855,
97
+ 6329,
98
+ 7203,
99
+ 9609,
100
+ 9959,
101
+ 10563,
102
+ 10786,
103
+ 11420,
104
+ 11709,
105
+ 11907,
106
+ 13163,
107
+ 13697,
108
+ 13700,
109
+ 14808,
110
+ 15306,
111
+ 16410,
112
+ 16791,
113
+ 17992,
114
+ 19203,
115
+ 19510,
116
+ 20724,
117
+ 22305,
118
+ 22935,
119
+ 27007,
120
+ 30109,
121
+ 30420,
122
+ 33409,
123
+ 34949,
124
+ 40283,
125
+ 40493,
126
+ 40549,
127
+ 47282,
128
+ 49146,
129
+ 50257,
130
+ 50357,
131
+ 50358,
132
+ 50359,
133
+ 50360,
134
+ 50361
135
+ ],
136
+ "transformers_version": "4.39.3"
137
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f423c415ddd6ac67c33717a6e70abfb26f130f649850c2db0a5c02f1ab287d6b
3
  size 290401888
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d46bf2c29f5fbfc1a3eeeaec996ec22d71f1ef0abffebce4dafe81a1cf417e82
3
  size 290401888