huangqiao commited on
Commit
34bcc67
1 Parent(s): 8d57bb8

Training in progress, step 1000

Browse files
config.json CHANGED
@@ -2,6 +2,7 @@
2
  "_name_or_path": "openai/whisper-small",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
 
5
  "architectures": [
6
  "WhisperForConditionalGeneration"
7
  ],
@@ -11,6 +12,7 @@
11
  50257
12
  ],
13
  "bos_token_id": 50257,
 
14
  "d_model": 768,
15
  "decoder_attention_heads": 12,
16
  "decoder_ffn_dim": 3072,
@@ -26,6 +28,12 @@
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,
@@ -38,5 +46,6 @@
38
  "torch_dtype": "float32",
39
  "transformers_version": "4.27.0.dev0",
40
  "use_cache": true,
 
41
  "vocab_size": 51865
42
  }
 
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
  ],
 
12
  50257
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,
 
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,
 
46
  "torch_dtype": "float32",
47
  "transformers_version": "4.27.0.dev0",
48
  "use_cache": true,
49
+ "use_weighted_layer_sum": false,
50
  "vocab_size": 51865
51
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e3728afd7ef191a984ef5864cbd0b5021ced584542b7c1aba8d5f919ff893a95
3
  size 967102601
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d67a3ce23d9ce3258dfbd744349d82a938446ec5002c32a38386d037fb9b4fc3
3
  size 967102601
runs/Mar11_12-06-13_e79e870971f9/1678536815.8720233/events.out.tfevents.1678536815.e79e870971f9.594.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf2e420131b3056231edd55aeda761e18763bb6352b5cfcdb924ea5e672bee3e
3
+ size 6004
runs/Mar11_12-06-13_e79e870971f9/events.out.tfevents.1678536815.e79e870971f9.594.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8b1b41c6cf92cc919586f4a965ba0c2acd9dc07bdb48742babd6b52e8b6a0e4
3
+ size 11273
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb9486411a674ae55053e0831963d74be51f82e95786e4160f33b956c1778551
3
- size 3643
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13880d0065c0f411c3d61a88ffa317bbc83dcfc317b018ec5afecdb3aa4ee51f
3
+ size 3707