dracoglacius commited on
Commit
9d507e7
1 Parent(s): c6487b7

Training in progress, step 250

Browse files
Files changed (23) hide show
  1. .gitignore +1 -0
  2. config.json +109 -0
  3. preprocessor_config.json +9 -0
  4. pytorch_model.bin +3 -0
  5. runs/Sep28_18-18-01_DESKTOP-NUI216U/1664403607.2907226/events.out.tfevents.1664403607.DESKTOP-NUI216U.357.1 +3 -0
  6. runs/Sep28_18-18-01_DESKTOP-NUI216U/events.out.tfevents.1664403607.DESKTOP-NUI216U.357.0 +3 -0
  7. runs/Sep28_18-26-08_DESKTOP-NUI216U/1664404041.410119/events.out.tfevents.1664404041.DESKTOP-NUI216U.357.3 +3 -0
  8. runs/Sep28_18-26-08_DESKTOP-NUI216U/events.out.tfevents.1664404041.DESKTOP-NUI216U.357.2 +3 -0
  9. runs/Sep28_18-28-30_DESKTOP-NUI216U/1664404178.8786833/events.out.tfevents.1664404178.DESKTOP-NUI216U.357.5 +3 -0
  10. runs/Sep28_18-28-30_DESKTOP-NUI216U/events.out.tfevents.1664404178.DESKTOP-NUI216U.357.4 +3 -0
  11. runs/Sep28_18-33-14_DESKTOP-NUI216U/1664404461.0878725/events.out.tfevents.1664404461.DESKTOP-NUI216U.357.7 +3 -0
  12. runs/Sep28_18-33-14_DESKTOP-NUI216U/events.out.tfevents.1664404461.DESKTOP-NUI216U.357.6 +3 -0
  13. runs/Sep28_18-40-41_DESKTOP-NUI216U/1664404982.2820656/events.out.tfevents.1664404982.DESKTOP-NUI216U.11210.1 +3 -0
  14. runs/Sep28_18-40-41_DESKTOP-NUI216U/events.out.tfevents.1664404982.DESKTOP-NUI216U.11210.0 +3 -0
  15. runs/Sep28_18-53-50_DESKTOP-NUI216U/1664405703.8160784/events.out.tfevents.1664405703.DESKTOP-NUI216U.11210.3 +3 -0
  16. runs/Sep28_18-53-50_DESKTOP-NUI216U/events.out.tfevents.1664405703.DESKTOP-NUI216U.11210.2 +3 -0
  17. runs/Sep28_18-56-17_DESKTOP-NUI216U/1664405847.7770092/events.out.tfevents.1664405847.DESKTOP-NUI216U.11210.5 +3 -0
  18. runs/Sep28_18-56-17_DESKTOP-NUI216U/events.out.tfevents.1664405847.DESKTOP-NUI216U.11210.4 +3 -0
  19. runs/Sep28_19-05-25_DESKTOP-NUI216U/1664406388.2087755/events.out.tfevents.1664406388.DESKTOP-NUI216U.11210.7 +3 -0
  20. runs/Sep28_19-05-25_DESKTOP-NUI216U/events.out.tfevents.1664406388.DESKTOP-NUI216U.11210.6 +3 -0
  21. runs/Sep28_19-08-22_DESKTOP-NUI216U/1664406559.787159/events.out.tfevents.1664406559.DESKTOP-NUI216U.11210.9 +3 -0
  22. runs/Sep28_19-08-22_DESKTOP-NUI216U/events.out.tfevents.1664406559.DESKTOP-NUI216U.11210.8 +3 -0
  23. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "gxbag/wav2vec2-large-960h-lv60-self-with-wikipedia-lm",
