fahnub commited on
Commit
3bc6651
1 Parent(s): f4faf4f

Training in progress, step 1000

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/whisper-small",
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
+ "d_model": 768,
16
+ "decoder_attention_heads": 12,
17
+ "decoder_ffn_dim": 3072,
18
+ "decoder_layerdrop": 0.0,
19
+ "decoder_layers": 12,
20
+ "decoder_start_token_id": 50258,
21
+ "dropout": 0.0,
22
+ "encoder_attention_heads": 12,
23
+ "encoder_ffn_dim": 3072,
24
+ "encoder_layerdrop": 0.0,
25
+ "encoder_layers": 12,
26
+ "eos_token_id": 50257,
27
+ "forced_decoder_ids": null,
28
+ "init_std": 0.02,
29
+ "is_encoder_decoder": true,
30
+ "mask_feature_length": 10,
31
+ "mask_feature_min_masks": 0,
32
+ "mask_feature_prob": 0.0,
33
+ "mask_time_length": 10,
34
+ "mask_time_min_masks": 2,
35
+ "mask_time_prob": 0.05,
36
+ "max_length": 448,
37
+ "max_source_positions": 1500,
38
+ "max_target_positions": 448,
39
+ "model_type": "whisper",
40
+ "num_hidden_layers": 12,
41
+ "num_mel_bins": 80,
42
+ "pad_token_id": 50257,
43
+ "scale_embedding": false,
44
+ "suppress_tokens": [],
45
+ "torch_dtype": "float32",
46
+ "transformers_version": "4.27.0.dev0",
47
+ "use_cache": true,
48
+ "vocab_size": 51865
49
+ }
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:5082a514e030da7b81b3a7595361d134a5e06abc4f8c1465180fe5e3b4d5fa6c
3
+ size 967102601
runs/Feb28_13-25-59_472cba138128/1677590789.7476718/events.out.tfevents.1677590789.472cba138128.809.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffe1d94504dbe14f9b76268f2ea81dc724aec026e59352a4506a9449e79f55e2
3
+ size 6016
runs/Feb28_13-25-59_472cba138128/1677590950.2038457/events.out.tfevents.1677590950.472cba138128.809.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2078e6e5cecb47512683f657225f80d6cab94a2068d273634b670a041993fd18
3
+ size 6016
runs/Feb28_13-25-59_472cba138128/events.out.tfevents.1677590789.472cba138128.809.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d7e30d73fefb5bf37a55bec917f0210880676ff29e49b7cad2b030e8c623d40
3
+ size 9232
runs/Feb28_13-29-38_472cba138128/1677590989.662347/events.out.tfevents.1677590989.472cba138128.809.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:776654e2fefcd50ae02f6ce1c2444b92bcf5ae28bb2eeede09b430b46f310761
3
+ size 6016
runs/Feb28_13-29-38_472cba138128/events.out.tfevents.1677590989.472cba138128.809.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9629b4aa874a54c11f0c54879739cb52086a6cd6f311c5409d4a323b67ef29ef
3
+ size 11219
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39fa261ad2c1acf1673e6076a0095a5daf2c8d323f8afa7b5e8b122d36316581
3
+ size 3707