End of training
Browse files- README.md +13 -3
- config.json +9 -9
- generation_config.json +10 -26
- model.safetensors +2 -2
- runs/Jun06_18-02-39_archlinux-ai/events.out.tfevents.1717686160.archlinux-ai.44913.0 +3 -0
- runs/Jun07_08-18-44_archlinux-ai/events.out.tfevents.1717737525.archlinux-ai.3960.0 +3 -0
- runs/Jun07_08-30-31_archlinux-ai/events.out.tfevents.1717738232.archlinux-ai.5016.0 +3 -0
- runs/Jun07_08-34-50_archlinux-ai/events.out.tfevents.1717738492.archlinux-ai.5334.0 +3 -0
- runs/Jun07_08-42-33_archlinux-ai/events.out.tfevents.1717738954.archlinux-ai.5508.0 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model: openai/whisper-
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: my_whisper
|
8 |
results: []
|
@@ -13,7 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# my_whisper
|
15 |
|
16 |
-
This model is a fine-tuned version of [openai/whisper-
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -39,11 +44,16 @@ The following hyperparameters were used during training:
|
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
- lr_scheduler_warmup_steps: 3
|
42 |
-
- training_steps:
|
43 |
- mixed_precision_training: Native AMP
|
44 |
|
45 |
### Training results
|
46 |
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
|
49 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: openai/whisper-medium
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- wer
|
8 |
model-index:
|
9 |
- name: my_whisper
|
10 |
results: []
|
|
|
15 |
|
16 |
# my_whisper
|
17 |
|
18 |
+
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0000
|
21 |
+
- Wer: 0.0
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 3
|
47 |
+
- training_steps: 15
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|:----:|
|
54 |
+
| 1.2537 | 5.0 | 5 | 1.2684 | 62.5 |
|
55 |
+
| 0.2765 | 10.0 | 10 | 0.0001 | 0.0 |
|
56 |
+
| 0.0001 | 15.0 | 15 | 0.0000 | 0.0 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "openai/whisper-
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
@@ -13,17 +13,17 @@
|
|
13 |
],
|
14 |
"bos_token_id": 50257,
|
15 |
"classifier_proj_size": 256,
|
16 |
-
"d_model":
|
17 |
-
"decoder_attention_heads":
|
18 |
-
"decoder_ffn_dim":
|
19 |
"decoder_layerdrop": 0.0,
|
20 |
-
"decoder_layers":
|
21 |
"decoder_start_token_id": 50258,
|
22 |
"dropout": 0.0,
|
23 |
-
"encoder_attention_heads":
|
24 |
-
"encoder_ffn_dim":
|
25 |
"encoder_layerdrop": 0.0,
|
26 |
-
"encoder_layers":
|
27 |
"eos_token_id": 50257,
|
28 |
"forced_decoder_ids": [
|
29 |
[
|
@@ -52,7 +52,7 @@
|
|
52 |
"max_target_positions": 448,
|
53 |
"median_filter_width": 7,
|
54 |
"model_type": "whisper",
|
55 |
-
"num_hidden_layers":
|
56 |
"num_mel_bins": 80,
|
57 |
"pad_token_id": 50257,
|
58 |
"scale_embedding": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "openai/whisper-medium",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
|
|
13 |
],
|
14 |
"bos_token_id": 50257,
|
15 |
"classifier_proj_size": 256,
|
16 |
+
"d_model": 1024,
|
17 |
+
"decoder_attention_heads": 16,
|
18 |
+
"decoder_ffn_dim": 4096,
|
19 |
"decoder_layerdrop": 0.0,
|
20 |
+
"decoder_layers": 24,
|
21 |
"decoder_start_token_id": 50258,
|
22 |
"dropout": 0.0,
|
23 |
+
"encoder_attention_heads": 16,
|
24 |
+
"encoder_ffn_dim": 4096,
|
25 |
"encoder_layerdrop": 0.0,
|
26 |
+
"encoder_layers": 24,
|
27 |
"eos_token_id": 50257,
|
28 |
"forced_decoder_ids": [
|
29 |
[
|
|
|
52 |
"max_target_positions": 448,
|
53 |
"median_filter_width": 7,
|
54 |
"model_type": "whisper",
|
55 |
+
"num_hidden_layers": 24,
|
56 |
"num_mel_bins": 80,
|
57 |
"pad_token_id": 50257,
|
58 |
"scale_embedding": false,
|
generation_config.json
CHANGED
@@ -1,44 +1,28 @@
|
|
1 |
{
|
2 |
"alignment_heads": [
|
3 |
[
|
4 |
-
|
5 |
-
|
6 |
],
|
7 |
[
|
8 |
-
|
9 |
-
9
|
10 |
-
],
|
11 |
-
[
|
12 |
-
8,
|
13 |
-
0
|
14 |
-
],
|
15 |
-
[
|
16 |
-
8,
|
17 |
4
|
18 |
],
|
19 |
[
|
20 |
-
|
21 |
-
|
22 |
],
|
23 |
[
|
24 |
-
|
25 |
-
|
26 |
],
|
27 |
[
|
28 |
-
|
29 |
0
|
30 |
],
|
31 |
[
|
32 |
-
|
33 |
-
|
34 |
-
],
|
35 |
-
[
|
36 |
-
9,
|
37 |
-
9
|
38 |
-
],
|
39 |
-
[
|
40 |
-
10,
|
41 |
-
5
|
42 |
]
|
43 |
],
|
44 |
"begin_suppress_tokens": [
|
|
|
1 |
{
|
2 |
"alignment_heads": [
|
3 |
[
|
4 |
+
13,
|
5 |
+
15
|
6 |
],
|
7 |
[
|
8 |
+
15,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
4
|
10 |
],
|
11 |
[
|
12 |
+
15,
|
13 |
+
15
|
14 |
],
|
15 |
[
|
16 |
+
16,
|
17 |
+
1
|
18 |
],
|
19 |
[
|
20 |
+
20,
|
21 |
0
|
22 |
],
|
23 |
[
|
24 |
+
23,
|
25 |
+
4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
]
|
27 |
],
|
28 |
"begin_suppress_tokens": [
|
model.safetensors
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:4cff82a251042833c9a60bf6703b27e6a9196dad4d0216236fb648cc2bf693c4
|
3 |
+
size 3055544304
|
runs/Jun06_18-02-39_archlinux-ai/events.out.tfevents.1717686160.archlinux-ai.44913.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d66be74adf84cee44f739a2feacb08f416a40555b5437463f67aa628296f1743
|
3 |
+
size 6574
|
runs/Jun07_08-18-44_archlinux-ai/events.out.tfevents.1717737525.archlinux-ai.3960.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bd639c8235a4cfd3e91bb5e3a55f144eecfc67bf7a96086d579518987644175
|
3 |
+
size 6574
|
runs/Jun07_08-30-31_archlinux-ai/events.out.tfevents.1717738232.archlinux-ai.5016.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a330273e4ab9e797e16865e5fba1473bf82333f4ad87da7b33a201cfbc935344
|
3 |
+
size 6574
|
runs/Jun07_08-34-50_archlinux-ai/events.out.tfevents.1717738492.archlinux-ai.5334.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f097d44a6333c0c17bdd9cb9b135b4d31ce19cbb34b502ca9b9d1395283aea9e
|
3 |
+
size 6574
|
runs/Jun07_08-42-33_archlinux-ai/events.out.tfevents.1717738954.archlinux-ai.5508.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a48e5c0b168e40e382c67a57ba5cbc34588e956172f4e1a5615f2b2a22051af1
|
3 |
+
size 8480
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32aadc17e7ef1cd761d328e05f2755cb413a03fd67986d9f7d75ad3743761b34
|
3 |
size 5240
|