RobbieJimersonJr commited on
Commit
6d932c4
·
1 Parent(s): 5b4e2af

Training in progress, step 1000

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "openai/whisper-tiny",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "architectures": [
@@ -11,17 +11,17 @@
11
  50257
12
  ],
13
  "bos_token_id": 50257,
14
- "d_model": 384,
15
- "decoder_attention_heads": 6,
16
- "decoder_ffn_dim": 1536,
17
  "decoder_layerdrop": 0.0,
18
- "decoder_layers": 4,
19
  "decoder_start_token_id": 50258,
20
  "dropout": 0.0,
21
- "encoder_attention_heads": 6,
22
- "encoder_ffn_dim": 1536,
23
  "encoder_layerdrop": 0.0,
24
- "encoder_layers": 4,
25
  "eos_token_id": 50257,
26
  "forced_decoder_ids": null,
27
  "init_std": 0.02,
@@ -30,7 +30,7 @@
30
  "max_source_positions": 1500,
31
  "max_target_positions": 448,
32
  "model_type": "whisper",
33
- "num_hidden_layers": 4,
34
  "num_mel_bins": 80,
35
  "pad_token_id": 50257,
36
  "scale_embedding": false,
 
1
  {
2
+ "_name_or_path": "openai/whisper-medium",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "architectures": [
 
11
  50257
12
  ],
13
  "bos_token_id": 50257,
14
+ "d_model": 1024,
15
+ "decoder_attention_heads": 16,
16
+ "decoder_ffn_dim": 4096,
17
  "decoder_layerdrop": 0.0,
18
+ "decoder_layers": 24,
19
  "decoder_start_token_id": 50258,
20
  "dropout": 0.0,
21
+ "encoder_attention_heads": 16,
22
+ "encoder_ffn_dim": 4096,
23
  "encoder_layerdrop": 0.0,
24
+ "encoder_layers": 24,
25
  "eos_token_id": 50257,
26
  "forced_decoder_ids": null,
27
  "init_std": 0.02,
 
30
  "max_source_positions": 1500,
31
  "max_target_positions": 448,
32
  "model_type": "whisper",
33
+ "num_hidden_layers": 24,
34
  "num_mel_bins": 80,
35
  "pad_token_id": 50257,
36
  "scale_embedding": false,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0d7fb56b1521b516ee5e2864fd4e40fa894bd6de2e431ea5d5312888f79aa5aa
3
- size 151098921
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:094fe63aeb332c29b588288a0a989111394ac5cb1ff02ebe44f4d558a2a12b41
3
+ size 3055754841
tokenizer_config.json CHANGED
@@ -19,7 +19,7 @@
19
  },
20
  "errors": "replace",
21
  "model_max_length": 1024,
22
- "name_or_path": "openai/whisper-tiny",
23
  "pad_token": null,
24
  "processor_class": "WhisperProcessor",
25
  "return_attention_mask": false,
 
19
  },
20
  "errors": "replace",
21
  "model_max_length": 1024,
22
+ "name_or_path": "openai/whisper-medium",
23
  "pad_token": null,
24
  "processor_class": "WhisperProcessor",
25
  "return_attention_mask": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:46661f32574b36ae098957883106754632cf269d942316b421fc00ad630f4a9b
3
  size 3707
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a24a354d10cbc19da5b395016c86aca67ce02fbab4986656ecdcc7488a8efb7
3
  size 3707