miosipof commited on
Commit
65e8051
·
verified ·
1 Parent(s): f0a59ef

End of training

Browse files
README.md ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ language:
4
+ - it
5
+ license: apache-2.0
6
+ base_model: openai/whisper-medium
7
+ tags:
8
+ - generated_from_trainer
9
+ datasets:
10
+ - b-brave-balanced-augmented
11
+ metrics:
12
+ - wer
13
+ model-index:
14
+ - name: Whisper Medium IT
15
+ results:
16
+ - task:
17
+ type: automatic-speech-recognition
18
+ name: Automatic Speech Recognition
19
+ dataset:
20
+ name: b-brave-balanced-augmented
21
+ type: b-brave-balanced-augmented
22
+ metrics:
23
+ - type: wer
24
+ value: 28.893905191873586
25
+ name: Wer
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # Whisper Medium IT
32
+
33
+ This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the b-brave-balanced-augmented dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.4682
36
+ - Wer: 28.8939
37
+ - Cer: 19.7597
38
+ - Lr: 0.0000
39
+
40
+ ## Model description
41
+
42
+ More information needed
43
+
44
+ ## Intended uses & limitations
45
+
46
+ More information needed
47
+
48
+ ## Training and evaluation data
49
+
50
+ More information needed
51
+
52
+ ## Training procedure
53
+
54
+ ### Training hyperparameters
55
+
56
+ The following hyperparameters were used during training:
57
+ - learning_rate: 0.0003
58
+ - train_batch_size: 4
59
+ - eval_batch_size: 4
60
+ - seed: 42
61
+ - gradient_accumulation_steps: 2
62
+ - total_train_batch_size: 8
63
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
64
+ - lr_scheduler_type: linear
65
+ - lr_scheduler_warmup_ratio: 0.3
66
+ - num_epochs: 12
67
+ - mixed_precision_training: Native AMP
68
+
69
+ ### Training results
70
+
71
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer | Lr |
72
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:------:|
73
+ | 2.6473 | 1.0 | 165 | 1.2219 | 64.5598 | 37.6553 | 0.0001 |
74
+ | 0.8386 | 2.0 | 330 | 0.7353 | 59.1422 | 44.4905 | 0.0002 |
75
+ | 0.5917 | 3.0 | 495 | 0.5903 | 46.0497 | 29.5775 | 0.0002 |
76
+ | 0.4388 | 4.0 | 660 | 0.5117 | 36.3431 | 25.7249 | 0.0003 |
77
+ | 0.2524 | 5.0 | 825 | 0.5054 | 35.8916 | 24.6893 | 0.0003 |
78
+ | 0.1335 | 6.0 | 990 | 0.4751 | 35.4402 | 23.2809 | 0.0002 |
79
+ | 0.0587 | 7.0 | 1155 | 0.4769 | 30.4740 | 20.6711 | 0.0002 |
80
+ | 0.0388 | 8.0 | 1320 | 0.4668 | 32.9571 | 22.0381 | 0.0001 |
81
+ | 0.0124 | 9.0 | 1485 | 0.4646 | 30.4740 | 20.8368 | 0.0001 |
82
+ | 0.0087 | 10.0 | 1650 | 0.4582 | 28.2167 | 19.8840 | 0.0001 |
83
+ | 0.0022 | 11.0 | 1815 | 0.4655 | 29.7968 | 20.5468 | 0.0000 |
84
+ | 0.0022 | 12.0 | 1980 | 0.4682 | 28.8939 | 19.7597 | 0.0000 |
85
+
86
+
87
+ ### Framework versions
88
+
89
+ - PEFT 0.14.0
90
+ - Transformers 4.49.0
91
+ - Pytorch 2.2.0
92
+ - Datasets 3.3.2
93
+ - Tokenizers 0.21.1
adapter_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "WhisperForConditionalGeneration",
5
+ "parent_library": "transformers.models.whisper.modeling_whisper"
6
+ },
7
+ "base_model_name_or_path": "openai/whisper-medium",
8
+ "bias": "none",
9
+ "eva_config": null,
10
+ "exclude_modules": null,
11
+ "fan_in_fan_out": false,
12
+ "inference_mode": true,
13
+ "init_lora_weights": true,
14
+ "layer_replication": null,
15
+ "layers_pattern": null,
16
+ "layers_to_transform": null,
17
+ "loftq_config": {},
18
+ "lora_alpha": 64,
19
+ "lora_bias": false,
20
+ "lora_dropout": 0.3,
21
+ "megatron_config": null,
22
+ "megatron_core": "megatron.core",
23
+ "modules_to_save": null,
24
+ "peft_type": "LORA",
25
+ "r": 32,
26
+ "rank_pattern": {},
27
+ "revision": null,
28
+ "target_modules": [
29
+ "v_proj",
30
+ "q_proj",
31
+ "k_proj"
32
+ ],
33
+ "task_type": null,
34
+ "use_dora": false,
35
+ "use_rslora": false
36
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5c7e6647afc7ded14a31eab4f8d087bb2b607405800dccd2315db4e92442016
3
+ size 56685000
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df44c66dbb73dcfc2100f9c4ff4e0b4313ce11dbc9480c47e0dedf0bfebf12ec
3
+ size 5496