Pinwheel commited on
Commit
f3ec78d
1 Parent(s): 671728d

Training in progress, step 500

Browse files
Files changed (23) hide show
  1. .gitignore +1 -0
  2. config.json +79 -0
  3. preprocessor_config.json +9 -0
  4. pytorch_model.bin +3 -0
  5. runs/Jan31_13-05-33_ip-172-31-66-153/1643634347.281291/events.out.tfevents.1643634347.ip-172-31-66-153.1252489.1 +3 -0
  6. runs/Jan31_13-05-33_ip-172-31-66-153/events.out.tfevents.1643634347.ip-172-31-66-153.1252489.0 +3 -0
  7. runs/Jan31_13-07-04_ip-172-31-66-153/1643634438.7761335/events.out.tfevents.1643634438.ip-172-31-66-153.1252660.1 +3 -0
  8. runs/Jan31_13-07-04_ip-172-31-66-153/events.out.tfevents.1643634438.ip-172-31-66-153.1252660.0 +3 -0
  9. runs/Jan31_13-08-20_ip-172-31-66-153/1643634514.4970977/events.out.tfevents.1643634514.ip-172-31-66-153.1253565.1 +3 -0
  10. runs/Jan31_13-08-20_ip-172-31-66-153/events.out.tfevents.1643634514.ip-172-31-66-153.1253565.0 +3 -0
  11. runs/Jan31_13-09-31_ip-172-31-66-153/1643634585.6002965/events.out.tfevents.1643634585.ip-172-31-66-153.1254496.1 +3 -0
  12. runs/Jan31_13-09-31_ip-172-31-66-153/events.out.tfevents.1643634585.ip-172-31-66-153.1254496.0 +3 -0
  13. runs/Jan31_13-10-40_ip-172-31-66-153/1643634654.7295568/events.out.tfevents.1643634654.ip-172-31-66-153.1255407.1 +3 -0
  14. runs/Jan31_13-10-40_ip-172-31-66-153/events.out.tfevents.1643634654.ip-172-31-66-153.1255407.0 +3 -0
  15. runs/Jan31_13-11-47_ip-172-31-66-153/1643634718.9138317/events.out.tfevents.1643634718.ip-172-31-66-153.1256097.1 +3 -0
  16. runs/Jan31_13-11-47_ip-172-31-66-153/events.out.tfevents.1643634718.ip-172-31-66-153.1256097.0 +3 -0
  17. runs/Jan31_13-12-49_ip-172-31-66-153/1643634780.82339/events.out.tfevents.1643634780.ip-172-31-66-153.1256307.1 +3 -0
  18. runs/Jan31_13-12-49_ip-172-31-66-153/events.out.tfevents.1643634780.ip-172-31-66-153.1256307.0 +3 -0
  19. runs/Jan31_13-13-53_ip-172-31-66-153/1643634848.3219385/events.out.tfevents.1643634848.ip-172-31-66-153.1256726.1 +3 -0
  20. runs/Jan31_13-13-53_ip-172-31-66-153/events.out.tfevents.1643634848.ip-172-31-66-153.1256726.0 +3 -0
  21. runs/Jan31_20-42-39_ip-172-31-66-153/1643662289.664994/events.out.tfevents.1643662289.ip-172-31-66-153.1268091.1 +3 -0
  22. runs/Jan31_20-42-39_ip-172-31-66-153/events.out.tfevents.1643662289.ip-172-31-66-153.1268091.0 +3 -0
  23. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/wav2vec2-xls-r-300m",
