AIFahim commited on
Commit
dd1861d
·
1 Parent(s): dc16fce

Training in progress, step 2000

Browse files
Files changed (24) hide show
  1. config.json +9 -9
  2. pytorch_model.bin +2 -2
  3. runs/May22_07-20-37_150-136-219-192/events.out.tfevents.1684740043.150-136-219-192 +2 -2
  4. runs/May22_08-59-45_150-136-219-192/1684745990.916584/events.out.tfevents.1684745990.150-136-219-192 +3 -0
  5. runs/May22_08-59-45_150-136-219-192/events.out.tfevents.1684745990.150-136-219-192 +3 -0
  6. runs/May22_09-27-23_150-136-219-192/1684747648.3640969/events.out.tfevents.1684747648.150-136-219-192 +3 -0
  7. runs/May22_09-27-23_150-136-219-192/events.out.tfevents.1684747648.150-136-219-192 +3 -0
  8. runs/May22_09-38-54_150-136-219-192/1684748339.1813493/events.out.tfevents.1684748339.150-136-219-192 +3 -0
  9. runs/May22_09-38-54_150-136-219-192/events.out.tfevents.1684748339.150-136-219-192 +3 -0
  10. runs/May22_09-39-45_150-136-219-192/1684748390.6316812/events.out.tfevents.1684748390.150-136-219-192 +3 -0
  11. runs/May22_09-39-45_150-136-219-192/events.out.tfevents.1684748390.150-136-219-192 +3 -0
  12. runs/May22_09-43-57_150-136-219-192/1684748642.7710638/events.out.tfevents.1684748642.150-136-219-192 +3 -0
  13. runs/May22_09-43-57_150-136-219-192/events.out.tfevents.1684748642.150-136-219-192 +3 -0
  14. runs/May22_09-45-02_150-136-219-192/1684748707.871174/events.out.tfevents.1684748707.150-136-219-192 +3 -0
  15. runs/May22_09-45-02_150-136-219-192/events.out.tfevents.1684748707.150-136-219-192 +3 -0
  16. runs/May22_09-46-19_150-136-219-192/1684748784.3241282/events.out.tfevents.1684748784.150-136-219-192 +3 -0
  17. runs/May22_09-46-19_150-136-219-192/events.out.tfevents.1684748784.150-136-219-192 +3 -0
  18. runs/May22_09-47-58_150-136-219-192/1684748883.80931/events.out.tfevents.1684748883.150-136-219-192 +3 -0
  19. runs/May22_09-47-58_150-136-219-192/events.out.tfevents.1684748883.150-136-219-192 +3 -0
  20. runs/May22_09-49-14_150-136-219-192/1684748959.5982285/events.out.tfevents.1684748959.150-136-219-192 +3 -0
  21. runs/May22_09-49-14_150-136-219-192/events.out.tfevents.1684748959.150-136-219-192 +3 -0
  22. runs/May22_10-04-28_150-136-219-192/1684749873.1967525/events.out.tfevents.1684749873.150-136-219-192 +3 -0
  23. runs/May22_10-04-28_150-136-219-192/events.out.tfevents.1684749873.150-136-219-192 +3 -0
  24. training_args.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "openai/whisper-medium",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "apply_spec_augment": false,
@@ -13,17 +13,17 @@
13
  ],
14
  "bos_token_id": 50257,
15
  "classifier_proj_size": 256,
16
- "d_model": 1024,
17
- "decoder_attention_heads": 16,
18
- "decoder_ffn_dim": 4096,
19
  "decoder_layerdrop": 0.0,
20
- "decoder_layers": 24,
21
  "decoder_start_token_id": 50258,
22
  "dropout": 0,
23
- "encoder_attention_heads": 16,
24
- "encoder_ffn_dim": 4096,
25
  "encoder_layerdrop": 0.0,
26
- "encoder_layers": 24,
27
  "eos_token_id": 50257,
28
  "forced_decoder_ids": null,
29
  "init_std": 0.02,
@@ -38,7 +38,7 @@
38
  "max_source_positions": 1500,
39
  "max_target_positions": 448,
40
  "model_type": "whisper",
41
- "num_hidden_layers": 24,
42
  "num_mel_bins": 80,
43
  "pad_token_id": 50257,
44
  "scale_embedding": false,
 
