xuliu15 commited on
Commit
bbc74fa
1 Parent(s): 36be29e

End of training

Browse files
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: openai/whisper-small
7
+ datasets:
8
+ - mozilla-foundation/common_voice_6_1
9
+ model-index:
10
+ - name: LoRA-Frisian-10m
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # LoRA-Frisian-10m
18
+
19
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the mozilla-foundation/common_voice_6_1 dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.4050
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.001
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 50
47
+ - num_epochs: 12
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:-----:|:----:|:---------------:|
54
+ | No log | 1.0 | 15 | 2.2933 |
55
+ | 1.9518 | 2.0 | 30 | 2.0861 |
56
+ | 1.9518 | 3.0 | 45 | 1.7375 |
57
+ | 1.1576 | 4.0 | 60 | 1.4904 |
58
+ | 0.3487 | 5.0 | 75 | 1.4023 |
59
+ | 0.3487 | 6.0 | 90 | 1.3944 |
60
+ | 0.1202 | 7.0 | 105 | 1.4065 |
61
+ | 0.1202 | 8.0 | 120 | 1.3962 |
62
+ | 0.039 | 9.0 | 135 | 1.3982 |
63
+ | 0.0143 | 10.0 | 150 | 1.4102 |
64
+ | 0.0143 | 11.0 | 165 | 1.4045 |
65
+ | 0.0097 | 12.0 | 180 | 1.4050 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - PEFT 0.10.0
71
+ - Transformers 4.40.1
72
+ - Pytorch 2.3.0+cu121
73
+ - Datasets 2.19.0
74
+ - 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-small",
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
+ "v_proj",
27
+ "q_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:28e381c9ff483be1eaba81a0c353aae1a61dbb9040c68880a287ef31a1e9360d
3
+ size 14176064
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/May25_23-16-32_a100gpu6/events.out.tfevents.1716671817.a100gpu6.911412.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c47eeba677822045312034a033f2b7514418ebff831ff7a2b5ed661eef3322e
3
+ size 6005
runs/May25_23-23-38_a100gpu6/events.out.tfevents.1716672226.a100gpu6.911412.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69f4e57e512c6849f6a74aaa78188e11fa5aedf5691cd2946601949bce40530c
3
+ size 7217
runs/May25_23-43-51_a100gpu6/events.out.tfevents.1716673437.a100gpu6.911412.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed32a987cb5f5d8a7c5984b8206fa0e74fd245b68782a9c1ca239e240c0092ed
3
+ size 6006
runs/May25_23-49-41_a100gpu6/events.out.tfevents.1716673788.a100gpu6.911412.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c43ba4611a76dccae7f794429bf4f7c9e548811ac018f2427a54a9625458ecd
3
+ size 5532
runs/May25_23-50-04_a100gpu6/events.out.tfevents.1716673808.a100gpu6.911412.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f83fabcb2b4832d2b4631549b8cc26de78a87934767276bb3e7a6c5ca9540490
3
+ size 5532
runs/May25_23-50-04_a100gpu6/events.out.tfevents.1716673826.a100gpu6.911412.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1728e07311236147df97ec226fd33ffe56b511cb2be8ee008a1767398c82ed7
3
+ size 10555
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cf8200461b4a248baf6875c21f8f44b9861cbc0f3eb4763b3794619b4055689
3
+ size 5176