jimregan commited on
Commit
6df1ffc
1 Parent(s): 0f370d0

Training in progress, step 1000

Browse files
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e9985563cfa92c12b5840f713e13a5ec8b1bc2ae0b5d80676f35ac72dedad98
3
+ size 967102601
runs/Mar04_18-47-24_sbtaldeep23/1677955649.7866936/events.out.tfevents.1677955649.sbtaldeep23 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d563defb16144317201c13350ad8a8cda7b8f0329dd8c385f0403523ddfcccae
3
+ size 5773
runs/Mar04_18-47-24_sbtaldeep23/events.out.tfevents.1677955649.sbtaldeep23 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c26d69f1c9227d8b58b0599f68f55e072e385a931b4ba38a865b1dfff1b356c7
3
+ size 10924
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01e8ccd501e733ff91700281882ae8e4041ee23a9d38dad361cbaea63f891133
3
+ size 3707