rohitp1 commited on
Commit
99b6f55
1 Parent(s): 06ca1d7

Training in progress, step 100

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "gelu",
4
+ "architectures": [
5
+ "WhisperForConditionalGeneration"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "begin_suppress_tokens": [
9
+ 220,
10
+ 50256
11
+ ],
12
+ "bos_token_id": 50257,
13
+ "d_model": 768,
14
+ "decoder_attention_heads": 4,
15
+ "decoder_ffn_dim": 3072,
16
+ "decoder_layerdrop": 0.0,
17
+ "decoder_layers": 6,
18
+ "decoder_start_token_id": 50257,
19
+ "dropout": 0.0,
20
+ "encoder_attention_heads": 4,
21
+ "encoder_ffn_dim": 3072,
22
+ "encoder_layerdrop": 0.0,
23
+ "encoder_layers": 6,
24
+ "eos_token_id": 50256,
25
+ "forced_decoder_ids": null,
26
+ "init_std": 0.02,
27
+ "is_encoder_decoder": true,
28
+ "max_source_positions": 1500,
29
+ "max_target_positions": 448,
30
+ "model_type": "whisper",
31
+ "num_hidden_layers": 6,
32
+ "num_mel_bins": 80,
33
+ "pad_token_id": 50256,
34
+ "scale_embedding": false,
35
+ "suppress_tokens": [],
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.25.1",
38
+ "use_cache": true,
39
+ "vocab_size": 51864
40
+ }
preprocessor_config.json ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:956fc606cbfa7f4f98e4e3e2bb13c8c3390222712e127f7697da2c7bc6bf453d
3
+ size 570121239
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:decd7599d3767ce10a6bfc6d492d600d5301eda08f7110412b1087226f314ac7
3
+ size 3567