JovialValley commited on
Commit
79685e4
·
1 Parent(s): 732322a

Training in progress, step 100

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/wav2vec2-large-xlsr-53",
3
+ "activation_dropout": 0.0,
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": 768,
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.0,
53
+ "feat_quantizer_dropout": 0.0,
54
+ "final_dropout": 0.0,
55
+ "gradient_checkpointing": false,
56
+ "hidden_act": "gelu",
57
+ "hidden_dropout": 0.1,
58
+ "hidden_size": 1024,
59
+ "initializer_range": 0.02,
60
+ "intermediate_size": 4096,
61
+ "layer_norm_eps": 1e-05,
62
+ "layerdrop": 0.1,
63
+ "mask_channel_length": 10,
64
+ "mask_channel_min_space": 1,
65
+ "mask_channel_other": 0.0,
66
+ "mask_channel_prob": 0.0,
67
+ "mask_channel_selection": "static",
68
+ "mask_feature_length": 10,
69
+ "mask_feature_min_masks": 0,
70
+ "mask_feature_prob": 0.0,
71
+ "mask_time_length": 10,
72
+ "mask_time_min_masks": 2,
73
+ "mask_time_min_space": 1,
74
+ "mask_time_other": 0.0,
75
+ "mask_time_prob": 0.01,
76
+ "mask_time_selection": "static",
77
+ "model_type": "wav2vec2",
78
+ "num_adapter_layers": 3,
79
+ "num_attention_heads": 16,
80
+ "num_codevector_groups": 2,
81
+ "num_codevectors_per_group": 320,
82
+ "num_conv_pos_embedding_groups": 16,
83
+ "num_conv_pos_embeddings": 128,
84
+ "num_feat_extract_layers": 7,
85
+ "num_hidden_layers": 24,
86
+ "num_negatives": 100,
87
+ "output_hidden_size": 1024,
88
+ "pad_token_id": 146,
89
+ "proj_codevector_dim": 768,
90
+ "tdnn_dilation": [
91
+ 1,
92
+ 2,
93
+ 3,
94
+ 1,
95
+ 1
96
+ ],
97
+ "tdnn_dim": [
98
+ 512,
99
+ 512,
100
+ 512,
101
+ 512,
102
+ 1500
103
+ ],
104
+ "tdnn_kernel": [
105
+ 5,
106
+ 3,
107
+ 3,
108
+ 1,
109
+ 1
110
+ ],
111
+ "torch_dtype": "float32",
112
+ "transformers_version": "4.25.1",
113
+ "use_weighted_layer_sum": false,
114
+ "vocab_size": 147,
115
+ "xvector_output_dim": 512
116
+ }
last-checkpoint/config.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/wav2vec2-large-xlsr-53",
3
+ "activation_dropout": 0.0,
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": 768,
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.0,
53
+ "feat_quantizer_dropout": 0.0,
54
+ "final_dropout": 0.0,
55
+ "gradient_checkpointing": false,
56
+ "hidden_act": "gelu",
57
+ "hidden_dropout": 0.1,
58
+ "hidden_size": 1024,
59
+ "initializer_range": 0.02,
60
+ "intermediate_size": 4096,
61
+ "layer_norm_eps": 1e-05,
62
+ "layerdrop": 0.1,
63
+ "mask_channel_length": 10,
64
+ "mask_channel_min_space": 1,
65
+ "mask_channel_other": 0.0,
66
+ "mask_channel_prob": 0.0,
67
+ "mask_channel_selection": "static",
68
+ "mask_feature_length": 10,
69
+ "mask_feature_min_masks": 0,
70
+ "mask_feature_prob": 0.0,
71
+ "mask_time_length": 10,
72
+ "mask_time_min_masks": 2,
73
+ "mask_time_min_space": 1,
74
+ "mask_time_other": 0.0,
75
+ "mask_time_prob": 0.01,
76
+ "mask_time_selection": "static",
77
+ "model_type": "wav2vec2",
78
+ "num_adapter_layers": 3,
79
+ "num_attention_heads": 16,
80
+ "num_codevector_groups": 2,
81
+ "num_codevectors_per_group": 320,
82
+ "num_conv_pos_embedding_groups": 16,
83
+ "num_conv_pos_embeddings": 128,
84
+ "num_feat_extract_layers": 7,
85
+ "num_hidden_layers": 24,
86
+ "num_negatives": 100,
87
+ "output_hidden_size": 1024,
88
+ "pad_token_id": 146,
89
+ "proj_codevector_dim": 768,
90
+ "tdnn_dilation": [
91
+ 1,
92
+ 2,
93
+ 3,
94
+ 1,
95
+ 1
96
+ ],
97
+ "tdnn_dim": [
98
+ 512,
99
+ 512,
100
+ 512,
101
+ 512,
102
+ 1500
103
+ ],
104
+ "tdnn_kernel": [
105
+ 5,
106
+ 3,
107
+ 3,
108
+ 1,
109
+ 1
110
+ ],
111
+ "torch_dtype": "float32",
112
+ "transformers_version": "4.25.1",
113
+ "use_weighted_layer_sum": false,
114
+ "vocab_size": 147,
115
+ "xvector_output_dim": 512
116
+ }
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29cbfda0f121afb2b5d81b27d1ed63fb2125822fe64eb053df889eda9d5b46e0
3
+ size 2491266053
last-checkpoint/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": true,
8
+ "sampling_rate": 16000
9
+ }
last-checkpoint/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ae5a33d4fb351e7daa99246951b5874b462f6f9b5dd7fff164cb1f1c6c1dddc
3
+ size 1262504557
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cfa07c77f2f90cbc33d1524dcc99679f595de3f320b65b96444b26344b70396
3
+ size 14639
last-checkpoint/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19e09d9874351deadb9a514f68c9e703b2fb34e42a826c487207d9106ddf4838
3
+ size 557
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c2adf2e7bc290b83f523dbef53cf9f96fb514fa9efd5286009efdf290bd87b3
3
+ size 627
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 4.163265306122449,
5
+ "global_step": 100,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.41,
12
+ "learning_rate": 1.1999999999999999e-05,
13
+ "loss": 23.9377,
14
+ "step": 10
15
+ },
16
+ {
17
+ "epoch": 0.82,
18
+ "learning_rate": 2.6999999999999996e-05,
19
+ "loss": 24.4379,
20
+ "step": 20
21
+ },
22
+ {
23
+ "epoch": 1.24,
24
+ "learning_rate": 4.2e-05,
25
+ "loss": 22.6475,
26
+ "step": 30
27
+ },
28
+ {
29
+ "epoch": 1.65,
30
+ "learning_rate": 5.6999999999999996e-05,
31
+ "loss": 21.63,
32
+ "step": 40
33
+ },
34
+ {
35
+ "epoch": 2.08,
36
+ "learning_rate": 6.9e-05,
37
+ "loss": 18.0395,
38
+ "step": 50
39
+ },
40
+ {
41
+ "epoch": 2.49,
42
+ "learning_rate": 8.4e-05,
43
+ "loss": 11.8362,
44
+ "step": 60
45
+ },
46
+ {
47
+ "epoch": 2.9,
48
+ "learning_rate": 9.9e-05,
49
+ "loss": 9.177,
50
+ "step": 70
51
+ },
52
+ {
53
+ "epoch": 3.33,
54
+ "learning_rate": 0.00011399999999999999,
55
+ "loss": 7.0605,
56
+ "step": 80
57
+ },
58
+ {
59
+ "epoch": 3.73,
60
+ "learning_rate": 0.000129,
61
+ "loss": 5.141,
62
+ "step": 90
63
+ },
64
+ {
65
+ "epoch": 4.16,
66
+ "learning_rate": 0.00014399999999999998,
67
+ "loss": 4.3788,
68
+ "step": 100
69
+ },
70
+ {
71
+ "epoch": 4.16,
72
+ "eval_0_f1-score": 0.41025641025641024,
73
+ "eval_0_precision": 1.0,
74
+ "eval_0_recall": 0.25806451612903225,
75
+ "eval_0_support": 31,
76
+ "eval_1_f1-score": 0.0,
77
+ "eval_1_precision": 0.0,
78
+ "eval_1_recall": 0.0,
79
+ "eval_1_support": 24,
80
+ "eval_2_f1-score": 0.0,
81
+ "eval_2_precision": 0.0,
82
+ "eval_2_recall": 0.0,
83
+ "eval_2_support": 22,
84
+ "eval_3_f1-score": 0.36697247706422015,
85
+ "eval_3_precision": 0.2247191011235955,
86
+ "eval_3_recall": 1.0,
87
+ "eval_3_support": 20,
88
+ "eval_accuracy": 0.28865979381443296,
89
+ "eval_loss": 3.6315948963165283,
90
+ "eval_macro avg_f1-score": 0.19430722183015758,
91
+ "eval_macro avg_precision": 0.3061797752808989,
92
+ "eval_macro avg_recall": 0.31451612903225806,
93
+ "eval_macro avg_support": 97,
94
+ "eval_mtrix": [
95
+ [
96
+ 0,
97
+ 1,
98
+ 2,
99
+ 3
100
+ ],
101
+ [
102
+ 0,
103
+ 8,
104
+ 0,
105
+ 0,
106
+ 23
107
+ ],
108
+ [
109
+ 1,
110
+ 0,
111
+ 0,
112
+ 0,
113
+ 24
114
+ ],
115
+ [
116
+ 2,
117
+ 0,
118
+ 0,
119
+ 0,
120
+ 22
121
+ ],
122
+ [
123
+ 3,
124
+ 0,
125
+ 0,
126
+ 0,
127
+ 20
128
+ ]
129
+ ],
130
+ "eval_runtime": 5.6165,
131
+ "eval_samples_per_second": 17.27,
132
+ "eval_steps_per_second": 2.315,
133
+ "eval_weighted avg_f1-score": 0.20677730164157856,
134
+ "eval_weighted avg_precision": 0.36592146414919496,
135
+ "eval_weighted avg_recall": 0.28865979381443296,
136
+ "eval_weighted avg_support": 97,
137
+ "eval_wer": 0.9974463738508682,
138
+ "step": 100
139
+ }
140
+ ],
141
+ "max_steps": 1680,
142
+ "num_train_epochs": 70,
143
+ "total_flos": 2.2401038180359866e+17,
144
+ "trial_name": null,
145
+ "trial_params": null
146
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:deb7eba30f39dbb70a126f945f44601ad67a5a8ff6b356064fac61f2204c68ee
3
+ size 3387
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": true,
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:0ae5a33d4fb351e7daa99246951b5874b462f6f9b5dd7fff164cb1f1c6c1dddc
3
+ size 1262504557
runs/Dec22_01-39-12_dd30ac9fa6d8/1671673168.5752482/events.out.tfevents.1671673168.dd30ac9fa6d8.143235.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:751775071695f0526b836f1bb2ad70b15f3f700dcf4bccebff30f99a0e6c2e10
3
+ size 5528
runs/Dec22_01-39-12_dd30ac9fa6d8/events.out.tfevents.1671673168.dd30ac9fa6d8.143235.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c9439f6025ed8c8419bbe72093fe88685f8861e932b1d312fc6c022c8ffd427
3
+ size 8623
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:deb7eba30f39dbb70a126f945f44601ad67a5a8ff6b356064fac61f2204c68ee
3
+ size 3387