1
  {
2
+ "_name_or_path": "openai/whisper-small",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "apply_spec_augment": false,
 
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": 50258,
22
  "dropout": 0,
23
+ "encoder_attention_heads": 12,
24
+ "encoder_ffn_dim": 3072,
25
  "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 12,
27
  "eos_token_id": 50257,
28
  "forced_decoder_ids": null,
29
  "init_std": 0.02,
 
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": 50257,
44
  "scale_embedding": false,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:43f1ada9d0f492311311b20466b69c03fe4d302fe57d7836d3e424c27534e2c8
3
- size 3055754841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3bd934a5e9544ae3b275c0b1810aaa3c777c67d9bc7aa269f5f8038b7a0a40f
3
+ size 967102601
runs/May22_07-20-37_150-136-219-192/events.out.tfevents.1684740043.150-136-219-192 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cef91561c726cd00fec9fa3ed6c05871970a7f622a9e43794376875881f9b10c
3
- size 1261872
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d705c9095da2cd337bd9e97e908b0dd3baf45741fa45c4ec7d206118cfafb551
3
+ size 1575872
runs/May22_08-59-45_150-136-219-192/1684745990.916584/events.out.tfevents.1684745990.150-136-219-192 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0ba5c9c99440ea5a0ed1332e365f37a27e778925940cd2c14d6b56e225bad70
3
+ size 5860
runs/May22_08-59-45_150-136-219-192/events.out.tfevents.1684745990.150-136-219-192 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8980f9a1324c4176cb0f43a879c3de729cf768f34156781f2a954f99a9e7aeb
3
+ size 30313
runs/May22_09-27-23_150-136-219-192/1684747648.3640969/events.out.tfevents.1684747648.150-136-219-192 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b5e1d44a31e361085e03ceacd30055bc08b8256ff334b3a1dbf3e2aefbff7d1
3
+ size 5860
runs/May22_09-27-23_150-136-219-192/events.out.tfevents.1684747648.150-136-219-192 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c75ea87c9dbbe3d1f91aec57b1753419b360173b639e1081efb694154ede086
3
+ size 30941
runs/May22_09-38-54_150-136-219-192/1684748339.1813493/events.out.tfevents.1684748339.150-136-219-192 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:305d2a4ce24ce782b627ed8473d5f39f3d8863e0f8f4e14d646148d3934634ac
3
+ size 5860
runs/May22_09-38-54_150-136-219-192/events.out.tfevents.1684748339.150-136-219-192 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa316f363f742645d5eab21f379c29f259e7d0c7760b5603d543d80169ca7b8f
3
+ size 5405
runs/May22_09-39-45_150-136-219-192/1684748390.6316812/events.out.tfevents.1684748390.150-136-219-192 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ef703c12ca0939ec7c0eb82fd84ae1eb0a0ca7e61cce00d7fc7272a16be09c3
3
+ size 5860
runs/May22_09-39-45_150-136-219-192/events.out.tfevents.1684748390.150-136-219-192 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74226317c438025482becfa7fbf46ce88bdd1c6a78e27e321972675e1280b42e
3
+ size 10333
runs/May22_09-43-57_150-136-219-192/1684748642.7710638/events.out.tfevents.1684748642.150-136-219-192 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7759e2fc00a4d285fdedc43e732405ca733a1cee534d1175e4650e9fe4336632
3
+ size 5860
runs/May22_09-43-57_150-136-219-192/events.out.tfevents.1684748642.150-136-219-192 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c185b8fb4cb60162983046dd709c999c0a3eae3a3e6184895327a200cc844a9
3
+ size 10641
runs/May22_09-45-02_150-136-219-192/1684748707.871174/events.out.tfevents.1684748707.150-136-219-192 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:381da3e80d9693f63004f83611b82f3625baf7fbe5fe039197df71b95beee02c
3
+ size 5860
runs/May22_09-45-02_150-136-219-192/events.out.tfevents.1684748707.150-136-219-192 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a087cf0290a70f776482bfd13919e4e15380a3744b68ad49231ee49d2173a6d4
3
+ size 7561
runs/May22_09-46-19_150-136-219-192/1684748784.3241282/events.out.tfevents.1684748784.150-136-219-192 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3740f874431cad2ec10f658d614717e9958c9c2640d624209461e7517e93ec3
3
+ size 5860
runs/May22_09-46-19_150-136-219-192/events.out.tfevents.1684748784.150-136-219-192 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:890f10bf9c2b9c2a53b904b7a3d91945c6ee170bc9af8fe046169806adc8dce9
3
+ size 17263
runs/May22_09-47-58_150-136-219-192/1684748883.80931/events.out.tfevents.1684748883.150-136-219-192 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77275e1846855cd31b3ec5218d533656e63ca1ae99a2db7fadb13c339f1ebe43
3
+ size 5860
runs/May22_09-47-58_150-136-219-192/events.out.tfevents.1684748883.150-136-219-192 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb515a03bf99c003c3bc8fb3dcc7e75ca4c10625a7d2534e7b7788728b4936bd
3
+ size 6175
runs/May22_09-49-14_150-136-219-192/1684748959.5982285/events.out.tfevents.1684748959.150-136-219-192 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e8f3834d62f74cf8d4d72fd47b842758c46872d3a5d8e1a208445670a5c5f4a
3
+ size 5860
runs/May22_09-49-14_150-136-219-192/events.out.tfevents.1684748959.150-136-219-192 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9abbfbeaa049afa69ca9946bfde9f72d533e258a189a0980722f8508f18aa08
3
+ size 7715
runs/May22_10-04-28_150-136-219-192/1684749873.1967525/events.out.tfevents.1684749873.150-136-219-192 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a90ad6f4c0cbe053abefe01654093001ec52b290c1ee9f940b28e0253c184d04
3
+ size 5860
runs/May22_10-04-28_150-136-219-192/events.out.tfevents.1684749873.150-136-219-192 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53f10d7f493b43a54b5da039575f2ef3fcfcb2a43988b8cdfadc2dfce568b006
3
+ size 318408
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c0a149c476256833ef007b2c97717aaf3f9a9cfbb785d629c48b3ba21179ec91
3
  size 3835
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1837d5957130fc4056b5f1651513feb921338bae3e18f74868222b2fcb4d852
3
  size 3835