jlvdoorn commited on
Commit
2e7a850
1 Parent(s): a47ca2b

Model save

Browse files
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: whisper-base.en-atcosim
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
+ # whisper-base.en-atcosim
17
+
18
+ This model is a fine-tuned version of [openai/whisper-base.en](https://huggingface.co/openai/whisper-base.en) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.0634
21
+ - Wer: 4.1443
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 1e-05
41
+ - train_batch_size: 128
42
+ - eval_batch_size: 128
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 10
47
+ - num_epochs: 100
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | 0.3402 | 8.33 | 500 | 0.0540 | 5.1398 |
54
+ | 0.0011 | 16.67 | 1000 | 0.0557 | 4.2693 |
55
+ | 0.0003 | 25.0 | 1500 | 0.0571 | 3.9128 |
56
+ | 0.0002 | 33.33 | 2000 | 0.0583 | 3.7553 |
57
+ | 0.0001 | 41.67 | 2500 | 0.0594 | 3.5840 |
58
+ | 0.0001 | 50.0 | 3000 | 0.0603 | 3.4729 |
59
+ | 0.0001 | 58.33 | 3500 | 0.0613 | 3.3571 |
60
+ | 0.0001 | 66.67 | 4000 | 0.0619 | 3.3108 |
61
+ | 0.0 | 75.0 | 4500 | 0.0625 | 4.2369 |
62
+ | 0.0 | 83.33 | 5000 | 0.0630 | 4.2184 |
63
+ | 0.0 | 91.67 | 5500 | 0.0633 | 4.1489 |
64
+ | 0.0 | 100.0 | 6000 | 0.0634 | 4.1443 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.36.2
70
+ - Pytorch 2.1.2
71
+ - Datasets 2.15.0
72
+ - Tokenizers 0.15.0
generation_config.json ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 1,
39
+ "max_length": 448,
40
+ "no_timestamps_token_id": 50362,
41
+ "pad_token_id": 50256,
42
+ "return_timestamps": false,
43
+ "suppress_tokens": [
44
+ 1,
45
+ 2,
46
+ 7,
47
+ 8,
48
+ 9,
49
+ 10,
50
+ 14,
51
+ 25,
52
+ 26,
53
+ 27,
54
+ 28,
55
+ 29,
56
+ 31,
57
+ 58,
58
+ 59,
59
+ 60,
60
+ 61,
61
+ 62,
62
+ 63,
63
+ 90,
64
+ 91,
65
+ 92,
66
+ 93,
67
+ 357,
68
+ 366,
69
+ 438,
70
+ 532,
71
+ 685,
72
+ 705,
73
+ 796,
74
+ 930,
75
+ 1058,
76
+ 1220,
77
+ 1267,
78
+ 1279,
79
+ 1303,
80
+ 1343,
81
+ 1377,
82
+ 1391,
83
+ 1635,
84
+ 1782,
85
+ 1875,
86
+ 2162,
87
+ 2361,
88
+ 2488,
89
+ 3467,
90
+ 4008,
91
+ 4211,
92
+ 4600,
93
+ 4808,
94
+ 5299,
95
+ 5855,
96
+ 6329,
97
+ 7203,
98
+ 9609,
99
+ 9959,
100
+ 10563,
101
+ 10786,
102
+ 11420,
103
+ 11709,
104
+ 11907,
105
+ 13163,
106
+ 13697,
107
+ 13700,
108
+ 14808,
109
+ 15306,
110
+ 16410,
111
+ 16791,
112
+ 17992,
113
+ 19203,
114
+ 19510,
115
+ 20724,
116
+ 22305,
117
+ 22935,
118
+ 27007,
119
+ 30109,
120
+ 30420,
121
+ 33409,
122
+ 34949,
123
+ 40283,
124
+ 40493,
125
+ 40549,
126
+ 47282,
127
+ 49146,
128
+ 50257,
129
+ 50357,
130
+ 50358,
131
+ 50359,
132
+ 50360,
133
+ 50361
134
+ ],
135
+ "transformers_version": "4.36.2"
136
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac4caefb3eb44db1c8b8af0a9d424cf4054db4e07beea0b87a9c92e28fea5cd7
3
  size 290457182
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba7d6add2c55ca5e2e1967c41e4916ae66e55fa6c874fbf873fcc54e467fc023
3
  size 290457182
runs/Jan13_13-51-40_gpu011/events.out.tfevents.1705150307.gpu011 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:447cc8726674248a935a7ceea5d15f446e47834e7a0010195f80eb0c72381ffe
3
- size 10536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0189fa13c78bf2185bc89a5df9f176326859121c459a618a9869868d51c4067a
3
+ size 11208