xuliu15 commited on
Commit
59a79f3
·
verified ·
1 Parent(s): 4f74a66

End of training

Browse files
README.md ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - librispeech
9
+ model-index:
10
+ - name: LoRA-English-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-English-10m
18
+
19
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the librispeech dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.2052
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: 40
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:-----:|:----:|:---------------:|
54
+ | No log | 1.0 | 6 | 2.4022 |
55
+ | No log | 2.0 | 12 | 1.7738 |
56
+ | No log | 3.0 | 18 | 1.0358 |
57
+ | No log | 4.0 | 24 | 0.7506 |
58
+ | 0.9696 | 5.0 | 30 | 0.6126 |
59
+ | 0.9696 | 6.0 | 36 | 0.5719 |
60
+ | 0.9696 | 7.0 | 42 | 0.5161 |
61
+ | 0.9696 | 8.0 | 48 | 0.3983 |
62
+ | 0.2101 | 9.0 | 54 | 0.2375 |
63
+ | 0.2101 | 10.0 | 60 | 0.2141 |
64
+ | 0.2101 | 11.0 | 66 | 0.1953 |
65
+ | 0.2101 | 12.0 | 72 | 0.1938 |
66
+ | 0.0125 | 13.0 | 78 | 0.1997 |
67
+ | 0.0125 | 14.0 | 84 | 0.2035 |
68
+ | 0.0125 | 15.0 | 90 | 0.2038 |
69
+ | 0.0125 | 16.0 | 96 | 0.2036 |
70
+ | 0.0015 | 17.0 | 102 | 0.2023 |
71
+ | 0.0015 | 18.0 | 108 | 0.2017 |
72
+ | 0.0015 | 19.0 | 114 | 0.2016 |
73
+ | 0.0015 | 20.0 | 120 | 0.2015 |
74
+ | 0.0009 | 21.0 | 126 | 0.2017 |
75
+ | 0.0009 | 22.0 | 132 | 0.2022 |
76
+ | 0.0009 | 23.0 | 138 | 0.2025 |
77
+ | 0.0009 | 24.0 | 144 | 0.2029 |
78
+ | 0.0007 | 25.0 | 150 | 0.2033 |
79
+ | 0.0007 | 26.0 | 156 | 0.2034 |
80
+ | 0.0007 | 27.0 | 162 | 0.2036 |
81
+ | 0.0007 | 28.0 | 168 | 0.2039 |
82
+ | 0.0007 | 29.0 | 174 | 0.2042 |
83
+ | 0.0007 | 30.0 | 180 | 0.2045 |
84
+ | 0.0007 | 31.0 | 186 | 0.2047 |
85
+ | 0.0007 | 32.0 | 192 | 0.2048 |
86
+ | 0.0007 | 33.0 | 198 | 0.2048 |
87
+ | 0.0006 | 34.0 | 204 | 0.2049 |
88
+ | 0.0006 | 35.0 | 210 | 0.2049 |
89
+ | 0.0006 | 36.0 | 216 | 0.2050 |
90
+ | 0.0006 | 37.0 | 222 | 0.2051 |
91
+ | 0.0006 | 38.0 | 228 | 0.2051 |
92
+ | 0.0006 | 39.0 | 234 | 0.2052 |
93
+ | 0.0006 | 40.0 | 240 | 0.2052 |
94
+
95
+
96
+ ### Framework versions
97
+
98
+ - PEFT 0.10.0
99
+ - Transformers 4.40.1
100
+ - Pytorch 2.3.0+cu121
101
+ - Datasets 2.19.0
102
+ - 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
+ "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:aa456f274f0a7b4867a6c14bd6b2cb527604f3c1ec4601b63d34c13c4fe89cea
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/May29_10-29-33_a100gpu4/events.out.tfevents.1716971383.a100gpu4.379657.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96123c412d70f3c72fc3655e51fb60505d27afbf783cd05d81b122a43c7c87c3
3
+ size 18512
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:702f706ff4b2dada6a33fcaf6ac2192f4f038fe8a43bce89827a5131ee79a762
3
+ size 5176