End of training
Browse files
README.md
CHANGED
@@ -16,12 +16,7 @@ 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 |
-
-
|
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 |
|
@@ -46,10 +41,41 @@ The following hyperparameters were used during training:
|
|
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:
|
50 |
- num_epochs: 25
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
### Framework versions
|
54 |
|
55 |
- PEFT 0.11.2.dev0
|
|
|
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.6328
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
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: 18
|
45 |
- num_epochs: 25
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 0.983 | 1.0 | 7 | 0.6322 |
|
53 |
+
| 0.6898 | 2.0 | 14 | 0.5551 |
|
54 |
+
| 0.3441 | 3.0 | 21 | 0.5087 |
|
55 |
+
| 0.2457 | 4.0 | 28 | 0.4763 |
|
56 |
+
| 0.1372 | 5.0 | 35 | 0.4975 |
|
57 |
+
| 0.109 | 6.0 | 42 | 0.4832 |
|
58 |
+
| 0.0663 | 7.0 | 49 | 0.4969 |
|
59 |
+
| 0.0452 | 8.0 | 56 | 0.5020 |
|
60 |
+
| 0.0322 | 9.0 | 63 | 0.5067 |
|
61 |
+
| 0.0218 | 10.0 | 70 | 0.5277 |
|
62 |
+
| 0.0147 | 11.0 | 77 | 0.5655 |
|
63 |
+
| 0.0157 | 12.0 | 84 | 0.5682 |
|
64 |
+
| 0.0214 | 13.0 | 91 | 0.6323 |
|
65 |
+
| 0.0091 | 14.0 | 98 | 0.6149 |
|
66 |
+
| 0.0105 | 15.0 | 105 | 0.5824 |
|
67 |
+
| 0.0111 | 16.0 | 112 | 0.5962 |
|
68 |
+
| 0.011 | 17.0 | 119 | 0.5991 |
|
69 |
+
| 0.0078 | 18.0 | 126 | 0.6121 |
|
70 |
+
| 0.0065 | 19.0 | 133 | 0.6199 |
|
71 |
+
| 0.0054 | 20.0 | 140 | 0.6285 |
|
72 |
+
| 0.0041 | 21.0 | 147 | 0.6269 |
|
73 |
+
| 0.0051 | 22.0 | 154 | 0.6299 |
|
74 |
+
| 0.003 | 23.0 | 161 | 0.6244 |
|
75 |
+
| 0.0025 | 24.0 | 168 | 0.6320 |
|
76 |
+
| 0.0035 | 25.0 | 175 | 0.6328 |
|
77 |
+
|
78 |
+
|
79 |
### Framework versions
|
80 |
|
81 |
- PEFT 0.11.2.dev0
|
adapter_config.json
CHANGED
@@ -23,8 +23,8 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
-
"
|
28 |
],
|
29 |
"task_type": null,
|
30 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"q_proj",
|
27 |
+
"v_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:
|
3 |
size 62969640
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c40e0bb5892b210b63c739223e07c7d14ed6a8e9df8cb6b18a0bbdbde1e3160b
|
3 |
size 62969640
|
runs/May19_10-19-59_95e6e7071282/events.out.tfevents.1716114035.95e6e7071282.34.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3eb30ea57c398e977e9359c758e26a0d74462c39ec6ff98bd184b11301fda04b
|
3 |
+
size 6023
|
runs/May19_10-23-29_95e6e7071282/events.out.tfevents.1716114220.95e6e7071282.34.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2923c58f7cf3a2c69b39d45d54ddc76d9dcf80b08f697b448f1e9c6587dccd76
|
3 |
+
size 25132
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c5150d9179768eccaf7272af9e0aad4f9f7068863c3143fc20a5b295f6f04e5
|
3 |
size 5176
|