3
+ "activation_dropout": 0.1,
4
+ "adapter_kernel_size": 3,
5
+ "adapter_stride": 2,
6
+ "add_adapter": false,
7
+ "apply_spec_augment": true,
8
+ "architectures": [
9
+ "Wav2Vec2ForCTC"
10
+ ],
11
+ "attention_dropout": 0.1,
12
+ "bos_token_id": 1,
13
+ "classifier_proj_size": 256,
14
+ "codevector_dim": 256,
15
+ "contrastive_logits_temperature": 0.1,
16
+ "conv_bias": true,
17
+ "conv_dim": [
18
+ 512,
19
+ 512,
20
+ 512,
21
+ 512,
22
+ 512,
23
+ 512,
24
+ 512
25
+ ],
26
+ "conv_kernel": [
27
+ 10,
28
+ 3,
29
+ 3,
30
+ 3,
31
+ 3,
32
+ 2,
33
+ 2
34
+ ],
35
+ "conv_stride": [
36
+ 5,
37
+ 2,
38
+ 2,
39
+ 2,
40
+ 2,
41
+ 2,
42
+ 2
43
+ ],
44
+ "ctc_loss_reduction": "mean",
45
+ "ctc_zero_infinity": false,
46
+ "diversity_loss_weight": 0.1,
47
+ "do_stable_layer_norm": true,
48
+ "eos_token_id": 2,
49
+ "feat_extract_activation": "gelu",
50
+ "feat_extract_dropout": 0.0,
51
+ "feat_extract_norm": "layer",
52
+ "feat_proj_dropout": 0.1,
53
+ "feat_quantizer_dropout": 0.0,
54
+ "final_dropout": 0.1,
55
+ "gradient_checkpointing": false,
56
+ "hidden_act": "gelu",
57
+ "hidden_dropout": 0.1,
58
+ "hidden_dropout_prob": 0.1,
59
+ "hidden_size": 1024,
60
+ "initializer_range": 0.02,
61
+ "intermediate_size": 4096,
62
+ "layer_norm_eps": 1e-05,
63
+ "layerdrop": 0.1,
64
+ "mask_feature_length": 10,
65
+ "mask_feature_min_masks": 0,
66
+ "mask_feature_prob": 0.0,
67
+ "mask_time_length": 10,
68
+ "mask_time_min_masks": 2,
69
+ "mask_time_prob": 0.05,
70
+ "model_type": "wav2vec2",
71
+ "num_adapter_layers": 3,
72
+ "num_attention_heads": 16,
73
+ "num_codevector_groups": 2,
74
+ "num_codevectors_per_group": 320,
75
+ "num_conv_pos_embedding_groups": 16,
76
+ "num_conv_pos_embeddings": 128,
77
+ "num_feat_extract_layers": 7,
78
+ "num_hidden_layers": 24,
79
+ "num_negatives": 100,
80
+ "output_hidden_size": 1024,
81
+ "pad_token_id": 29,
82
+ "proj_codevector_dim": 256,
83
+ "tdnn_dilation": [
84
+ 1,
85
+ 2,
86
+ 3,
87
+ 1,
88
+ 1
89
+ ],
90
+ "tdnn_dim": [
91
+ 512,
92
+ 512,
93
+ 512,
94
+ 512,
95
+ 1500
96
+ ],
97
+ "tdnn_kernel": [
98
+ 5,
99
+ 3,
100
+ 3,
101
+ 1,
102
+ 1
103
+ ],
104
+ "torch_dtype": "float32",
105
+ "transformers_version": "4.23.0.dev0",
106
+ "use_weighted_layer_sum": false,
107
+ "vocab_size": 32,
108
+ "xvector_output_dim": 512
109
+ }
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:811becb1e704b0f747d54040d43cb0fc9bcab0fa141cbccf4aca5626e19c9c74
3
+ size 1262029937
runs/Sep28_18-18-01_DESKTOP-NUI216U/1664403607.2907226/events.out.tfevents.1664403607.DESKTOP-NUI216U.357.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:224d957a4e025308f517a41ac0bd6924d0e45e82d70b94637cdcb153821f2ce6
3
+ size 5619
runs/Sep28_18-18-01_DESKTOP-NUI216U/events.out.tfevents.1664403607.DESKTOP-NUI216U.357.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:423364cf314069362e51a788ffb48e8b01473af8a05a3847dee63f1fec0d745e
3
+ size 5422
runs/Sep28_18-26-08_DESKTOP-NUI216U/1664404041.410119/events.out.tfevents.1664404041.DESKTOP-NUI216U.357.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3510496de09245b1993401ad7bfd30af27c3f1f1f1c495c1cddea9500377faf
3
+ size 5619
runs/Sep28_18-26-08_DESKTOP-NUI216U/events.out.tfevents.1664404041.DESKTOP-NUI216U.357.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60ba2eecbdd50c3f5b1545a2be38f60c5281d602160a9f9df872e88018e22a8a
3
+ size 5265
runs/Sep28_18-28-30_DESKTOP-NUI216U/1664404178.8786833/events.out.tfevents.1664404178.DESKTOP-NUI216U.357.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcd67e77cdbefefa79845e989d4ce79b6927522651d45101eda4fd20c8e0d222
3
+ size 5619
runs/Sep28_18-28-30_DESKTOP-NUI216U/events.out.tfevents.1664404178.DESKTOP-NUI216U.357.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aea6a5c43d66a63845aca238d78b7667a62b7c6cee1cecded68ea0dfb8d777b2
3
+ size 5265
runs/Sep28_18-33-14_DESKTOP-NUI216U/1664404461.0878725/events.out.tfevents.1664404461.DESKTOP-NUI216U.357.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9edb67e3c4479d74196a3ba8b66ac7ddfc70a51d1b863234b5d621d5b069805f
3
+ size 5619
runs/Sep28_18-33-14_DESKTOP-NUI216U/events.out.tfevents.1664404461.DESKTOP-NUI216U.357.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e43c694ef661b37992f41cae4a4db65580b9e7229fae609765d75419a24083ce
3
+ size 5265
runs/Sep28_18-40-41_DESKTOP-NUI216U/1664404982.2820656/events.out.tfevents.1664404982.DESKTOP-NUI216U.11210.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42005d32b0656cb573f2741a40caa27162c2741f6a3e95e9fce8c09b1aad92d2
3
+ size 5619
runs/Sep28_18-40-41_DESKTOP-NUI216U/events.out.tfevents.1664404982.DESKTOP-NUI216U.11210.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b125804f7f93d497a8c89bae793729ee08355728409c2223be2f64eccd830025
3
+ size 5265
runs/Sep28_18-53-50_DESKTOP-NUI216U/1664405703.8160784/events.out.tfevents.1664405703.DESKTOP-NUI216U.11210.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83fe377a4544d172f9964b3f9b5d5642809c0971712b0e87411857a5dc103734
3
+ size 5620
runs/Sep28_18-53-50_DESKTOP-NUI216U/events.out.tfevents.1664405703.DESKTOP-NUI216U.11210.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4df74f137d047103917efdd33bdc20f8481ea804e98975f4a524d0e3e4d574e5
3
+ size 5266
runs/Sep28_18-56-17_DESKTOP-NUI216U/1664405847.7770092/events.out.tfevents.1664405847.DESKTOP-NUI216U.11210.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:975618d3fea8c908959ef2f7cefca36ae42ed8e9c6aaed7b4debf14508ca93af
3
+ size 5620
runs/Sep28_18-56-17_DESKTOP-NUI216U/events.out.tfevents.1664405847.DESKTOP-NUI216U.11210.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9261ee9351c271a87d7e87b2f1a8c45c7d9bd730db3372aee6437c1f4a478b4
3
+ size 5267
runs/Sep28_19-05-25_DESKTOP-NUI216U/1664406388.2087755/events.out.tfevents.1664406388.DESKTOP-NUI216U.11210.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b42369963850906bbdc10077827ca381dbcf044f903b5326e95b05be91c6d96
3
+ size 5620
runs/Sep28_19-05-25_DESKTOP-NUI216U/events.out.tfevents.1664406388.DESKTOP-NUI216U.11210.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faac40eb96b0dd5e116f65ad419124ea55fb079f477a10969c82bec3b4ed8f2f
3
+ size 5267
runs/Sep28_19-08-22_DESKTOP-NUI216U/1664406559.787159/events.out.tfevents.1664406559.DESKTOP-NUI216U.11210.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41e7a0f5a40eb056b53c0456c1f15ba7695cb56c6de213223cbf65b2a2f503a8
3
+ size 5620
runs/Sep28_19-08-22_DESKTOP-NUI216U/events.out.tfevents.1664406559.DESKTOP-NUI216U.11210.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98346bb1ff715430cd47fd057d1b80b87c36fa209edc7170d3bf1301780ef191
3
+ size 5268
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0eff0c6971a9531449252959fe154f8c885e1709d2ce2a187919d31fa636a97
3
+ size 3439