Model save
Browse files
README.md
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
language:
|
4 |
-
- en
|
5 |
license: apache-2.0
|
6 |
base_model: openai/whisper-large-v3
|
7 |
tags:
|
@@ -9,20 +7,20 @@ tags:
|
|
9 |
metrics:
|
10 |
- wer
|
11 |
model-index:
|
12 |
-
- name:
|
13 |
results: []
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
should probably proofread and complete it, then remove this comment. -->
|
18 |
|
19 |
-
#
|
20 |
|
21 |
-
This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on the
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Wer Ortho: 22.
|
25 |
-
- Wer: 15.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -58,14 +56,14 @@ The following hyperparameters were used during training:
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
60 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:-------:|
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
|
70 |
|
71 |
### Framework versions
|
|
|
1 |
---
|
2 |
library_name: transformers
|
|
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: openai/whisper-large-v3
|
5 |
tags:
|
|
|
7 |
metrics:
|
8 |
- wer
|
9 |
model-index:
|
10 |
+
- name: whisper-large-v3-cit-do01-wd0-lr3e-06-FULL5
|
11 |
results: []
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
+
# whisper-large-v3-cit-do01-wd0-lr3e-06-FULL5
|
18 |
|
19 |
+
This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.3911
|
22 |
+
- Wer Ortho: 22.6474
|
23 |
+
- Wer: 15.5576
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
58 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:-------:|
|
59 |
+
| 0.686 | 0.4851 | 200 | 0.4602 | 26.0150 | 18.7885 |
|
60 |
+
| 0.5255 | 0.9703 | 400 | 0.4216 | 24.3312 | 17.1358 |
|
61 |
+
| 0.4328 | 1.4554 | 600 | 0.4028 | 23.2291 | 15.9895 |
|
62 |
+
| 0.4064 | 1.9406 | 800 | 0.3945 | 23.2291 | 16.1897 |
|
63 |
+
| 0.3579 | 2.4257 | 1000 | 0.3945 | 22.8195 | 15.7618 |
|
64 |
+
| 0.3409 | 2.9109 | 1200 | 0.3894 | 22.6884 | 15.5812 |
|
65 |
+
| 0.3131 | 3.3960 | 1400 | 0.3909 | 22.6556 | 15.6008 |
|
66 |
+
| 0.3021 | 3.8811 | 1600 | 0.3911 | 22.6474 | 15.5576 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
config.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"_name_or_path": "openai/whisper-large-v3",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
-
"apply_spec_augment":
|
6 |
"architectures": [
|
7 |
"WhisperForConditionalGeneration"
|
8 |
],
|
@@ -16,7 +16,7 @@
|
|
16 |
"decoder_layerdrop": 0.0,
|
17 |
"decoder_layers": 32,
|
18 |
"decoder_start_token_id": 50258,
|
19 |
-
"dropout": 0
|
20 |
"encoder_attention_heads": 20,
|
21 |
"encoder_ffn_dim": 5120,
|
22 |
"encoder_layerdrop": 0.0,
|
|
|
2 |
"_name_or_path": "openai/whisper-large-v3",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
+
"apply_spec_augment": false,
|
6 |
"architectures": [
|
7 |
"WhisperForConditionalGeneration"
|
8 |
],
|
|
|
16 |
"decoder_layerdrop": 0.0,
|
17 |
"decoder_layers": 32,
|
18 |
"decoder_start_token_id": 50258,
|
19 |
+
"dropout": 0,
|
20 |
"encoder_attention_heads": 20,
|
21 |
"encoder_ffn_dim": 5120,
|
22 |
"encoder_layerdrop": 0.0,
|
runs/Oct26_09-48-42_whisper-finetune-2/events.out.tfevents.1729936151.whisper-finetune-2
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b667b3da0aff60d99dc7e349c464150cdfd76067da8af6496f442bb20991042
|
3 |
+
size 10793
|