Training in progress, step 1000
Browse files- .gitignore +1 -0
- config.json +51 -0
- preprocessor_config.json +14 -0
- pytorch_model.bin +3 -0
- runs/May21_09-28-25_150-136-219-192/1684661312.6343646/events.out.tfevents.1684661312.150-136-219-192 +3 -0
- runs/May21_09-28-25_150-136-219-192/events.out.tfevents.1684661312.150-136-219-192 +3 -0
- runs/May21_09-39-54_150-136-219-192/1684662000.2894943/events.out.tfevents.1684662000.150-136-219-192 +3 -0
- runs/May21_09-39-54_150-136-219-192/events.out.tfevents.1684662000.150-136-219-192 +3 -0
- runs/May21_09-58-56_150-136-219-192/1684663142.0901546/events.out.tfevents.1684663142.150-136-219-192 +3 -0
- runs/May21_09-58-56_150-136-219-192/events.out.tfevents.1684663142.150-136-219-192 +3 -0
- runs/May21_10-04-41_150-136-219-192/1684663487.0280807/events.out.tfevents.1684663487.150-136-219-192 +3 -0
- runs/May21_10-04-41_150-136-219-192/events.out.tfevents.1684663487.150-136-219-192 +3 -0
- runs/May21_10-09-24_150-136-219-192/1684663770.887698/events.out.tfevents.1684663770.150-136-219-192 +3 -0
- runs/May21_10-09-24_150-136-219-192/events.out.tfevents.1684663770.150-136-219-192 +3 -0
- runs/May21_10-16-53_150-136-219-192/1684664219.6075783/events.out.tfevents.1684664219.150-136-219-192 +3 -0
- runs/May21_10-16-53_150-136-219-192/events.out.tfevents.1684664219.150-136-219-192 +3 -0
- runs/May22_03-56-07_150-136-219-192/1684727772.9734032/events.out.tfevents.1684727772.150-136-219-192 +3 -0
- runs/May22_03-56-07_150-136-219-192/events.out.tfevents.1684727772.150-136-219-192 +3 -0
- runs/May22_04-15-00_150-136-219-192/1684728906.7605464/events.out.tfevents.1684728906.150-136-219-192 +3 -0
- runs/May22_04-15-00_150-136-219-192/events.out.tfevents.1684728906.150-136-219-192 +3 -0
- runs/May22_04-31-53_150-136-219-192/1684729920.4242585/events.out.tfevents.1684729920.150-136-219-192 +3 -0
- runs/May22_04-31-53_150-136-219-192/events.out.tfevents.1684729920.150-136-219-192 +3 -0
- runs/May22_05-07-46_150-136-219-192/1684732071.8319044/events.out.tfevents.1684732071.150-136-219-192 +3 -0
- runs/May22_05-07-46_150-136-219-192/events.out.tfevents.1684732071.150-136-219-192 +3 -0
- runs/May22_05-58-12_150-136-219-192/1684735098.5748298/events.out.tfevents.1684735098.150-136-219-192 +3 -0
- runs/May22_05-58-12_150-136-219-192/events.out.tfevents.1684735098.150-136-219-192 +3 -0
- runs/May22_06-12-01_150-136-219-192/1684735927.904616/events.out.tfevents.1684735927.150-136-219-192 +3 -0
- runs/May22_06-12-01_150-136-219-192/events.out.tfevents.1684735927.150-136-219-192 +3 -0
- runs/May22_06-17-47_150-136-219-192/1684736273.2668483/events.out.tfevents.1684736273.150-136-219-192 +3 -0
- runs/May22_06-17-47_150-136-219-192/events.out.tfevents.1684736273.150-136-219-192 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "openai/whisper-medium",
|
| 3 |
+
"activation_dropout": 0.0,
|
| 4 |
+
"activation_function": "gelu",
|
| 5 |
+
"apply_spec_augment": false,
|
| 6 |
+
"architectures": [
|
| 7 |
+
"WhisperForConditionalGeneration"
|
| 8 |
+
],
|
| 9 |
+
"attention_dropout": 0.0,
|
| 10 |
+
"begin_suppress_tokens": [
|
| 11 |
+
220,
|
| 12 |
+
50257
|
| 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,
|
| 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": null,
|
| 29 |
+
"init_std": 0.02,
|
| 30 |
+
"is_encoder_decoder": true,
|
| 31 |
+
"mask_feature_length": 10,
|
| 32 |
+
"mask_feature_min_masks": 0,
|
| 33 |
+
"mask_feature_prob": 0.0,
|
| 34 |
+
"mask_time_length": 10,
|
| 35 |
+
"mask_time_min_masks": 2,
|
| 36 |
+
"mask_time_prob": 0.05,
|
| 37 |
+
"max_length": 448,
|
| 38 |
+
"max_source_positions": 1500,
|
| 39 |
+
"max_target_positions": 448,
|
| 40 |
+
"model_type": "whisper",
|
| 41 |
+
"num_hidden_layers": 24,
|
| 42 |
+
"num_mel_bins": 80,
|
| 43 |
+
"pad_token_id": 50257,
|
| 44 |
+
"scale_embedding": false,
|
| 45 |
+
"suppress_tokens": [],
|
| 46 |
+
"torch_dtype": "float32",
|
| 47 |
+
"transformers_version": "4.28.0.dev0",
|
| 48 |
+
"use_cache": true,
|
| 49 |
+
"use_weighted_layer_sum": false,
|
| 50 |
+
"vocab_size": 51865
|
| 51 |
+
}
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"chunk_length": 30,
|
| 3 |
+
"feature_extractor_type": "WhisperFeatureExtractor",
|
| 4 |
+
"feature_size": 80,
|
| 5 |
+
"hop_length": 160,
|
| 6 |
+
"n_fft": 400,
|
| 7 |
+
"n_samples": 480000,
|
| 8 |
+
"nb_max_frames": 3000,
|
| 9 |
+
"padding_side": "right",
|
| 10 |
+
"padding_value": 0.0,
|
| 11 |
+
"processor_class": "WhisperProcessor",
|
| 12 |
+
"return_attention_mask": false,
|
| 13 |
+
"sampling_rate": 16000
|
| 14 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d012ee0999f972e2415d1c51eac1d68eef85df21f5cdaf682ac6de44bf166ceb
|
| 3 |
+
size 3055754841
|
runs/May21_09-28-25_150-136-219-192/1684661312.6343646/events.out.tfevents.1684661312.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7235b57f9de30cf392d21453a1a45d62b13775a845e5c5ddb4ec73a88978891
|
| 3 |
+
size 5860
|
runs/May21_09-28-25_150-136-219-192/events.out.tfevents.1684661312.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24ce3f23803bb9173cd3133b89336e77f9bb881a5f0bfbcb8d1e3ec4ad199e27
|
| 3 |
+
size 5100
|
runs/May21_09-39-54_150-136-219-192/1684662000.2894943/events.out.tfevents.1684662000.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25077134ccd1993154dbd08f381e9f3f51b8575bfb82473f91dfcf6aa5c1e3a1
|
| 3 |
+
size 5860
|
runs/May21_09-39-54_150-136-219-192/events.out.tfevents.1684662000.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab8a2f3de6a82955b562cd23c6fb01ed3b28f2aa71dddf32e19bca4b9ba9b15a
|
| 3 |
+
size 161412
|
runs/May21_09-58-56_150-136-219-192/1684663142.0901546/events.out.tfevents.1684663142.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08c29912eb32894710979953be71793ed5c8951866e2cdc9c596ea94f0a2fd56
|
| 3 |
+
size 5860
|
runs/May21_09-58-56_150-136-219-192/events.out.tfevents.1684663142.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd2afd97fe958e7aeee3bad525f76e1b61f4180755bc336d1beb7878d9af9591
|
| 3 |
+
size 35811
|
runs/May21_10-04-41_150-136-219-192/1684663487.0280807/events.out.tfevents.1684663487.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51e5b85d40b6ffd3163aea3fe06da7565305420023fc7acf9cdeb97f8e651bc7
|
| 3 |
+
size 5860
|
runs/May21_10-04-41_150-136-219-192/events.out.tfevents.1684663487.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56e361695f985d70b361eedb21b6e3f0f653a71167536d66c8bfdd4a92d87e13
|
| 3 |
+
size 16804
|
runs/May21_10-09-24_150-136-219-192/1684663770.887698/events.out.tfevents.1684663770.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6477d10633556d8a087927b1a8beeab0aa0c2f9736d8288edd5f891975918658
|
| 3 |
+
size 5860
|
runs/May21_10-09-24_150-136-219-192/events.out.tfevents.1684663770.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d35ef5fd2373b5ad5e7392fdf4d6f77cefa5733d5d487e08e2cb9377f89256d
|
| 3 |
+
size 35811
|
runs/May21_10-16-53_150-136-219-192/1684664219.6075783/events.out.tfevents.1684664219.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a15e20128685e713f08a6ec499ec533b90ca4f5a68b5d27fa77bc45210b0c03e
|
| 3 |
+
size 5860
|
runs/May21_10-16-53_150-136-219-192/events.out.tfevents.1684664219.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1e7d9a06baef07162a8117d2758fae9f35e39526932e53112deef85fa88cce9
|
| 3 |
+
size 25311
|
runs/May22_03-56-07_150-136-219-192/1684727772.9734032/events.out.tfevents.1684727772.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b02f604381a0afcffa7f428bccae751f9fecf017b71a264b09ac2eb00fd99eb0
|
| 3 |
+
size 5860
|
runs/May22_03-56-07_150-136-219-192/events.out.tfevents.1684727772.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70502ee5bdff5bfdf7bb0a1721a8fa062e57a4c8b9d39522f1b7e8500ac8b82e
|
| 3 |
+
size 15821
|
runs/May22_04-15-00_150-136-219-192/1684728906.7605464/events.out.tfevents.1684728906.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1fc224592b6d0cd35823d441d717cc05bcbe25fd5092aa8471cb6878833be1c
|
| 3 |
+
size 5860
|
runs/May22_04-15-00_150-136-219-192/events.out.tfevents.1684728906.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c51209f0947a878f447ae8f8f1b14ffd23e89e161c1476bacd71d96429067e88
|
| 3 |
+
size 10127
|
runs/May22_04-31-53_150-136-219-192/1684729920.4242585/events.out.tfevents.1684729920.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83e764509310d5e9dff048eccd3c288621dcc28bea6b95cd9e931ec69b857f4d
|
| 3 |
+
size 5860
|
runs/May22_04-31-53_150-136-219-192/events.out.tfevents.1684729920.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23cb56b3799db5aca75841ca87cec21e83041b7536a14f12c9b50a39f730860d
|
| 3 |
+
size 161412
|
runs/May22_05-07-46_150-136-219-192/1684732071.8319044/events.out.tfevents.1684732071.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17eea46b0b5a0b17ca5591cbaa62ca185f86aa419030db2c04b6337e368ef10d
|
| 3 |
+
size 5860
|
runs/May22_05-07-46_150-136-219-192/events.out.tfevents.1684732071.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af950db506f7f7c2b1af788ef1032d83405c66c14cf9e71a60a9beea76f116eb
|
| 3 |
+
size 139118
|
runs/May22_05-58-12_150-136-219-192/1684735098.5748298/events.out.tfevents.1684735098.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ebf9b8e6a0e5b395221ebdce804d3f3bf8d1500b1df82fb699aae11ee3f359e
|
| 3 |
+
size 5860
|
runs/May22_05-58-12_150-136-219-192/events.out.tfevents.1684735098.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fc5cb3ccf65bf58cce7a470f44a1103a811c278adb37b27c113a00dcc12bf74
|
| 3 |
+
size 161412
|
runs/May22_06-12-01_150-136-219-192/1684735927.904616/events.out.tfevents.1684735927.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c87347799357f0f5ba5c2add0be9f9fd4698eaae9c97442355fe1dd1243ca9c0
|
| 3 |
+
size 5860
|
runs/May22_06-12-01_150-136-219-192/events.out.tfevents.1684735927.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b5a20791f650bc2d2208085383333c31166550410b0053b355ca21e3396eab8
|
| 3 |
+
size 35811
|
runs/May22_06-17-47_150-136-219-192/1684736273.2668483/events.out.tfevents.1684736273.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fb74bf6302bd0ba0b097c591e7a7291ec08d5d4c3bea5bd045859017ff250df
|
| 3 |
+
size 5860
|
runs/May22_06-17-47_150-136-219-192/events.out.tfevents.1684736273.150-136-219-192
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3b0363d29dca12fa9b8bdb8393f8406e677dd90374f6cbe71301ff94640c1b8
|
| 3 |
+
size 161412
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:578ebd54947300c08423017e7540c61835c34508127b82b51660ba7bb9fcede5
|
| 3 |
+
size 3835
|