Qwzerty commited on
Commit
ed4f49d
·
verified ·
1 Parent(s): b0deca0

Training in progress, step 250

Browse files
Files changed (17) hide show
  1. config.json +47 -0
  2. model-00001-of-00002.safetensors +3 -0
  3. model-00002-of-00002.safetensors +3 -0
  4. model.safetensors.index.json +0 -0
  5. preprocessor_config.json +14 -0
  6. runs/Jan06_09-19-26_03388610-aada-4491-86e9-6649383850f2/events.out.tfevents.1736155174.03388610-aada-4491-86e9-6649383850f2 +3 -0
  7. runs/Jan06_09-23-25_03388610-aada-4491-86e9-6649383850f2/events.out.tfevents.1736155412.03388610-aada-4491-86e9-6649383850f2 +3 -0
  8. runs/Jan06_09-27-41_03388610-aada-4491-86e9-6649383850f2/events.out.tfevents.1736155668.03388610-aada-4491-86e9-6649383850f2 +3 -0
  9. runs/Jan06_09-31-12_03388610-aada-4491-86e9-6649383850f2/events.out.tfevents.1736155878.03388610-aada-4491-86e9-6649383850f2 +3 -0
  10. runs/Jan06_09-35-37_03388610-aada-4491-86e9-6649383850f2/events.out.tfevents.1736156154.03388610-aada-4491-86e9-6649383850f2 +3 -0
  11. runs/Jan06_09-45-58_03388610-aada-4491-86e9-6649383850f2/events.out.tfevents.1736156817.03388610-aada-4491-86e9-6649383850f2 +3 -0
  12. runs/Jan06_10-18-28_03388610-aada-4491-86e9-6649383850f2/events.out.tfevents.1736158718.03388610-aada-4491-86e9-6649383850f2 +3 -0
  13. runs/Jan06_10-31-43_03388610-aada-4491-86e9-6649383850f2/events.out.tfevents.1736159512.03388610-aada-4491-86e9-6649383850f2 +3 -0
  14. runs/Jan06_10-35-37_03388610-aada-4491-86e9-6649383850f2/events.out.tfevents.1736159747.03388610-aada-4491-86e9-6649383850f2 +3 -0
  15. runs/Jan06_10-40-12_03388610-aada-4491-86e9-6649383850f2/events.out.tfevents.1736160020.03388610-aada-4491-86e9-6649383850f2 +3 -0
  16. runs/Jan06_10-44-23_03388610-aada-4491-86e9-6649383850f2/events.out.tfevents.1736160272.03388610-aada-4491-86e9-6649383850f2 +3 -0
  17. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
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
+ ],
9
+ "attention_dropout": 0.0,
10
+ "begin_suppress_tokens": null,
11
+ "bos_token_id": 50257,
12
+ "classifier_proj_size": 256,
13
+ "d_model": 1280,
14
+ "decoder_attention_heads": 20,
15
+ "decoder_ffn_dim": 5120,
16
+ "decoder_layerdrop": 0.0,
17
+ "decoder_layers": 32,
18
+ "decoder_start_token_id": 50258,
19
+ "dropout": 0.0,
20
+ "encoder_attention_heads": 20,
21
+ "encoder_ffn_dim": 5120,
22
+ "encoder_layerdrop": 0.0,
23
+ "encoder_layers": 32,
24
+ "eos_token_id": 50257,
25
+ "init_std": 0.02,
26
+ "is_encoder_decoder": true,
27
+ "mask_feature_length": 10,
28
+ "mask_feature_min_masks": 0,
29
+ "mask_feature_prob": 0.0,
30
+ "mask_time_length": 10,
31
+ "mask_time_min_masks": 2,
32
+ "mask_time_prob": 0.05,
33
+ "max_length": null,
34
+ "max_source_positions": 1500,
35
+ "max_target_positions": 448,
36
+ "median_filter_width": 7,
37
+ "model_type": "whisper",
38
+ "num_hidden_layers": 32,
39
+ "num_mel_bins": 128,
40
+ "pad_token_id": 50256,
41
+ "scale_embedding": false,
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.47.1",
44
+ "use_cache": false,
45
+ "use_weighted_layer_sum": false,
46
+ "vocab_size": 51866
47
+ }
model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99f98ad7cb717bd716812e60f4a2a88b61fcf831d74c8b9e166771daccce0e49
3
+ size 4993448880
model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d1d28f1177e87d603d9a94949d66ebd627771e523eb3d46c6e2aec5e93839ac
3
+ size 1180663192
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
preprocessor_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_length": 30,
3
+ "feature_extractor_type": "WhisperFeatureExtractor",
4
+ "feature_size": 128,
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
+ }
runs/Jan06_09-19-26_03388610-aada-4491-86e9-6649383850f2/events.out.tfevents.1736155174.03388610-aada-4491-86e9-6649383850f2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1b10321a78c5d0c8f50b580a787828138208dd525a6fdb26a9b12ae0b6cd385
3
+ size 4418
runs/Jan06_09-23-25_03388610-aada-4491-86e9-6649383850f2/events.out.tfevents.1736155412.03388610-aada-4491-86e9-6649383850f2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d280066aa20b9030fdbf0e4e96b9d151744464c4f85dfb3ac9443e03561bc6f
3
+ size 4418
runs/Jan06_09-27-41_03388610-aada-4491-86e9-6649383850f2/events.out.tfevents.1736155668.03388610-aada-4491-86e9-6649383850f2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f83e3c3d5f8caf25bf87020c392bde667274eb0504cb66e2795b0541e55c26f7
3
+ size 4418
runs/Jan06_09-31-12_03388610-aada-4491-86e9-6649383850f2/events.out.tfevents.1736155878.03388610-aada-4491-86e9-6649383850f2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e75189bd8dc958885fdad394cb4cc4ee8cee1e290a0e7df0098915cc04c5f46
3
+ size 5813
runs/Jan06_09-35-37_03388610-aada-4491-86e9-6649383850f2/events.out.tfevents.1736156154.03388610-aada-4491-86e9-6649383850f2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68b11bcab476d276465be335207799d84e9bf82857b5acd0ade1a3f82b64058c
3
+ size 5813
runs/Jan06_09-45-58_03388610-aada-4491-86e9-6649383850f2/events.out.tfevents.1736156817.03388610-aada-4491-86e9-6649383850f2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13dcb3917d3429b143ed36cf03a2792bc21c463d87c7296a34267724387cab0f
3
+ size 5814
runs/Jan06_10-18-28_03388610-aada-4491-86e9-6649383850f2/events.out.tfevents.1736158718.03388610-aada-4491-86e9-6649383850f2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bc1a140d12faf896548fecb3cfa33de9fc156ab5f9d0c420fdb39dd02ecc41f
3
+ size 5815
runs/Jan06_10-31-43_03388610-aada-4491-86e9-6649383850f2/events.out.tfevents.1736159512.03388610-aada-4491-86e9-6649383850f2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6277a5bbb68c8cc346d896da9b84dbec156bf8b428b89cf239e2694cd14833f
3
+ size 5815
runs/Jan06_10-35-37_03388610-aada-4491-86e9-6649383850f2/events.out.tfevents.1736159747.03388610-aada-4491-86e9-6649383850f2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f59db6203f55ddf28dfe036547cb5a14bfa97bdb08c947025725822c2f9286d5
3
+ size 5815
runs/Jan06_10-40-12_03388610-aada-4491-86e9-6649383850f2/events.out.tfevents.1736160020.03388610-aada-4491-86e9-6649383850f2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7be1742382fb3f41b5405039529c41e7d62b50bce164143a5ae9ba4a77d724ce
3
+ size 5815
runs/Jan06_10-44-23_03388610-aada-4491-86e9-6649383850f2/events.out.tfevents.1736160272.03388610-aada-4491-86e9-6649383850f2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24c162d8ce76fe5b0faad4b46f8c37ee9965863f95bd443b73f3060d4e915502
3
+ size 8258
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfd15b2fe3abf6983c30abad42d3c4b8b56c733dfbf288bef2cc10dbdc6f2819
3
+ size 5496