zeon8985army commited on
Commit
47fc0c7
1 Parent(s): e800f11

End of training

Browse files
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: openai/whisper-large-v3
3
+ datasets:
4
+ - '-'
5
+ language:
6
+ - id
7
+ library_name: peft
8
+ tags:
9
+ - id-asr-leaderboard
10
+ - generated_from_trainer
11
+ model-index:
12
+ - name: zeon8985army/IndonesiaLukas-largeV3
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
+ # zeon8985army/IndonesiaLukas-largeV3
20
+
21
+ This model is a fine-tuned version of [zeon8985army/IndonesiaLukas-largeV3](https://huggingface.co/zeon8985army/IndonesiaLukas-largeV3) on the Mozilla & GoogleFleur dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.2076
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: 6e-05
43
+ - train_batch_size: 16
44
+ - eval_batch_size: 16
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: 12
49
+ - training_steps: 276
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss |
55
+ |:-------------:|:------:|:----:|:---------------:|
56
+ | 0.9886 | 0.0785 | 23 | 0.7911 |
57
+ | 0.7915 | 0.1570 | 46 | 0.5595 |
58
+ | 0.5391 | 0.2355 | 69 | 0.4659 |
59
+ | 0.4979 | 0.3140 | 92 | 0.3941 |
60
+ | 0.3862 | 0.3925 | 115 | 0.3290 |
61
+ | 0.3009 | 0.4710 | 138 | 0.2649 |
62
+ | 0.2777 | 0.5495 | 161 | 0.2264 |
63
+ | 0.2603 | 0.6280 | 184 | 0.2169 |
64
+ | 0.2258 | 0.7065 | 207 | 0.2120 |
65
+ | 0.23 | 0.7850 | 230 | 0.2091 |
66
+ | 0.2183 | 0.8635 | 253 | 0.2083 |
67
+ | 0.2392 | 0.9420 | 276 | 0.2076 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - PEFT 0.9.0
73
+ - Transformers 4.44.2
74
+ - Pytorch 2.4.1+cu121
75
+ - Datasets 3.0.1
76
+ - Tokenizers 0.19.1
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-v3",
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:f4bc390c91f6c6adde3d20f2d94d69a4fbee28d81a1c9522403224191938c0dc
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/Oct11_03-33-24_b326ce56e8a2/events.out.tfevents.1728617617.b326ce56e8a2.304.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c45a36ed084e48cc3741796098f6880048fc5a53cc570df6bfb8b95b5ce918a9
3
+ size 12385
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd1f578b3327575b2c77e08f8c85424cf63ed94477f060e9ab49ca393ef9a1d7
3
+ size 5368