Model save
Browse files
README.md
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- en
|
4 |
license: apache-2.0
|
5 |
base_model: openai/whisper-medium.en
|
6 |
tags:
|
@@ -8,20 +6,20 @@ tags:
|
|
8 |
metrics:
|
9 |
- wer
|
10 |
model-index:
|
11 |
-
- name:
|
12 |
results: []
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
-
#
|
19 |
|
20 |
-
This model is a fine-tuned version of [openai/whisper-medium.en](https://huggingface.co/openai/whisper-medium.en) on the
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Wer Ortho:
|
24 |
-
- Wer:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -50,18 +48,21 @@ The following hyperparameters were used during training:
|
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
- lr_scheduler_warmup_steps: 200
|
53 |
-
- training_steps:
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
59 |
|:-------------:|:-------:|:----:|:---------------:|:---------:|:-------:|
|
60 |
-
| 1.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
|
|
|
|
|
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: openai/whisper-medium.en
|
4 |
tags:
|
|
|
6 |
metrics:
|
7 |
- wer
|
8 |
model-index:
|
9 |
+
- name: whisper-medium.en-cit-do015-wd0-lr1e-06-SF-500
|
10 |
results: []
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
+
# whisper-medium.en-cit-do015-wd0-lr1e-06-SF-500
|
17 |
|
18 |
+
This model is a fine-tuned version of [openai/whisper-medium.en](https://huggingface.co/openai/whisper-medium.en) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.6792
|
21 |
+
- Wer Ortho: 31.5962
|
22 |
+
- Wer: 21.0621
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
- lr_scheduler_warmup_steps: 200
|
51 |
+
- training_steps: 800
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
57 |
|:-------------:|:-------:|:----:|:---------------:|:---------:|:-------:|
|
58 |
+
| 1.6525 | 3.1746 | 100 | 1.1367 | 40.1968 | 29.4223 |
|
59 |
+
| 0.8573 | 6.3492 | 200 | 0.7964 | 30.8309 | 20.3803 |
|
60 |
+
| 0.6108 | 9.5238 | 300 | 0.7344 | 28.6808 | 18.9092 |
|
61 |
+
| 0.4957 | 12.6984 | 400 | 0.7017 | 29.1181 | 18.7298 |
|
62 |
+
| 0.4164 | 15.8730 | 500 | 0.6860 | 29.2274 | 18.8016 |
|
63 |
+
| 0.3577 | 19.0476 | 600 | 0.6802 | 29.3367 | 18.6939 |
|
64 |
+
| 0.3168 | 22.2222 | 700 | 0.6787 | 31.2682 | 20.7750 |
|
65 |
+
| 0.3023 | 25.3968 | 800 | 0.6792 | 31.5962 | 21.0621 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
config.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"_name_or_path": "openai/whisper-medium.en",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
-
"apply_spec_augment":
|
6 |
"architectures": [
|
7 |
"WhisperForConditionalGeneration"
|
8 |
],
|
@@ -19,7 +19,7 @@
|
|
19 |
"decoder_layerdrop": 0.0,
|
20 |
"decoder_layers": 24,
|
21 |
"decoder_start_token_id": 50257,
|
22 |
-
"dropout": 0
|
23 |
"encoder_attention_heads": 16,
|
24 |
"encoder_ffn_dim": 4096,
|
25 |
"encoder_layerdrop": 0.0,
|
|
|
2 |
"_name_or_path": "openai/whisper-medium.en",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
+
"apply_spec_augment": false,
|
6 |
"architectures": [
|
7 |
"WhisperForConditionalGeneration"
|
8 |
],
|
|
|
19 |
"decoder_layerdrop": 0.0,
|
20 |
"decoder_layers": 24,
|
21 |
"decoder_start_token_id": 50257,
|
22 |
+
"dropout": 0,
|
23 |
"encoder_attention_heads": 16,
|
24 |
"encoder_ffn_dim": 4096,
|
25 |
"encoder_layerdrop": 0.0,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1634043280
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:acb7f41aba117bc950bd3e956c7faf341008175efaafa743036f7cbc3bbb50b5
|
3 |
size 1634043280
|
runs/Aug13_17-06-44_whisper-finetuning/events.out.tfevents.1723568822.whisper-finetuning
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:3491464321f458ea77914a77ca4c30758feddb3872f463f50c53b36006785e22
|
3 |
+
size 11728
|