clt013 commited on
Commit
51b9321
1 Parent(s): 9b7b66e

End of training

Browse files
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: openai/whisper-large-v3
3
+ datasets:
4
+ - clt013/malay-speech-3k-rows-dataset_v2
5
+ language:
6
+ - ms
7
+ library_name: peft
8
+ license: apache-2.0
9
+ tags:
10
+ - generated_from_trainer
11
+ model-index:
12
+ - name: Whisper Large v3 FT Malay - CLT013
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # Whisper Large v3 FT Malay - CLT013
20
+
21
+ This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on the Malay Speech 3k dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.7194
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-05
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 8
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: 100
49
+ - num_epochs: 3
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss |
55
+ |:-------------:|:------:|:----:|:---------------:|
56
+ | 2.5614 | 0.0933 | 25 | 2.6198 |
57
+ | 2.9109 | 0.1866 | 50 | 2.5967 |
58
+ | 2.5414 | 0.2799 | 75 | 2.5518 |
59
+ | 2.4919 | 0.3731 | 100 | 2.4742 |
60
+ | 2.5861 | 0.4664 | 125 | 2.3639 |
61
+ | 2.454 | 0.5597 | 150 | 2.2213 |
62
+ | 2.32 | 0.6530 | 175 | 2.0616 |
63
+ | 2.1081 | 0.7463 | 200 | 1.8668 |
64
+ | 1.7976 | 0.8396 | 225 | 1.6736 |
65
+ | 1.7597 | 0.9328 | 250 | 1.5280 |
66
+ | 1.469 | 1.0261 | 275 | 1.4172 |
67
+ | 1.4484 | 1.1194 | 300 | 1.3275 |
68
+ | 1.2641 | 1.2127 | 325 | 1.2592 |
69
+ | 1.1853 | 1.3060 | 350 | 1.1972 |
70
+ | 1.184 | 1.3993 | 375 | 1.1449 |
71
+ | 1.1733 | 1.4925 | 400 | 1.0964 |
72
+ | 1.0707 | 1.5858 | 425 | 1.0568 |
73
+ | 0.9975 | 1.6791 | 450 | 1.0172 |
74
+ | 0.9897 | 1.7724 | 475 | 0.9855 |
75
+ | 1.0223 | 1.8657 | 500 | 0.9524 |
76
+ | 0.875 | 1.9590 | 525 | 0.9232 |
77
+ | 0.9242 | 2.0522 | 550 | 0.8968 |
78
+ | 0.8829 | 2.1455 | 575 | 0.8709 |
79
+ | 0.8491 | 2.2388 | 600 | 0.8454 |
80
+ | 0.7793 | 2.3321 | 625 | 0.8236 |
81
+ | 0.7733 | 2.4254 | 650 | 0.7993 |
82
+ | 0.7085 | 2.5187 | 675 | 0.7787 |
83
+ | 0.7403 | 2.6119 | 700 | 0.7596 |
84
+ | 0.7019 | 2.7052 | 725 | 0.7415 |
85
+ | 0.722 | 2.7985 | 750 | 0.7309 |
86
+ | 0.6403 | 2.8918 | 775 | 0.7220 |
87
+ | 0.699 | 2.9851 | 800 | 0.7194 |
88
+
89
+
90
+ ### Framework versions
91
+
92
+ - PEFT 0.13.0
93
+ - Transformers 4.44.2
94
+ - Pytorch 2.4.1+cu121
95
+ - Datasets 3.0.1
96
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-large-v3",
8
+ "bias": "none",
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 64,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 32,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "q_proj",
27
+ "v_proj"
28
+ ],
29
+ "task_type": null,
30
+ "use_dora": false,
31
+ "use_rslora": false
32
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f60713bb62d599182499918482caf9612bcd536e2381c843e8be5b8f6b5738d4
3
+ size 62969640
preprocessor_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_length": 30,
3
+ "feature_extractor_type": "WhisperFeatureExtractor",
4
+ "feature_size": 128,
5
+ "hop_length": 160,
6
+ "n_fft": 400,
7
+ "n_samples": 480000,
8
+ "nb_max_frames": 3000,
9
+ "padding_side": "right",
10
+ "padding_value": 0.0,
11
+ "processor_class": "WhisperProcessor",
12
+ "return_attention_mask": false,
13
+ "sampling_rate": 16000
14
+ }
runs/Oct07_11-08-05_604cd8408840/events.out.tfevents.1728299299.604cd8408840.325.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1c444a8358dbb8ca81e1ef31988fe810e4f77fdb46eee44b98f4332d1e97cce
3
+ size 21963
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a41329056b2f19b599cd3d7e2960070ca74ced0f8d2735436f294f053597d56
3
+ size 5368