CianKim commited on
Commit
d491804
·
verified ·
1 Parent(s): 1983ceb

Model save

Browse files
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: openai/whisper-medium.en
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: whisper-medium.en-merged_dataset
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-medium.en-merged_dataset
16
+
17
+ This model is a fine-tuned version of [openai/whisper-medium.en](https://huggingface.co/openai/whisper-medium.en) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Cer: 890.9343
20
+ - Loss: 0.5805
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: 1
41
+ - eval_batch_size: 1
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 16
44
+ - total_train_batch_size: 16
45
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 3
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Cer | Validation Loss |
53
+ |:-------------:|:------:|:----:|:--------:|:---------------:|
54
+ | 3.1316 | 0.2626 | 500 | 327.6237 | 1.4389 |
55
+ | 1.2083 | 0.5252 | 1000 | 456.3455 | 0.9819 |
56
+ | 0.9269 | 0.7878 | 1500 | 737.9578 | 0.8079 |
57
+ | 0.7618 | 1.0504 | 2000 | 966.5418 | 0.7155 |
58
+ | 0.5428 | 1.3130 | 2500 | 665.7924 | 0.6660 |
59
+ | 0.5139 | 1.5756 | 3000 | 899.3139 | 0.6320 |
60
+ | 0.4948 | 1.8382 | 3500 | 965.0479 | 0.6049 |
61
+ | 0.4122 | 2.1008 | 4000 | 942.7040 | 0.5902 |
62
+ | 0.3145 | 2.3634 | 4500 | 969.4258 | 0.5819 |
63
+ | 0.2576 | 2.6261 | 5000 | 890.9343 | 0.5805 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.51.0
69
+ - Pytorch 2.7.1+cu128
70
+ - Datasets 3.6.0
71
+ - Tokenizers 0.21.1
generation_config.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alignment_heads": [
3
+ [
4
+ 11,
5
+ 4
6
+ ],
7
+ [
8
+ 14,
9
+ 1
10
+ ],
11
+ [
12
+ 14,
13
+ 12
14
+ ],
15
+ [
16
+ 14,
17
+ 14
18
+ ],
19
+ [
20
+ 15,
21
+ 4
22
+ ],
23
+ [
24
+ 16,
25
+ 0
26
+ ],
27
+ [
28
+ 16,
29
+ 4
30
+ ],
31
+ [
32
+ 16,
33
+ 9
34
+ ],
35
+ [
36
+ 17,
37
+ 12
38
+ ],
39
+ [
40
+ 17,
41
+ 14
42
+ ],
43
+ [
44
+ 18,
45
+ 7
46
+ ],
47
+ [
48
+ 18,
49
+ 10
50
+ ],
51
+ [
52
+ 18,
53
+ 15
54
+ ],
55
+ [
56
+ 20,
57
+ 0
58
+ ],
59
+ [
60
+ 20,
61
+ 3
62
+ ],
63
+ [
64
+ 20,
65
+ 9
66
+ ],
67
+ [
68
+ 20,
69
+ 14
70
+ ],
71
+ [
72
+ 21,
73
+ 12
74
+ ]
75
+ ],
76
+ "begin_suppress_tokens": [
77
+ 220,
78
+ 50256
79
+ ],
80
+ "bos_token_id": 50257,
81
+ "decoder_start_token_id": 50257,
82
+ "eos_token_id": 50256,
83
+ "is_multilingual": false,
84
+ "max_initial_timestamp_index": 50,
85
+ "max_length": 448,
86
+ "max_new_tokens": 400,
87
+ "no_timestamps_token_id": 50362,
88
+ "pad_token_id": 50256,
89
+ "prev_sot_token_id": 50360,
90
+ "return_timestamps": false,
91
+ "suppress_tokens": [],
92
+ "transformers_version": "4.51.0",
93
+ "use_cache": false
94
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:206f2a9df63bc9da0621080869d3f8b0775067c73260fce4e3b714be401fbb4f
3
  size 3055540208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:416d8c153bb0a3c5fc54fc20dd66f412edf7b4369ab1c118349deea4b8b25798
3
  size 3055540208
runs/Jul07_10-27-22_DESKTOP-HAI2H1S/events.out.tfevents.1751851659.DESKTOP-HAI2H1S.16712.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d772b3e43bfd4b14d7b32f73cba34cf80f823513f81bbf503657a7e527aba3f
3
+ size 6044
runs/Jul10_08-40-41_DESKTOP-HAI2H1S/events.out.tfevents.1752104459.DESKTOP-HAI2H1S.23372.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7bbb1ba4e98f6188b161379ab141d29c20409f6b483e8db836225188c2808a3
3
+ size 6044
runs/Jul16_17-02-33_DESKTOP-HAI2H1S/events.out.tfevents.1752652971.DESKTOP-HAI2H1S.42812.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d44db84ad095d6520e20f55e433cf257c26facd78cef9688712b611e08f36762
3
+ size 5833
runs/Jul18_08-36-50_DESKTOP-HAI2H1S/events.out.tfevents.1752795428.DESKTOP-HAI2H1S.30884.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3c9bed3bc192bf13ca47567921e0fb567962552efa7902c812d45f117bfa534
3
+ size 6044
runs/Jul21_18-14-22_DESKTOP-HAI2H1S/events.out.tfevents.1753089279.DESKTOP-HAI2H1S.28036.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b94be8f32f87491c26e034332231075d779acb3a2acc3b28ec4cbc6daee35a2
3
+ size 5833
runs/Jul22_16-11-11_DESKTOP-HAI2H1S/events.out.tfevents.1753168290.DESKTOP-HAI2H1S.23900.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22d39f2befeb58c22d0d85408f86c3145237e2d3a92a6f6b56ad5e2ff0b62b05
3
+ size 5833
runs/Jul22_16-24-33_DESKTOP-HAI2H1S/events.out.tfevents.1753169090.DESKTOP-HAI2H1S.48008.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f65e9014140da7ba3a6f8277f06403cf6abc3cdc265605ec08c8648d1b90c11b
3
+ size 5834
runs/Jul22_16-53-33_DESKTOP-HAI2H1S/events.out.tfevents.1753170825.DESKTOP-HAI2H1S.15440.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd49e8dc946ec33e19827ab9b58bd4fd0a1113984d276ae2b98853d4a259cb0f
3
+ size 6189
runs/Jun13_08-32-59_DESKTOP-HAI2H1S/events.out.tfevents.1749771196.DESKTOP-HAI2H1S.11820.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:731baa883e89017e29e8583b10edfe45f46432f2f7295984bf498acac11945e6
3
- size 6362
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ad3d34f7bd91bfdb39ec6cec2bb766a654c85257b324d3f3557a53f78957908
3
+ size 6573
runs/Jun27_09-20-17_DESKTOP-HAI2H1S/events.out.tfevents.1750983632.DESKTOP-HAI2H1S.5620.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c50238055a7251aaec5730b00dbc63b6d3bea76afe5f1b919789775e9c40540c
3
+ size 5833
runs/Jun30_08-33-58_DESKTOP-HAI2H1S/events.out.tfevents.1751240056.DESKTOP-HAI2H1S.3020.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26b35a78fa80dd8b5e0127b2a32c1ff458a90b9f43baab4cccdd58c682a6f7c3
3
+ size 6044
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb69b2079cf9f4381915b804619bf98a621e6355f422d505dbbc63762737f5f1
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a18f250664caa9db13ddf470bfde1904c78951bf01e5a2912479bd85d469dc2
3
  size 5905