greenw0lf commited on
Commit
4339aac
·
verified ·
1 Parent(s): 208a37c

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-20h-meta-seed333
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: 19.997190090385423
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-20h-meta-seed333
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.4644
39
+ - Wer: 19.9972
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: 39
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
+ | 1.2682 | 0.3 | 39 | 0.9069 | 45.0616 |
73
+ | 0.6645 | 0.6 | 78 | 0.5525 | 24.3245 |
74
+ | 0.5616 | 0.9 | 117 | 0.5117 | 22.0344 |
75
+ | 0.5156 | 1.2 | 156 | 0.4948 | 21.1867 |
76
+ | 0.4889 | 1.5 | 195 | 0.4835 | 21.0228 |
77
+ | 0.4997 | 1.8 | 234 | 0.4739 | 20.5732 |
78
+ | 0.4574 | 2.1 | 273 | 0.4687 | 20.3718 |
79
+ | 0.4434 | 2.4 | 312 | 0.4669 | 20.6013 |
80
+ | 0.4495 | 2.7 | 351 | 0.4651 | 20.7886 |
81
+ | 0.4197 | 3.0 | 390 | 0.4644 | 19.9972 |
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:45f73fe5a83328c6aa5867f2be13aa0edf24ec387b91378902eb6bfd6593c45a
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:3f191857bbe9bff70dd3332c1fa4fe171d6db81080acc6e9228e6c111e19e1e7
3
+ size 6097