OverloadedOperator commited on
Commit
46effff
1 Parent(s): 140ef2f

End of training

Browse files
README.md ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - he
4
+ license: apache-2.0
5
+ library_name: peft
6
+ tags:
7
+ - hf-asr-leaderboard
8
+ - generated_from_trainer
9
+ datasets:
10
+ - imvladikon/hebrew_speech_kan
11
+ base_model: openai/whisper-tiny
12
+ model-index:
13
+ - name: TK_Whisper_ASR
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # TK_Whisper_ASR
21
+
22
+ This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the KAN Hebrew Speech dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 5.4256
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 1e-05
44
+ - train_batch_size: 2
45
+ - eval_batch_size: 2
46
+ - seed: 42
47
+ - gradient_accumulation_steps: 4
48
+ - total_train_batch_size: 8
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_steps: 50
52
+ - num_epochs: 30
53
+ - mixed_precision_training: Native AMP
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss |
58
+ |:-------------:|:-----:|:----:|:---------------:|
59
+ | No log | 1.0 | 1 | 6.4006 |
60
+ | No log | 2.0 | 2 | 6.4006 |
61
+ | No log | 3.0 | 3 | 6.4006 |
62
+ | No log | 4.0 | 4 | 6.4006 |
63
+ | No log | 5.0 | 5 | 6.4006 |
64
+ | No log | 6.0 | 6 | 6.3966 |
65
+ | No log | 7.0 | 7 | 6.3910 |
66
+ | No log | 8.0 | 8 | 6.3844 |
67
+ | No log | 9.0 | 9 | 6.3857 |
68
+ | No log | 10.0 | 10 | 6.3694 |
69
+ | No log | 11.0 | 11 | 6.3381 |
70
+ | No log | 12.0 | 12 | 6.3115 |
71
+ | No log | 13.0 | 13 | 6.2788 |
72
+ | No log | 14.0 | 14 | 6.2411 |
73
+ | No log | 15.0 | 15 | 6.1932 |
74
+ | No log | 16.0 | 16 | 6.1552 |
75
+ | No log | 17.0 | 17 | 6.1146 |
76
+ | No log | 18.0 | 18 | 6.0711 |
77
+ | No log | 19.0 | 19 | 6.0122 |
78
+ | No log | 20.0 | 20 | 5.9643 |
79
+ | No log | 21.0 | 21 | 5.9193 |
80
+ | No log | 22.0 | 22 | 5.8783 |
81
+ | No log | 23.0 | 23 | 5.8258 |
82
+ | No log | 24.0 | 24 | 5.7742 |
83
+ | 6.7306 | 25.0 | 25 | 5.7174 |
84
+ | 6.7306 | 26.0 | 26 | 5.6629 |
85
+ | 6.7306 | 27.0 | 27 | 5.6041 |
86
+ | 6.7306 | 28.0 | 28 | 5.5453 |
87
+ | 6.7306 | 29.0 | 29 | 5.4896 |
88
+ | 6.7306 | 30.0 | 30 | 5.4256 |
89
+
90
+
91
+ ### Framework versions
92
+
93
+ - PEFT 0.9.0
94
+ - Transformers 4.38.2
95
+ - Pytorch 2.2.1+cu121
96
+ - Datasets 2.18.0
97
+ - Tokenizers 0.15.0
adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-tiny",
8
+ "bias": "none",
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 64,
16
+ "lora_dropout": 0.05,
17
+ "megatron_config": null,
18
+ "megatron_core": "megatron.core",
19
+ "modules_to_save": null,
20
+ "peft_type": "LORA",
21
+ "r": 32,
22
+ "rank_pattern": {},
23
+ "revision": null,
24
+ "target_modules": [
25
+ "q_proj",
26
+ "v_proj"
27
+ ],
28
+ "task_type": null,
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3471f9db35e0a955cad2f02a09149951ef36b0adf912e6eb5c1abb7755a2464
3
+ size 2366008
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/Oct21_12-52-27_Adam-Laptop/events.out.tfevents.1729504348.Adam-Laptop ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33264c41355b7e7a1f7c6bfc3d9ee33d756b027f89f644a738519640f5da8bd5
3
+ size 14004
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0de323585e3f84fb3ce2e386e6f3ec992b3e725676a22fea44cc83a6a046c985
3
+ size 5176