End of training
Browse files
README.md
CHANGED
@@ -16,7 +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 |
-
- Loss: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -41,39 +41,34 @@ The following hyperparameters were used during training:
|
|
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:
|
45 |
-
- num_epochs:
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
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
|
|
|
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.7223
|
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: 14
|
45 |
+
- num_epochs: 20
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 0.8453 | 1.0 | 7 | 0.6698 |
|
53 |
+
| 0.5918 | 2.0 | 14 | 0.6178 |
|
54 |
+
| 0.3676 | 3.0 | 21 | 0.6309 |
|
55 |
+
| 0.2071 | 4.0 | 28 | 0.5503 |
|
56 |
+
| 0.0815 | 5.0 | 35 | 0.5673 |
|
57 |
+
| 0.0716 | 6.0 | 42 | 0.6529 |
|
58 |
+
| 0.0498 | 7.0 | 49 | 0.6263 |
|
59 |
+
| 0.0385 | 8.0 | 56 | 0.6218 |
|
60 |
+
| 0.0279 | 9.0 | 63 | 0.6489 |
|
61 |
+
| 0.0223 | 10.0 | 70 | 0.6558 |
|
62 |
+
| 0.0156 | 11.0 | 77 | 0.7044 |
|
63 |
+
| 0.012 | 12.0 | 84 | 0.6791 |
|
64 |
+
| 0.0101 | 13.0 | 91 | 0.7385 |
|
65 |
+
| 0.3867 | 14.0 | 98 | 0.7011 |
|
66 |
+
| 0.0131 | 15.0 | 105 | 0.7007 |
|
67 |
+
| 0.0117 | 16.0 | 112 | 0.7196 |
|
68 |
+
| 0.0107 | 17.0 | 119 | 0.7192 |
|
69 |
+
| 0.0075 | 18.0 | 126 | 0.7183 |
|
70 |
+
| 0.0081 | 19.0 | 133 | 0.7164 |
|
71 |
+
| 0.0067 | 20.0 | 140 | 0.7223 |
|
|
|
|
|
|
|
|
|
|
|
72 |
|
73 |
|
74 |
### Framework versions
|
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 |
+
"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:
|
3 |
size 62969640
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c76b905ec786e43258477324849ee297a86f6d9cc571373a1a4fe84ec3484c0d
|
3 |
size 62969640
|
runs/May19_11-28-54_d247403fb5a3/events.out.tfevents.1716118142.d247403fb5a3.34.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:075475ee62c3f913bf7ac907041203ab8def5a561766ce728dcd0bb51049ae6c
|
3 |
+
size 21245
|
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:f16e7be59e49ea3773d8b2f96f0fb85ee6d72a92d39aeb29c24f49f80e2c1491
|
3 |
size 5176
|