Aysha630 commited on
Commit
053f1bd
1 Parent(s): 417a533

End of training

Browse files
README.md CHANGED
@@ -16,7 +16,12 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.6849
 
 
 
 
 
20
 
21
  ## Model description
22
 
@@ -36,75 +41,19 @@ More information needed
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 0.001
39
- - train_batch_size: 10
40
  - eval_batch_size: 4
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
- - lr_scheduler_warmup_steps: 50
45
- - num_epochs: 50
46
  - mixed_precision_training: Native AMP
47
 
48
- ### Training results
49
-
50
- | Training Loss | Epoch | Step | Validation Loss |
51
- |:-------------:|:-----:|:----:|:---------------:|
52
- | No log | 1.0 | 1 | 1.0192 |
53
- | No log | 2.0 | 2 | 1.0085 |
54
- | No log | 3.0 | 3 | 0.9859 |
55
- | No log | 4.0 | 4 | 0.9554 |
56
- | No log | 5.0 | 5 | 0.9172 |
57
- | No log | 6.0 | 6 | 0.8728 |
58
- | No log | 7.0 | 7 | 0.8330 |
59
- | No log | 8.0 | 8 | 0.7908 |
60
- | No log | 9.0 | 9 | 0.7546 |
61
- | No log | 10.0 | 10 | 0.7167 |
62
- | No log | 11.0 | 11 | 0.6891 |
63
- | No log | 12.0 | 12 | 0.6698 |
64
- | No log | 13.0 | 13 | 0.6546 |
65
- | No log | 14.0 | 14 | 0.6372 |
66
- | No log | 15.0 | 15 | 0.6247 |
67
- | No log | 16.0 | 16 | 0.6198 |
68
- | No log | 17.0 | 17 | 0.6209 |
69
- | No log | 18.0 | 18 | 0.6249 |
70
- | No log | 19.0 | 19 | 0.6316 |
71
- | No log | 20.0 | 20 | 0.6368 |
72
- | No log | 21.0 | 21 | 0.6398 |
73
- | No log | 22.0 | 22 | 0.6463 |
74
- | No log | 23.0 | 23 | 0.6555 |
75
- | No log | 24.0 | 24 | 0.6680 |
76
- | 0.4535 | 25.0 | 25 | 0.6789 |
77
- | 0.4535 | 26.0 | 26 | 0.6905 |
78
- | 0.4535 | 27.0 | 27 | 0.7006 |
79
- | 0.4535 | 28.0 | 28 | 0.7102 |
80
- | 0.4535 | 29.0 | 29 | 0.7208 |
81
- | 0.4535 | 30.0 | 30 | 0.7363 |
82
- | 0.4535 | 31.0 | 31 | 0.7512 |
83
- | 0.4535 | 32.0 | 32 | 0.7582 |
84
- | 0.4535 | 33.0 | 33 | 0.7685 |
85
- | 0.4535 | 34.0 | 34 | 0.7794 |
86
- | 0.4535 | 35.0 | 35 | 0.7849 |
87
- | 0.4535 | 36.0 | 36 | 0.7896 |
88
- | 0.4535 | 37.0 | 37 | 0.7917 |
89
- | 0.4535 | 38.0 | 38 | 0.8132 |
90
- | 0.4535 | 39.0 | 39 | 0.7889 |
91
- | 0.4535 | 40.0 | 40 | 0.7614 |
92
- | 0.4535 | 41.0 | 41 | 0.7371 |
93
- | 0.4535 | 42.0 | 42 | 0.7206 |
94
- | 0.4535 | 43.0 | 43 | 0.7066 |
95
- | 0.4535 | 44.0 | 44 | 0.7024 |
96
- | 0.4535 | 45.0 | 45 | 0.7128 |
97
- | 0.4535 | 46.0 | 46 | 0.7242 |
98
- | 0.4535 | 47.0 | 47 | 0.7137 |
99
- | 0.4535 | 48.0 | 48 | 0.7004 |
100
- | 0.4535 | 49.0 | 49 | 0.6883 |
101
- | 0.0261 | 50.0 | 50 | 0.6849 |
102
-
103
-
104
  ### Framework versions
105
 
106
  - PEFT 0.11.2.dev0
107
- - Transformers 4.40.2
108
- - Pytorch 2.2.1+cu121
109
- - Datasets 2.19.1
110
- - Tokenizers 0.19.1
 
16
 
17
  This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - eval_loss: 0.6698
20
+ - eval_runtime: 7.0899
21
+ - eval_samples_per_second: 0.987
22
+ - eval_steps_per_second: 0.282
23
+ - epoch: 16.0
24
+ - step: 112
25
 
26
  ## Model description
27
 
 
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 0.001
44
+ - train_batch_size: 4
45
  - eval_batch_size: 4
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_steps: 10
50
+ - num_epochs: 25
51
  - mixed_precision_training: Native AMP
52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  ### Framework versions
54
 
55
  - PEFT 0.11.2.dev0
56
+ - Transformers 4.39.3
57
+ - Pytorch 2.1.2
58
+ - Datasets 2.18.0
59
+ - Tokenizers 0.15.2
adapter_config.json CHANGED
@@ -23,8 +23,8 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "q_proj",
27
- "v_proj"
28
  ],
29
  "task_type": null,
30
  "use_dora": false,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
+ "v_proj",
27
+ "q_proj"
28
  ],
29
  "task_type": null,
30
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b0476bd87a645dd4a1c4b28e9908cd0ebda1fada36ea7dc94dc7a7a51773c5c5
3
  size 62969640
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f277db84ff64303f7516f8e595142b7262b8c11e8195162be27358158d2b102
3
  size 62969640
runs/May19_09-15-00_e9307c1e82fc/events.out.tfevents.1716110127.e9307c1e82fc.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0961db8f4da44e1ac9da9611a06c2a0bf0a90a3a3eb2b4cd099f950c4d6034d4
3
+ size 12845
runs/May19_09-20-14_e9307c1e82fc/events.out.tfevents.1716110426.e9307c1e82fc.34.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29ea0ddd7792835e7cb59ac88e7924bcac6738d72ac0ef08a167e48a9ab8ec46
3
+ size 6291
runs/May19_09-22-30_e9307c1e82fc/events.out.tfevents.1716110583.e9307c1e82fc.34.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8fd3f0c3cb9ddab2296f0ae8559c5ab12eeb39a758b00cdd1222377818304cf
3
+ size 17938
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0fbb0f4c57d5daf63506c6fdbd65d23b84a80771b0874037dc2e7fd5afe1eaf1
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e517a076c2f21aedd8f79223f324a9d440bef10b76be1ee945b9b7e23644862a
3
  size 5176