JacobLinCool commited on
Commit
8a332b6
·
verified ·
1 Parent(s): 339abcf

Training in progress, step 100

Browse files
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ language:
4
+ - en
5
+ license: mit
6
+ base_model: openai/whisper-large-v3-turbo
7
+ tags:
8
+ - wft
9
+ - whisper
10
+ - automatic-speech-recognition
11
+ - audio
12
+ - speech
13
+ - generated_from_trainer
14
+ datasets:
15
+ - JacobLinCool/ami-disfluent
16
+ model-index:
17
+ - name: whisper-large-v3-turbo-verbatim-3-lora
18
+ results: []
19
+ ---
20
+
21
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
22
+ should probably proofread and complete it, then remove this comment. -->
23
+
24
+ # whisper-large-v3-turbo-verbatim-3-lora
25
+
26
+ This model is a fine-tuned version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) on the JacobLinCool/ami-disfluent dataset.
27
+ It achieves the following results on the evaluation set:
28
+ - eval_loss: 0.1998
29
+ - eval_wer: 9.9454
30
+ - eval_cer: 4.1038
31
+ - eval_decode_runtime: 108.1653
32
+ - eval_wer_runtime: 0.0730
33
+ - eval_cer_runtime: 0.0960
34
+ - eval_runtime: 182.769
35
+ - eval_samples_per_second: 10.352
36
+ - eval_steps_per_second: 0.328
37
+ - epoch: 0.1
38
+ - step: 100
39
+
40
+ ## Model description
41
+
42
+ More information needed
43
+
44
+ ## Intended uses & limitations
45
+
46
+ More information needed
47
+
48
+ ## Training and evaluation data
49
+
50
+ More information needed
51
+
52
+ ## Training procedure
53
+
54
+ ### Training hyperparameters
55
+
56
+ The following hyperparameters were used during training:
57
+ - learning_rate: 5e-05
58
+ - train_batch_size: 4
59
+ - eval_batch_size: 32
60
+ - seed: 42
61
+ - gradient_accumulation_steps: 16
62
+ - total_train_batch_size: 64
63
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
64
+ - lr_scheduler_type: linear
65
+ - lr_scheduler_warmup_steps: 100
66
+ - training_steps: 1000
67
+
68
+ ### Framework versions
69
+
70
+ - PEFT 0.14.0
71
+ - Transformers 4.48.0
72
+ - Pytorch 2.4.1+cu124
73
+ - Datasets 3.2.0
74
+ - 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-large-v3-turbo",
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": 8,
19
+ "lora_bias": false,
20
+ "lora_dropout": 0.05,
21
+ "megatron_config": null,
22
+ "megatron_core": "megatron.core",
23
+ "modules_to_save": null,
24
+ "peft_type": "LORA",
25
+ "r": 32,
26
+ "rank_pattern": {},
27
+ "revision": null,
28
+ "target_modules": [
29
+ "q_proj",
30
+ "fc2",
31
+ "fc1",
32
+ "out_proj",
33
+ "k_proj",
34
+ "v_proj"
35
+ ],
36
+ "task_type": null,
37
+ "use_dora": false,
38
+ "use_rslora": true
39
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85d2fee528cab510e8c1aae76c8922331e858add3fea932002d4b7294bf662b1
3
+ size 111475752
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/Jan15_20-47-10_72fee014ddc5/events.out.tfevents.1736974043.72fee014ddc5.46395.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1757da454cb22eb20a17e7dc8efca3d5c34fc4371bd74b5f7142a2a54451c142
3
+ size 605827
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c80125045a6ca3d9b59b19653a83941d149cbb73853d610a70a1bf1077b25c0a
3
+ size 5624