greenw0lf commited on
Commit
2969ef4
·
verified ·
1 Parent(s): 99b985c

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-audeering-classifier
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.407790116415605
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-audeering-classifier
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.9893
39
+ - Wer: 35.4078
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: 1e-05
59
+ - train_batch_size: 48
60
+ - eval_batch_size: 32
61
+ - seed: 42
62
+ - optimizer: Use OptimizerNames.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: 18
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.0781 | 0.2903 | 18 | 1.2146 | 37.7227 |
73
+ | 1.0513 | 0.5806 | 36 | 1.1826 | 37.2832 |
74
+ | 1.0726 | 0.8710 | 54 | 1.1473 | 37.0651 |
75
+ | 1.0074 | 1.1613 | 72 | 1.1131 | 36.3371 |
76
+ | 0.9105 | 1.4516 | 90 | 1.0814 | 35.9278 |
77
+ | 0.9318 | 1.7419 | 108 | 1.0515 | 35.7131 |
78
+ | 0.864 | 2.0323 | 126 | 1.0267 | 35.4984 |
79
+ | 0.8848 | 2.3226 | 144 | 1.0083 | 35.3608 |
80
+ | 0.8116 | 2.6129 | 162 | 0.9954 | 35.7232 |
81
+ | 0.8561 | 2.9032 | 180 | 0.9893 | 35.4078 |
82
+
83
+
84
+ ### Framework versions
85
+
86
+ - PEFT 0.16.0
87
+ - Transformers 4.57.3
88
+ - Pytorch 2.7.1+cu126
89
+ - Datasets 3.6.0
90
+ - Tokenizers 0.22.2
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-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
+ "v_proj",
32
+ "q_proj"
33
+ ],
34
+ "task_type": null,
35
+ "trainable_token_indices": null,
36
+ "use_dora": false,
37
+ "use_qalora": 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:f4eb5fa15d7791b7fecac2edf30371a54a5c741132841f4fea9715c12b910167
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:48aa84f59244e73b5d92099e8ded87ae84332c4e18587e7add817a777c1669a2
3
+ size 6097