Shubham09 commited on
Commit
4c3d596
·
1 Parent(s): 71f4d03

Training in progress, step 100

Browse files
config.json CHANGED
@@ -1,7 +1,8 @@
1
  {
2
- "_name_or_path": "/home/hclspeech/Desktop/prashanth/VM/whisper2",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
 
5
  "architectures": [
6
  "WhisperForConditionalGeneration"
7
  ],
@@ -11,32 +12,40 @@
11
  50256
12
  ],
13
  "bos_token_id": 50257,
14
- "d_model": 512,
15
- "decoder_attention_heads": 8,
16
- "decoder_ffn_dim": 2048,
 
17
  "decoder_layerdrop": 0.0,
18
- "decoder_layers": 6,
19
  "decoder_start_token_id": 50257,
20
  "dropout": 0.0,
21
- "encoder_attention_heads": 8,
22
- "encoder_ffn_dim": 2048,
23
  "encoder_layerdrop": 0.0,
24
- "encoder_layers": 6,
25
  "eos_token_id": 50256,
26
  "forced_decoder_ids": null,
27
  "init_std": 0.02,
28
  "is_encoder_decoder": true,
 
 
 
 
 
 
29
  "max_length": 448,
30
  "max_source_positions": 1500,
31
  "max_target_positions": 448,
32
  "model_type": "whisper",
33
- "num_hidden_layers": 6,
34
  "num_mel_bins": 80,
35
  "pad_token_id": 50256,
36
  "scale_embedding": false,
37
  "suppress_tokens": [],
38
  "torch_dtype": "float32",
39
- "transformers_version": "4.24.0",
40
  "use_cache": true,
 
41
  "vocab_size": 51864
42
  }
 
1
  {
2
+ "_name_or_path": "openai/whisper-small.en",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
+ "apply_spec_augment": false,
6
  "architectures": [
7
  "WhisperForConditionalGeneration"
8
  ],
 
12
  50256
13
  ],
14
  "bos_token_id": 50257,
15
+ "classifier_proj_size": 256,
16
+ "d_model": 768,
17
+ "decoder_attention_heads": 12,
18
+ "decoder_ffn_dim": 3072,
19
  "decoder_layerdrop": 0.0,
20
+ "decoder_layers": 12,
21
  "decoder_start_token_id": 50257,
22
  "dropout": 0.0,
23
+ "encoder_attention_heads": 12,
24
+ "encoder_ffn_dim": 3072,
25
  "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 12,
27
  "eos_token_id": 50256,
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": 12,
42
  "num_mel_bins": 80,
43
  "pad_token_id": 50256,
44
  "scale_embedding": false,
45
  "suppress_tokens": [],
46
  "torch_dtype": "float32",
47
+ "transformers_version": "4.28.0.dev0",
48
  "use_cache": true,
49
+ "use_weighted_layer_sum": false,
50
  "vocab_size": 51864
51
  }
preprocessor_config.json CHANGED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:08e42b612a6ae326dcaf673232af99ed9d64f997ea2aa87154c15da3d5d34ab9
3
- size 290454551
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7cc76da87490f887180cf5c13a342cf47ccf43a158c88621591607c9a373c41
3
+ size 967092809
runs/Apr04_06-01-23_voice-dsvm/1680588225.770872/events.out.tfevents.1680588225.voice-dsvm.683381.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a21c6d65c77a6a6aa846cbf92dca87af1b3454859989c09362da53ee8fa4b171
3
+ size 6019
runs/Apr04_06-01-23_voice-dsvm/events.out.tfevents.1680588225.voice-dsvm.683381.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e22fabee59f10dc44b03932b01844a8bd6ee761dcb37663ce79c2fc15dfaac6
3
+ size 5633
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:53c843c6daa88155645642b504af924ce8c7baf10ff0400eeaf7b8783dfc70a8
3
- size 3503
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6747c38a8ae8b8dbfcd3e0a81a1eeb02e181d7901bd1d0cc5149990896bd9a35
3
+ size 3707