3
+ "activation_dropout": 0.0,
4
+ "apply_spec_augment": true,
5
+ "architectures": [
6
+ "Wav2Vec2ForCTC"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "bos_token_id": 1,
10
+ "classifier_proj_size": 256,
11
+ "codevector_dim": 768,
12
+ "contrastive_logits_temperature": 0.1,
13
+ "conv_bias": true,
14
+ "conv_dim": [
15
+ 512,
16
+ 512,
17
+ 512,
18
+ 512,
19
+ 512,
20
+ 512,
21
+ 512
22
+ ],
23
+ "conv_kernel": [
24
+ 10,
25
+ 3,
26
+ 3,
27
+ 3,
28
+ 3,
29
+ 2,
30
+ 2
31
+ ],
32
+ "conv_stride": [
33
+ 5,
34
+ 2,
35
+ 2,
36
+ 2,
37
+ 2,
38
+ 2,
39
+ 2
40
+ ],
41
+ "ctc_loss_reduction": "mean",
42
+ "ctc_zero_infinity": false,
43
+ "diversity_loss_weight": 0.1,
44
+ "do_stable_layer_norm": true,
45
+ "eos_token_id": 2,
46
+ "feat_extract_activation": "gelu",
47
+ "feat_extract_dropout": 0.0,
48
+ "feat_extract_norm": "layer",
49
+ "feat_proj_dropout": 0.0,
50
+ "feat_quantizer_dropout": 0.0,
51
+ "final_dropout": 0.0,
52
+ "gradient_checkpointing": false,
53
+ "hidden_act": "gelu",
54
+ "hidden_dropout": 0.0,
55
+ "hidden_size": 1024,
56
+ "initializer_range": 0.02,
57
+ "intermediate_size": 4096,
58
+ "layer_norm_eps": 1e-05,
59
+ "layerdrop": 0.0,
60
+ "mask_feature_length": 10,
61
+ "mask_feature_prob": 0.0,
62
+ "mask_time_length": 10,
63
+ "mask_time_prob": 0.05,
64
+ "model_type": "wav2vec2",
65
+ "num_attention_heads": 16,
66
+ "num_codevector_groups": 2,
67
+ "num_codevectors_per_group": 320,
68
+ "num_conv_pos_embedding_groups": 16,
69
+ "num_conv_pos_embeddings": 128,
70
+ "num_feat_extract_layers": 7,
71
+ "num_hidden_layers": 24,
72
+ "num_negatives": 100,
73
+ "pad_token_id": 67,
74
+ "proj_codevector_dim": 768,
75
+ "torch_dtype": "float32",
76
+ "transformers_version": "4.11.3",
77
+ "use_weighted_layer_sum": false,
78
+ "vocab_size": 68
79
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0.0,
7
+ "return_attention_mask": false,
8
+ "sampling_rate": 16000
9
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d39d8540fb6a3afa8f5dd496549985c3b94e024c11eb90fd095aad0ec9e834e0
3
+ size 1262202481
runs/Jan31_13-05-33_ip-172-31-66-153/1643634347.281291/events.out.tfevents.1643634347.ip-172-31-66-153.1252489.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a108762c4618ede0234afee16095bbdd81ba5aee26c45e9c04b5b096a7b7eda9
3
+ size 4562
runs/Jan31_13-05-33_ip-172-31-66-153/events.out.tfevents.1643634347.ip-172-31-66-153.1252489.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a74a760bb780c872a88ac49f9c83c5fc389b2e7f0f218202959699db0ac0ecf
3
+ size 4220
runs/Jan31_13-07-04_ip-172-31-66-153/1643634438.7761335/events.out.tfevents.1643634438.ip-172-31-66-153.1252660.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09066e897e1ab09a0352ebe8d9d85fd9a6ffc79c2f7a2232b14325cd31277df9
3
+ size 4562
runs/Jan31_13-07-04_ip-172-31-66-153/events.out.tfevents.1643634438.ip-172-31-66-153.1252660.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c6aed4967c83f1839e47829d77edd79a2feaae51911dfb6d72f6307249e82d9
3
+ size 4222
runs/Jan31_13-08-20_ip-172-31-66-153/1643634514.4970977/events.out.tfevents.1643634514.ip-172-31-66-153.1253565.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b76ea8f7c35d7cb47a2c87af7523847759db745481e1bd1313a657b741057fe
3
+ size 4562
runs/Jan31_13-08-20_ip-172-31-66-153/events.out.tfevents.1643634514.ip-172-31-66-153.1253565.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ca2d2a1a7443c6d54d95aa2ac36c0c79c85a6f1ded11a379ed7719ca745718a
3
+ size 4221
runs/Jan31_13-09-31_ip-172-31-66-153/1643634585.6002965/events.out.tfevents.1643634585.ip-172-31-66-153.1254496.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09294a69e299083bad1d978b426ca182923bc7da3ec85f2c57fdb0f11d3f91fc
3
+ size 4562
runs/Jan31_13-09-31_ip-172-31-66-153/events.out.tfevents.1643634585.ip-172-31-66-153.1254496.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcdcb1e5ca5373d4a5b17086e193eb9281f940739e34698612d173fb663a9fa7
3
+ size 4221
runs/Jan31_13-10-40_ip-172-31-66-153/1643634654.7295568/events.out.tfevents.1643634654.ip-172-31-66-153.1255407.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:377f9f7489da5e2ec6c58c47480a377ebb6d7b1a9a0f0c488d006f4b1f28d8b2
3
+ size 4562
runs/Jan31_13-10-40_ip-172-31-66-153/events.out.tfevents.1643634654.ip-172-31-66-153.1255407.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07ca2b41252da65cdf2868fab6f4fc0c73a9cbf77f6312c81f1a38a087cb4849
3
+ size 4221
runs/Jan31_13-11-47_ip-172-31-66-153/1643634718.9138317/events.out.tfevents.1643634718.ip-172-31-66-153.1256097.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7167ef2f1b8f1d907b69a7613027dfccbc5ff6beabb3caa378cc4e961bcabdf1
3
+ size 4562
runs/Jan31_13-11-47_ip-172-31-66-153/events.out.tfevents.1643634718.ip-172-31-66-153.1256097.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8edc035e26e330f21bf89c9a084001a5a7be3121eef6acb153cf58eef603147
3
+ size 4220
runs/Jan31_13-12-49_ip-172-31-66-153/1643634780.82339/events.out.tfevents.1643634780.ip-172-31-66-153.1256307.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faebf70575ca989c6fd1536db453f26b8858cf3d40d6f51fe2daf052f40eff8f
3
+ size 4562
runs/Jan31_13-12-49_ip-172-31-66-153/events.out.tfevents.1643634780.ip-172-31-66-153.1256307.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6499b4a806fe42cc1c51556154f08e5d6f769994630fa7af508b1938b6b92725
3
+ size 4220
runs/Jan31_13-13-53_ip-172-31-66-153/1643634848.3219385/events.out.tfevents.1643634848.ip-172-31-66-153.1256726.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db1575430faa7ee71578bba7dcc0e0419fab9d1994dc3c48605a5c28e86d615c
3
+ size 4562
runs/Jan31_13-13-53_ip-172-31-66-153/events.out.tfevents.1643634848.ip-172-31-66-153.1256726.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6298ee751e099a8d9009e6394d63c30fcbdbc4f2d65161b4c2996710141e069e
3
+ size 4221
runs/Jan31_20-42-39_ip-172-31-66-153/1643662289.664994/events.out.tfevents.1643662289.ip-172-31-66-153.1268091.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9d2107b0aed5e410ed56d3ee6c1b52c42c42d4a6f1075688f77cd674d9fe34e
3
+ size 4562
runs/Jan31_20-42-39_ip-172-31-66-153/events.out.tfevents.1643662289.ip-172-31-66-153.1268091.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e309dc1b6e3e98de21a2aac78e36e2a8e287c3999fcca4a98bd6b38765aff9ce
3
+ size 4696
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cc817d9adc17ee0e2090d018b9bfcac4f0ce2eb5261d2d59d3d3da03ba68f99
3
+ size 2863