manishl127 commited on
Commit
ced93eb
·
1 Parent(s): 570aae1

Training in progress, step 1000

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/whisper-large-v2",
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": 1280,
17
+ "decoder_attention_heads": 20,
18
+ "decoder_ffn_dim": 5120,
19
+ "decoder_layerdrop": 0.0,
20
+ "decoder_layers": 32,
21
+ "decoder_start_token_id": 50258,
22
+ "dropout": 0.0,
23
+ "encoder_attention_heads": 20,
24
+ "encoder_ffn_dim": 5120,
25
+ "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 32,
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": 32,
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.30.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:f90a6a3c59149bba1135f7f6f5973527066a885003f05bc8be65f2b7ac62ae7f
3
+ size 6173655480
runs/May18_04-15-56_2a782388a31b/1684383615.470437/events.out.tfevents.1684383615.2a782388a31b.14305.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ab8f34ba6517b18d18784766c51473c17829edbde7bccdd32fafaba6f09061f
3
+ size 6209
runs/May18_04-15-56_2a782388a31b/1684389004.977665/events.out.tfevents.1684389004.2a782388a31b.14305.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c711beaeaaaccfaf3fccc24af97595b23dd675456b5bd878d689813667658be2
3
+ size 6209
runs/May18_04-15-56_2a782388a31b/1684389293.8758874/events.out.tfevents.1684389293.2a782388a31b.14305.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13b595c9f41f0f5833db5c58ec51de0ae4c91f03e64e1aa45fbe0c95be09dc97
3
+ size 6209
runs/May18_04-15-56_2a782388a31b/1684389922.7649648/events.out.tfevents.1684389922.2a782388a31b.14305.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:219fc9732252edfc917820d7dfcc57372f8b8fe326194d60b79614a71fd63cec
3
+ size 6209
runs/May18_04-15-56_2a782388a31b/events.out.tfevents.1684383615.2a782388a31b.14305.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a92081e5be7cdc0cd7d77ae89c06d1a221f54f29c47c9e64f901a93f5481b3db
3
+ size 32198
runs/May18_07-55-59_2a782388a31b/1684396576.206051/events.out.tfevents.1684396576.2a782388a31b.14305.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:696d2dd83551bb37e9ec0d3669b8e6bb399e963fde4bac247e91b972fc48e162
3
+ size 6203
runs/May18_07-55-59_2a782388a31b/1684397554.1800497/events.out.tfevents.1684397554.2a782388a31b.14305.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dea110e37bdb94fee9d02a55df58fcc315a3f98e1035012b003924d83ad44ed7
3
+ size 6203
runs/May18_07-55-59_2a782388a31b/1684398374.360059/events.out.tfevents.1684398374.2a782388a31b.14305.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e1c1370d3969de711b040bc1eafc8f5e94133fe44ff5f23fc1efc5d0d274ad7
3
+ size 6203
runs/May18_07-55-59_2a782388a31b/1684399344.0306752/events.out.tfevents.1684399344.2a782388a31b.14305.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4b16035d8b50918cef7be32376abf64986191250304199fc8daa72f83680510
3
+ size 6203
runs/May18_07-55-59_2a782388a31b/events.out.tfevents.1684396576.2a782388a31b.14305.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7399478587f2dfbbef2744ed9c6e12a7fc78fad5c4b6267d6affc0f9dafb305e
3
+ size 14308
runs/May18_07-55-59_2a782388a31b/events.out.tfevents.1684399344.2a782388a31b.14305.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eee1cf77cd34fd39051da91c57d1391d2cf411277725b2caf073faa58eeacd84
3
+ size 4184
runs/May18_11-17-34_2a782388a31b/1684408677.987619/events.out.tfevents.1684408677.2a782388a31b.119812.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f0400347963cd683a68730be3cbfd56b5467a65569d21457d911d14b6859c9a
3
+ size 6203
runs/May18_11-17-34_2a782388a31b/events.out.tfevents.1684408677.2a782388a31b.119812.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f9e7a380fee05ef83470657279fa80e2f2d9f7e276c11c817fa51669d32a040
3
+ size 11098
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcde289df60c55b5b5ee49fe3b9965405d812d5c16a5736dd3813159da6e03fc
3
+ size 4091