End of training
Browse files
README.md
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: openai/whisper-tiny.en
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
metrics:
|
| 7 |
+
- wer
|
| 8 |
+
model-index:
|
| 9 |
+
- name: whisper-tiny-exp.en
|
| 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-tiny-exp.en
|
| 17 |
+
|
| 18 |
+
This model is a fine-tuned version of [openai/whisper-tiny.en](https://huggingface.co/openai/whisper-tiny.en) on the None dataset.
|
| 19 |
+
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 0.0687
|
| 21 |
+
- Wer: 97.9292
|
| 22 |
+
|
| 23 |
+
## Model description
|
| 24 |
+
|
| 25 |
+
More information needed
|
| 26 |
+
|
| 27 |
+
## Intended uses & limitations
|
| 28 |
+
|
| 29 |
+
More information needed
|
| 30 |
+
|
| 31 |
+
## Training and evaluation data
|
| 32 |
+
|
| 33 |
+
More information needed
|
| 34 |
+
|
| 35 |
+
## Training procedure
|
| 36 |
+
|
| 37 |
+
### Training hyperparameters
|
| 38 |
+
|
| 39 |
+
The following hyperparameters were used during training:
|
| 40 |
+
- learning_rate: 1e-05
|
| 41 |
+
- train_batch_size: 8
|
| 42 |
+
- eval_batch_size: 8
|
| 43 |
+
- seed: 42
|
| 44 |
+
- gradient_accumulation_steps: 2
|
| 45 |
+
- total_train_batch_size: 16
|
| 46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 47 |
+
- lr_scheduler_type: linear
|
| 48 |
+
- lr_scheduler_warmup_steps: 500
|
| 49 |
+
- training_steps: 1500
|
| 50 |
+
|
| 51 |
+
### Training results
|
| 52 |
+
|
| 53 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 54 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 55 |
+
| 3.8666 | 1.39 | 250 | 1.4867 | 67.3857 |
|
| 56 |
+
| 0.9805 | 2.77 | 500 | 0.1304 | 166.9543 |
|
| 57 |
+
| 0.3395 | 4.16 | 750 | 0.0789 | 81.0181 |
|
| 58 |
+
| 0.1938 | 5.54 | 1000 | 0.0717 | 70.7506 |
|
| 59 |
+
| 0.1461 | 6.93 | 1250 | 0.0684 | 91.9758 |
|
| 60 |
+
| 0.1212 | 8.31 | 1500 | 0.0687 | 97.9292 |
|
| 61 |
+
|
| 62 |
+
|
| 63 |
+
### Framework versions
|
| 64 |
+
|
| 65 |
+
- Transformers 4.39.1
|
| 66 |
+
- Pytorch 2.2.1
|
| 67 |
+
- Datasets 2.18.0
|
| 68 |
+
- Tokenizers 0.15.2
|
generation_config.json
ADDED
|
@@ -0,0 +1,149 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alignment_heads": [
|
| 3 |
+
[
|
| 4 |
+
1,
|
| 5 |
+
0
|
| 6 |
+
],
|
| 7 |
+
[
|
| 8 |
+
2,
|
| 9 |
+
0
|
| 10 |
+
],
|
| 11 |
+
[
|
| 12 |
+
2,
|
| 13 |
+
5
|
| 14 |
+
],
|
| 15 |
+
[
|
| 16 |
+
3,
|
| 17 |
+
0
|
| 18 |
+
],
|
| 19 |
+
[
|
| 20 |
+
3,
|
| 21 |
+
1
|
| 22 |
+
],
|
| 23 |
+
[
|
| 24 |
+
3,
|
| 25 |
+
2
|
| 26 |
+
],
|
| 27 |
+
[
|
| 28 |
+
3,
|
| 29 |
+
3
|
| 30 |
+
],
|
| 31 |
+
[
|
| 32 |
+
3,
|
| 33 |
+
4
|
| 34 |
+
]
|
| 35 |
+
],
|
| 36 |
+
"begin_suppress_tokens": [
|
| 37 |
+
220,
|
| 38 |
+
50256
|
| 39 |
+
],
|
| 40 |
+
"bos_token_id": 50257,
|
| 41 |
+
"decoder_start_token_id": 50257,
|
| 42 |
+
"eos_token_id": 50256,
|
| 43 |
+
"forced_decoder_ids": [
|
| 44 |
+
[
|
| 45 |
+
1,
|
| 46 |
+
50362
|
| 47 |
+
]
|
| 48 |
+
],
|
| 49 |
+
"is_multilingual": false,
|
| 50 |
+
"max_initial_timestamp_index": 50,
|
| 51 |
+
"max_length": 448,
|
| 52 |
+
"no_timestamps_token_id": 50362,
|
| 53 |
+
"pad_token_id": 50256,
|
| 54 |
+
"prev_sot_token_id": 50360,
|
| 55 |
+
"return_timestamps": false,
|
| 56 |
+
"suppress_tokens": [
|
| 57 |
+
1,
|
| 58 |
+
2,
|
| 59 |
+
7,
|
| 60 |
+
8,
|
| 61 |
+
9,
|
| 62 |
+
10,
|
| 63 |
+
14,
|
| 64 |
+
25,
|
| 65 |
+
26,
|
| 66 |
+
27,
|
| 67 |
+
28,
|
| 68 |
+
29,
|
| 69 |
+
31,
|
| 70 |
+
58,
|
| 71 |
+
59,
|
| 72 |
+
60,
|
| 73 |
+
61,
|
| 74 |
+
62,
|
| 75 |
+
63,
|
| 76 |
+
90,
|
| 77 |
+
91,
|
| 78 |
+
92,
|
| 79 |
+
93,
|
| 80 |
+
357,
|
| 81 |
+
366,
|
| 82 |
+
438,
|
| 83 |
+
532,
|
| 84 |
+
685,
|
| 85 |
+
705,
|
| 86 |
+
796,
|
| 87 |
+
930,
|
| 88 |
+
1058,
|
| 89 |
+
1220,
|
| 90 |
+
1267,
|
| 91 |
+
1279,
|
| 92 |
+
1303,
|
| 93 |
+
1343,
|
| 94 |
+
1377,
|
| 95 |
+
1391,
|
| 96 |
+
1635,
|
| 97 |
+
1782,
|
| 98 |
+
1875,
|
| 99 |
+
2162,
|
| 100 |
+
2361,
|
| 101 |
+
2488,
|
| 102 |
+
3467,
|
| 103 |
+
4008,
|
| 104 |
+
4211,
|
| 105 |
+
4600,
|
| 106 |
+
4808,
|
| 107 |
+
5299,
|
| 108 |
+
5855,
|
| 109 |
+
6329,
|
| 110 |
+
7203,
|
| 111 |
+
9609,
|
| 112 |
+
9959,
|
| 113 |
+
10563,
|
| 114 |
+
10786,
|
| 115 |
+
11420,
|
| 116 |
+
11709,
|
| 117 |
+
11907,
|
| 118 |
+
13163,
|
| 119 |
+
13697,
|
| 120 |
+
13700,
|
| 121 |
+
14808,
|
| 122 |
+
15306,
|
| 123 |
+
16410,
|
| 124 |
+
16791,
|
| 125 |
+
17992,
|
| 126 |
+
19203,
|
| 127 |
+
19510,
|
| 128 |
+
20724,
|
| 129 |
+
22305,
|
| 130 |
+
22935,
|
| 131 |
+
27007,
|
| 132 |
+
30109,
|
| 133 |
+
30420,
|
| 134 |
+
33409,
|
| 135 |
+
34949,
|
| 136 |
+
40283,
|
| 137 |
+
40493,
|
| 138 |
+
40549,
|
| 139 |
+
47282,
|
| 140 |
+
49146,
|
| 141 |
+
50257,
|
| 142 |
+
50357,
|
| 143 |
+
50358,
|
| 144 |
+
50359,
|
| 145 |
+
50360,
|
| 146 |
+
50361
|
| 147 |
+
],
|
| 148 |
+
"transformers_version": "4.39.1"
|
| 149 |
+
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 151060136
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f09ae4c6f8624468d0c46cea13131d23d05483e0334118e45e34c1424f2f4c3
|
| 3 |
size 151060136
|
runs/Mar24_18-17-15_Edwards-MacBook-Pro-2.local/events.out.tfevents.1711318637.Edwards-MacBook-Pro-2.local.97296.0
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:369b691137c7d26422d40db43fe165a34e5c5977d78c1971b7691d7b5135d335
|
| 3 |
+
size 8979
|