zeon8985army commited on
Commit
21f1e1e
1 Parent(s): 98ec3fe

End of training

Browse files
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - id
4
+ license: apache-2.0
5
+ library_name: peft
6
+ tags:
7
+ - id-asr-leaderboard
8
+ - generated_from_trainer
9
+ datasets:
10
+ - '-'
11
+ base_model: openai/whisper-large-v2
12
+ model-index:
13
+ - name: zeon8985army/KhalsuuTagalog-fineTunedLargeV2-tl-1
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # zeon8985army/KhalsuuTagalog-fineTunedLargeV2-tl-1
21
+
22
+ This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on the AlistairBegg dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.2708
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 6e-05
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 16
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_steps: 12
50
+ - training_steps: 276
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss |
56
+ |:-------------:|:-----:|:----:|:---------------:|
57
+ | 3.26 | 0.05 | 12 | 3.5752 |
58
+ | 2.9122 | 0.1 | 24 | 2.9222 |
59
+ | 2.1061 | 0.15 | 36 | 1.9585 |
60
+ | 1.6265 | 0.2 | 48 | 1.5771 |
61
+ | 1.3155 | 0.25 | 60 | 1.3177 |
62
+ | 1.1793 | 0.3 | 72 | 1.1780 |
63
+ | 1.0208 | 0.35 | 84 | 1.0613 |
64
+ | 0.9111 | 0.4 | 96 | 0.9361 |
65
+ | 0.8078 | 0.44 | 108 | 0.7634 |
66
+ | 0.6103 | 0.49 | 120 | 0.4794 |
67
+ | 0.3911 | 0.54 | 132 | 0.2857 |
68
+ | 0.324 | 0.59 | 144 | 0.2915 |
69
+ | 0.3228 | 0.64 | 156 | 0.2858 |
70
+ | 0.3103 | 0.69 | 168 | 0.2778 |
71
+ | 0.3458 | 0.74 | 180 | 0.2750 |
72
+ | 0.3283 | 0.79 | 192 | 0.2738 |
73
+ | 0.394 | 0.84 | 204 | 0.2728 |
74
+ | 0.3181 | 0.89 | 216 | 0.2711 |
75
+ | 0.3201 | 0.94 | 228 | 0.2704 |
76
+ | 0.3291 | 0.99 | 240 | 0.2705 |
77
+ | 0.3084 | 1.04 | 252 | 0.2709 |
78
+ | 0.32 | 1.09 | 264 | 0.2711 |
79
+ | 0.363 | 1.14 | 276 | 0.2708 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - PEFT 0.9.0
85
+ - Transformers 4.38.2
86
+ - Pytorch 2.2.1+cu121
87
+ - Datasets 2.18.0
88
+ - Tokenizers 0.15.2
adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-v2",
8
+ "bias": "none",
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 64,
16
+ "lora_dropout": 0.1,
17
+ "megatron_config": null,
18
+ "megatron_core": "megatron.core",
19
+ "modules_to_save": null,
20
+ "peft_type": "LORA",
21
+ "r": 32,
22
+ "rank_pattern": {},
23
+ "revision": null,
24
+ "target_modules": [
25
+ "q_proj",
26
+ "v_proj"
27
+ ],
28
+ "task_type": null,
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4044f410649a630e9f2be6c21a0e73e4a56f2e74c4feb3e270ade4ef0679e64
3
+ size 62969640
preprocessor_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_length": 30,
3
+ "feature_extractor_type": "WhisperFeatureExtractor",
4
+ "feature_size": 80,
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/Mar24_16-19-55_93b2e1b2155b/events.out.tfevents.1711297201.93b2e1b2155b.24502.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3532935de62c637869335494e4a8f9b2c909f9bfbc281b0083a185fdb7fcee54
3
+ size 17302
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e329b1287c6d64cdb4a02bb37aa9b7c397015ae59666807649754a8ff5336679
3
+ size 5112