rohitp1 commited on
Commit
2766a58
1 Parent(s): ab04b22

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.24.0",
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:aa6ffe20fffe798bea349803ea46a5ccdc7cb406d57ba470bd717e42175d4a71
3
+ size 570121239
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33a62102ef9e0ae0c04ed8e40de9baa708c60be92302baaa008e85e4a0273b6b
3
+ size 3567