End of training
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on the common_voice_13_0 dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -43,17 +43,22 @@ The following hyperparameters were used during training:
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- num_epochs:
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on the common_voice_13_0 dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.3188
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 10
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 0.2742 | 1.0 | 134 | 0.3322 |
|
53 |
+
| 0.155 | 2.0 | 268 | 0.3044 |
|
54 |
+
| 0.1179 | 3.0 | 402 | 0.3179 |
|
55 |
+
| 0.0498 | 4.0 | 536 | 0.2988 |
|
56 |
+
| 0.0334 | 5.0 | 670 | 0.2914 |
|
57 |
+
| 0.0184 | 6.0 | 804 | 0.2996 |
|
58 |
+
| 0.007 | 7.0 | 938 | 0.3169 |
|
59 |
+
| 0.0095 | 8.0 | 1072 | 0.3081 |
|
60 |
+
| 0.0024 | 9.0 | 1206 | 0.3148 |
|
61 |
+
| 0.0022 | 10.0 | 1340 | 0.3188 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
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:357437fee1b034f93c9b03f2e04d442536d8ed18754c83b655a3f015601e2f1f
|
3 |
size 62969640
|
runs/Mar05_20-16-49_0636577db738/events.out.tfevents.1709669809.0636577db738.3165.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bf26be046777d03fd5cab9e374fd66a9e2e16330e61d3f2190bcc5f3ed8778f
|
3 |
+
size 21092
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb7410fe1e84721749072135e285a4cfae931c9a89dd82b3b25e3141521fa101
|
3 |
size 5112
|