greenw0lf commited on
Commit
1ca4e99
·
verified ·
1 Parent(s): 64a5353

End of training

Browse files
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ language:
4
+ - nl
5
+ license: apache-2.0
6
+ base_model: openai/whisper-large-v2
7
+ tags:
8
+ - base_model:adapter:openai/whisper-large-v2
9
+ - lora
10
+ - transformers
11
+ datasets:
12
+ - jasmin
13
+ - jasmin-cgn
14
+ metrics:
15
+ - wer
16
+ model-index:
17
+ - name: whisper-new-nnat-5h-mmr-ecapa
18
+ results:
19
+ - task:
20
+ type: automatic-speech-recognition
21
+ name: Automatic Speech Recognition
22
+ dataset:
23
+ name: JASMIN-CGN
24
+ type: jasmin
25
+ metrics:
26
+ - type: wer
27
+ value: 35.10513745141198
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-new-nnat-5h-mmr-ecapa
35
+
36
+ This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on the JASMIN-CGN dataset.
37
+ It achieves the following results on the evaluation set:
38
+ - Loss: 0.5545
39
+ - Wer: 35.1051
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: 48
60
+ - eval_batch_size: 32
61
+ - seed: 42
62
+ - optimizer: Use adamw_torch_fused 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: 62
65
+ - num_epochs: 3.0
66
+ - mixed_precision_training: Native AMP
67
+
68
+ ### Training results
69
+
70
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
71
+ |:-------------:|:------:|:----:|:---------------:|:-------:|
72
+ | 0.9171 | 0.2967 | 62 | 0.7342 | 44.3497 |
73
+ | 0.377 | 0.5933 | 124 | 0.6011 | 41.0902 |
74
+ | 0.3449 | 0.8900 | 186 | 0.5843 | 42.5420 |
75
+ | 0.315 | 1.1866 | 248 | 0.5710 | 39.1186 |
76
+ | 0.2988 | 1.4833 | 310 | 0.5689 | 45.5393 |
77
+ | 0.2893 | 1.7799 | 372 | 0.5588 | 37.1330 |
78
+ | 0.2607 | 2.0766 | 434 | 0.5569 | 36.0230 |
79
+ | 0.2532 | 2.3732 | 496 | 0.5575 | 35.7046 |
80
+ | 0.2599 | 2.6699 | 558 | 0.5543 | 34.4776 |
81
+ | 0.2716 | 2.9665 | 620 | 0.5545 | 35.1051 |
82
+
83
+
84
+ ### Framework versions
85
+
86
+ - PEFT 0.17.1
87
+ - Transformers 4.57.6
88
+ - Pytorch 2.8.0+cu128
89
+ - Datasets 4.5.0
90
+ - Tokenizers 0.22.2
adapter_config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-v2",
8
+ "bias": "none",
9
+ "corda_config": null,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 64,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.1,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "qalora_group_size": 16,
27
+ "r": 32,
28
+ "rank_pattern": {},
29
+ "revision": null,
30
+ "target_modules": [
31
+ "q_proj",
32
+ "v_proj"
33
+ ],
34
+ "target_parameters": null,
35
+ "task_type": null,
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_qalora": false,
39
+ "use_rslora": false
40
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a193bb506cb9814361778ea0a3283a73680acab4c62eae37a1e9025f8b0b38ae
3
+ size 62969640
preprocessor_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_length": 30,
3
+ "dither": 0.0,
4
+ "feature_extractor_type": "WhisperFeatureExtractor",
5
+ "feature_size": 80,
6
+ "hop_length": 160,
7
+ "n_fft": 400,
8
+ "n_samples": 480000,
9
+ "nb_max_frames": 3000,
10
+ "padding_side": "right",
11
+ "padding_value": 0.0,
12
+ "processor_class": "WhisperProcessor",
13
+ "return_attention_mask": false,
14
+ "sampling_rate": 16000
15
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d6b88944085507d789845b1a766e6207ad54af5c4cb9437fb7d4c345a17dae5
3
+ size 6097