Thecoder3281f commited on
Commit
996dc53
·
verified ·
1 Parent(s): b826d0d

End of training

Browse files
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ language:
4
+ - en
5
+ license: apache-2.0
6
+ base_model: openai/whisper-small
7
+ tags:
8
+ - generated_from_trainer
9
+ datasets:
10
+ - mozilla-foundation/common_voice_17_0
11
+ metrics:
12
+ - wer
13
+ model-index:
14
+ - name: Whisper Small English (1000 steps) - Jarrett Er
15
+ results:
16
+ - task:
17
+ type: automatic-speech-recognition
18
+ name: Automatic Speech Recognition
19
+ dataset:
20
+ name: Common Voice 17.0
21
+ type: mozilla-foundation/common_voice_17_0
22
+ config: en
23
+ split: train
24
+ args: 'config: en, split: train'
25
+ metrics:
26
+ - type: wer
27
+ value: 10.99832565927166
28
+ name: Wer
29
+ ---
30
+
31
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
32
+ should probably proofread and complete it, then remove this comment. -->
33
+
34
+ # Whisper Small English (1000 steps) - Jarrett Er
35
+
36
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 17.0 dataset.
37
+ It achieves the following results on the evaluation set:
38
+ - Loss: 0.2214
39
+ - Wer: 10.9983
40
+
41
+ ## Model description
42
+
43
+ More information needed
44
+
45
+ ## Intended uses & limitations
46
+
47
+ More information needed
48
+
49
+ ## Training and evaluation data
50
+
51
+ More information needed
52
+
53
+ ## Training procedure
54
+
55
+ ### Training hyperparameters
56
+
57
+ The following hyperparameters were used during training:
58
+ - learning_rate: 0.0001
59
+ - train_batch_size: 16
60
+ - eval_batch_size: 8
61
+ - seed: 42
62
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
63
+ - lr_scheduler_type: linear
64
+ - lr_scheduler_warmup_steps: 100
65
+ - training_steps: 1000
66
+ - mixed_precision_training: Native AMP
67
+
68
+ ### Training results
69
+
70
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
71
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
72
+ | 0.2461 | 0.1 | 100 | 0.2450 | 11.8146 |
73
+ | 0.2253 | 0.2 | 200 | 0.2343 | 11.2599 |
74
+ | 0.2663 | 0.3 | 300 | 0.2287 | 11.2495 |
75
+ | 0.252 | 0.4 | 400 | 0.2241 | 11.0506 |
76
+ | 0.2301 | 0.5 | 500 | 0.2245 | 11.4064 |
77
+ | 0.1985 | 1.037 | 600 | 0.2208 | 11.0297 |
78
+ | 0.1768 | 1.137 | 700 | 0.2230 | 11.2181 |
79
+ | 0.1107 | 1.237 | 800 | 0.2226 | 11.0820 |
80
+ | 0.0819 | 1.337 | 900 | 0.2228 | 11.1134 |
81
+ | 0.185 | 1.437 | 1000 | 0.2214 | 10.9983 |
82
+
83
+
84
+ ### Framework versions
85
+
86
+ - PEFT 0.14.0
87
+ - Transformers 4.48.0.dev0
88
+ - Pytorch 2.5.1+cu124
89
+ - Datasets 3.2.1.dev0
90
+ - Tokenizers 0.21.0
adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "eva_config": null,
10
+ "exclude_modules": null,
11
+ "fan_in_fan_out": false,
12
+ "inference_mode": true,
13
+ "init_lora_weights": true,
14
+ "layer_replication": null,
15
+ "layers_pattern": null,
16
+ "layers_to_transform": null,
17
+ "loftq_config": {},
18
+ "lora_alpha": 64,
19
+ "lora_bias": false,
20
+ "lora_dropout": 0.1,
21
+ "megatron_config": null,
22
+ "megatron_core": "megatron.core",
23
+ "modules_to_save": null,
24
+ "peft_type": "LORA",
25
+ "r": 8,
26
+ "rank_pattern": {},
27
+ "revision": null,
28
+ "target_modules": [
29
+ "v_proj",
30
+ "out_proj",
31
+ "fc1",
32
+ "q_proj",
33
+ "k_proj",
34
+ "fc2"
35
+ ],
36
+ "task_type": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb7592effc76c9ad3366374f41820ec1b299d22c06540c0a2a6e7e0e4e373b5a
3
+ size 13028552
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/Dec19_16-53-54_jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI/events.out.tfevents.1734598441.jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI.11294.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f52efed46284e662a0412eee6c8700bac7ec6f7398e477726f17f60c2947835c
3
+ size 17019
runs/Dec19_21-39-07_jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI/events.out.tfevents.1734615557.jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI.59176.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eb28209f0888a2525961090cb01eb8f4a26d1fa3876cea0ab6b6d04ff3c73c9
3
+ size 18853
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66f4b434f2b2d5d5f2c8c923d400011540ca492ab949865c763ed39306ea71e6
3
+ size 5560