menhior commited on
Commit
39739f9
1 Parent(s): b9fbe47

Training in progress, step 400

Browse files
config.json ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "menhior/wav2vec2-large-xls-r-300m-turkish-colab-full",
3
+ "activation_dropout": 0.0,
4
+ "adapter_attn_dim": null,
5
+ "adapter_kernel_size": 3,
6
+ "adapter_stride": 2,
7
+ "add_adapter": false,
8
+ "apply_spec_augment": true,
9
+ "architectures": [
10
+ "Wav2Vec2ForCTC"
11
+ ],
12
+ "attention_dropout": 0.01,
13
+ "bos_token_id": 1,
14
+ "classifier_proj_size": 256,
15
+ "codevector_dim": 768,
16
+ "contrastive_logits_temperature": 0.1,
17
+ "conv_bias": true,
18
+ "conv_dim": [
19
+ 512,
20
+ 512,
21
+ 512,
22
+ 512,
23
+ 512,
24
+ 512,
25
+ 512
26
+ ],
27
+ "conv_kernel": [
28
+ 10,
29
+ 3,
30
+ 3,
31
+ 3,
32
+ 3,
33
+ 2,
34
+ 2
35
+ ],
36
+ "conv_stride": [
37
+ 5,
38
+ 2,
39
+ 2,
40
+ 2,
41
+ 2,
42
+ 2,
43
+ 2
44
+ ],
45
+ "ctc_loss_reduction": "mean",
46
+ "ctc_zero_infinity": false,
47
+ "diversity_loss_weight": 0.1,
48
+ "do_stable_layer_norm": true,
49
+ "eos_token_id": 2,
50
+ "feat_extract_activation": "gelu",
51
+ "feat_extract_dropout": 0.0,
52
+ "feat_extract_norm": "layer",
53
+ "feat_proj_dropout": 0.0,
54
+ "feat_quantizer_dropout": 0.0,
55
+ "final_dropout": 0.0,
56
+ "gradient_checkpointing": false,
57
+ "hidden_act": "gelu",
58
+ "hidden_dropout": 0.01,
59
+ "hidden_size": 1024,
60
+ "id2label": {
61
+ "0": "LABEL_0",
62
+ "1": "LABEL_1",
63
+ "2": "LABEL_2",
64
+ "3": "LABEL_3",
65
+ "4": "LABEL_4",
66
+ "5": "LABEL_5",
67
+ "6": "LABEL_6",
68
+ "7": "LABEL_7",
69
+ "8": "LABEL_8",
70
+ "9": "LABEL_9",
71
+ "10": "LABEL_10",
72
+ "11": "LABEL_11",
73
+ "12": "LABEL_12",
74
+ "13": "LABEL_13",
75
+ "14": "LABEL_14",
76
+ "15": "LABEL_15",
77
+ "16": "LABEL_16",
78
+ "17": "LABEL_17",
79
+ "18": "LABEL_18",
80
+ "19": "LABEL_19",
81
+ "20": "LABEL_20",
82
+ "21": "LABEL_21",
83
+ "22": "LABEL_22",
84
+ "23": "LABEL_23",
85
+ "24": "LABEL_24",
86
+ "25": "LABEL_25",
87
+ "26": "LABEL_26",
88
+ "27": "LABEL_27",
89
+ "28": "LABEL_28",
90
+ "29": "LABEL_29",
91
+ "30": "LABEL_30",
92
+ "31": "LABEL_31",
93
+ "32": "LABEL_32",
94
+ "33": "LABEL_33",
95
+ "34": "LABEL_34",
96
+ "35": "LABEL_35",
97
+ "36": "LABEL_36",
98
+ "37": "LABEL_37",
99
+ "38": "LABEL_38",
100
+ "39": "LABEL_39",
101
+ "40": "LABEL_40",
102
+ "41": "LABEL_41",
103
+ "42": "LABEL_42",
104
+ "43": "LABEL_43",
105
+ "44": "LABEL_44"
106
+ },
107
+ "initializer_range": 0.02,
108
+ "intermediate_size": 4096,
109
+ "label2id": {
110
+ "LABEL_0": 0,
111
+ "LABEL_1": 1,
112
+ "LABEL_10": 10,
113
+ "LABEL_11": 11,
114
+ "LABEL_12": 12,
115
+ "LABEL_13": 13,
116
+ "LABEL_14": 14,
117
+ "LABEL_15": 15,
118
+ "LABEL_16": 16,
119
+ "LABEL_17": 17,
120
+ "LABEL_18": 18,
121
+ "LABEL_19": 19,
122
+ "LABEL_2": 2,
123
+ "LABEL_20": 20,
124
+ "LABEL_21": 21,
125
+ "LABEL_22": 22,
126
+ "LABEL_23": 23,
127
+ "LABEL_24": 24,
128
+ "LABEL_25": 25,
129
+ "LABEL_26": 26,
130
+ "LABEL_27": 27,
131
+ "LABEL_28": 28,
132
+ "LABEL_29": 29,
133
+ "LABEL_3": 3,
134
+ "LABEL_30": 30,
135
+ "LABEL_31": 31,
136
+ "LABEL_32": 32,
137
+ "LABEL_33": 33,
138
+ "LABEL_34": 34,
139
+ "LABEL_35": 35,
140
+ "LABEL_36": 36,
141
+ "LABEL_37": 37,
142
+ "LABEL_38": 38,
143
+ "LABEL_39": 39,
144
+ "LABEL_4": 4,
145
+ "LABEL_40": 40,
146
+ "LABEL_41": 41,
147
+ "LABEL_42": 42,
148
+ "LABEL_43": 43,
149
+ "LABEL_44": 44,
150
+ "LABEL_5": 5,
151
+ "LABEL_6": 6,
152
+ "LABEL_7": 7,
153
+ "LABEL_8": 8,
154
+ "LABEL_9": 9
155
+ },
156
+ "layer_norm_eps": 1e-05,
157
+ "layerdrop": 0.01,
158
+ "mask_feature_length": 10,
159
+ "mask_feature_min_masks": 0,
160
+ "mask_feature_prob": 0.0,
161
+ "mask_time_length": 10,
162
+ "mask_time_min_masks": 2,
163
+ "mask_time_prob": 0.0,
164
+ "model_type": "wav2vec2",
165
+ "num_adapter_layers": 3,
166
+ "num_attention_heads": 16,
167
+ "num_codevector_groups": 2,
168
+ "num_codevectors_per_group": 320,
169
+ "num_conv_pos_embedding_groups": 16,
170
+ "num_conv_pos_embeddings": 128,
171
+ "num_feat_extract_layers": 7,
172
+ "num_hidden_layers": 24,
173
+ "num_negatives": 100,
174
+ "output_hidden_size": 1024,
175
+ "pad_token_id": 47,
176
+ "proj_codevector_dim": 768,
177
+ "tdnn_dilation": [
178
+ 1,
179
+ 2,
180
+ 3,
181
+ 1,
182
+ 1
183
+ ],
184
+ "tdnn_dim": [
185
+ 512,
186
+ 512,
187
+ 512,
188
+ 512,
189
+ 1500
190
+ ],
191
+ "tdnn_kernel": [
192
+ 5,
193
+ 3,
194
+ 3,
195
+ 1,
196
+ 1
197
+ ],
198
+ "torch_dtype": "float32",
199
+ "transformers_version": "4.34.1",
200
+ "use_weighted_layer_sum": false,
201
+ "vocab_size": 50,
202
+ "xvector_output_dim": 512
203
+ }
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:aaff23939cc7f0e746f709353c96d40cb9a09d87f1a01b0b783b2b4d424bf54d
3
+ size 1262102950
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4757cb9bcc927a0d185a56ef87eaf7cd115440740cda949d54499bcde588d804
3
+ size 4536