Training in progress, epoch 0
Browse files- config.json +213 -0
- model.safetensors +3 -0
- preprocessor_config.json +9 -0
- runs/Sep17_23-28-55_user/events.out.tfevents.1726596353.user.2647476.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,213 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/wav2vec2-base",
|
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 |
+
"Wav2Vec2ForSequenceClassification"
|
11 |
+
],
|
12 |
+
"attention_dropout": 0.1,
|
13 |
+
"bos_token_id": 1,
|
14 |
+
"classifier_proj_size": 256,
|
15 |
+
"codevector_dim": 256,
|
16 |
+
"contrastive_logits_temperature": 0.1,
|
17 |
+
"conv_bias": false,
|
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": "sum",
|
46 |
+
"ctc_zero_infinity": false,
|
47 |
+
"diversity_loss_weight": 0.1,
|
48 |
+
"do_stable_layer_norm": false,
|
49 |
+
"eos_token_id": 2,
|
50 |
+
"feat_extract_activation": "gelu",
|
51 |
+
"feat_extract_norm": "group",
|
52 |
+
"feat_proj_dropout": 0.1,
|
53 |
+
"feat_quantizer_dropout": 0.0,
|
54 |
+
"final_dropout": 0.0,
|
55 |
+
"finetuning_task": "audio-classification",
|
56 |
+
"freeze_feat_extract_train": true,
|
57 |
+
"hidden_act": "gelu",
|
58 |
+
"hidden_dropout": 0.1,
|
59 |
+
"hidden_size": 768,
|
60 |
+
"id2label": {
|
61 |
+
"0": "Arabic",
|
62 |
+
"1": "Basque",
|
63 |
+
"10": "Dutch",
|
64 |
+
"11": "English",
|
65 |
+
"12": "Esperanto",
|
66 |
+
"13": "Estonian",
|
67 |
+
"14": "French",
|
68 |
+
"15": "Frisian",
|
69 |
+
"16": "Georgian",
|
70 |
+
"17": "German",
|
71 |
+
"18": "Greek",
|
72 |
+
"19": "Hakha_Chin",
|
73 |
+
"2": "Breton",
|
74 |
+
"20": "Indonesian",
|
75 |
+
"21": "Interlingua",
|
76 |
+
"22": "Italian",
|
77 |
+
"23": "Japanese",
|
78 |
+
"24": "Kabyle",
|
79 |
+
"25": "Kinyarwanda",
|
80 |
+
"26": "Kyrgyz",
|
81 |
+
"27": "Latvian",
|
82 |
+
"28": "Maltese",
|
83 |
+
"29": "Mangolian",
|
84 |
+
"3": "Catalan",
|
85 |
+
"30": "Persian",
|
86 |
+
"31": "Polish",
|
87 |
+
"32": "Portuguese",
|
88 |
+
"33": "Romanian",
|
89 |
+
"34": "Romansh_Sursilvan",
|
90 |
+
"35": "Russian",
|
91 |
+
"36": "Sakha",
|
92 |
+
"37": "Slovenian",
|
93 |
+
"38": "Spanish",
|
94 |
+
"39": "Swedish",
|
95 |
+
"4": "Chinese_China",
|
96 |
+
"40": "Tamil",
|
97 |
+
"41": "Tatar",
|
98 |
+
"42": "Turkish",
|
99 |
+
"43": "Ukranian",
|
100 |
+
"44": "Welsh",
|
101 |
+
"5": "Chinese_Hongkong",
|
102 |
+
"6": "Chinese_Taiwan",
|
103 |
+
"7": "Chuvash",
|
104 |
+
"8": "Czech",
|
105 |
+
"9": "Dhivehi"
|
106 |
+
},
|
107 |
+
"initializer_range": 0.02,
|
108 |
+
"intermediate_size": 3072,
|
109 |
+
"label2id": {
|
110 |
+
"Arabic": "0",
|
111 |
+
"Basque": "1",
|
112 |
+
"Breton": "2",
|
113 |
+
"Catalan": "3",
|
114 |
+
"Chinese_China": "4",
|
115 |
+
"Chinese_Hongkong": "5",
|
116 |
+
"Chinese_Taiwan": "6",
|
117 |
+
"Chuvash": "7",
|
118 |
+
"Czech": "8",
|
119 |
+
"Dhivehi": "9",
|
120 |
+
"Dutch": "10",
|
121 |
+
"English": "11",
|
122 |
+
"Esperanto": "12",
|
123 |
+
"Estonian": "13",
|
124 |
+
"French": "14",
|
125 |
+
"Frisian": "15",
|
126 |
+
"Georgian": "16",
|
127 |
+
"German": "17",
|
128 |
+
"Greek": "18",
|
129 |
+
"Hakha_Chin": "19",
|
130 |
+
"Indonesian": "20",
|
131 |
+
"Interlingua": "21",
|
132 |
+
"Italian": "22",
|
133 |
+
"Japanese": "23",
|
134 |
+
"Kabyle": "24",
|
135 |
+
"Kinyarwanda": "25",
|
136 |
+
"Kyrgyz": "26",
|
137 |
+
"Latvian": "27",
|
138 |
+
"Maltese": "28",
|
139 |
+
"Mangolian": "29",
|
140 |
+
"Persian": "30",
|
141 |
+
"Polish": "31",
|
142 |
+
"Portuguese": "32",
|
143 |
+
"Romanian": "33",
|
144 |
+
"Romansh_Sursilvan": "34",
|
145 |
+
"Russian": "35",
|
146 |
+
"Sakha": "36",
|
147 |
+
"Slovenian": "37",
|
148 |
+
"Spanish": "38",
|
149 |
+
"Swedish": "39",
|
150 |
+
"Tamil": "40",
|
151 |
+
"Tatar": "41",
|
152 |
+
"Turkish": "42",
|
153 |
+
"Ukranian": "43",
|
154 |
+
"Welsh": "44"
|
155 |
+
},
|
156 |
+
"layer_norm_eps": 1e-05,
|
157 |
+
"layerdrop": 0.0,
|
158 |
+
"mask_channel_length": 10,
|
159 |
+
"mask_channel_min_space": 1,
|
160 |
+
"mask_channel_other": 0.0,
|
161 |
+
"mask_channel_prob": 0.0,
|
162 |
+
"mask_channel_selection": "static",
|
163 |
+
"mask_feature_length": 10,
|
164 |
+
"mask_feature_min_masks": 0,
|
165 |
+
"mask_feature_prob": 0.0,
|
166 |
+
"mask_time_length": 10,
|
167 |
+
"mask_time_min_masks": 2,
|
168 |
+
"mask_time_min_space": 1,
|
169 |
+
"mask_time_other": 0.0,
|
170 |
+
"mask_time_prob": 0.05,
|
171 |
+
"mask_time_selection": "static",
|
172 |
+
"model_type": "wav2vec2",
|
173 |
+
"no_mask_channel_overlap": false,
|
174 |
+
"no_mask_time_overlap": false,
|
175 |
+
"num_adapter_layers": 3,
|
176 |
+
"num_attention_heads": 12,
|
177 |
+
"num_codevector_groups": 2,
|
178 |
+
"num_codevectors_per_group": 320,
|
179 |
+
"num_conv_pos_embedding_groups": 16,
|
180 |
+
"num_conv_pos_embeddings": 128,
|
181 |
+
"num_feat_extract_layers": 7,
|
182 |
+
"num_hidden_layers": 12,
|
183 |
+
"num_negatives": 100,
|
184 |
+
"output_hidden_size": 768,
|
185 |
+
"pad_token_id": 0,
|
186 |
+
"proj_codevector_dim": 256,
|
187 |
+
"tdnn_dilation": [
|
188 |
+
1,
|
189 |
+
2,
|
190 |
+
3,
|
191 |
+
1,
|
192 |
+
1
|
193 |
+
],
|
194 |
+
"tdnn_dim": [
|
195 |
+
512,
|
196 |
+
512,
|
197 |
+
512,
|
198 |
+
512,
|
199 |
+
1500
|
200 |
+
],
|
201 |
+
"tdnn_kernel": [
|
202 |
+
5,
|
203 |
+
3,
|
204 |
+
3,
|
205 |
+
1,
|
206 |
+
1
|
207 |
+
],
|
208 |
+
"torch_dtype": "float32",
|
209 |
+
"transformers_version": "4.44.2",
|
210 |
+
"use_weighted_layer_sum": false,
|
211 |
+
"vocab_size": 32,
|
212 |
+
"xvector_output_dim": 512
|
213 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfede6fa312ed9c01d02a22886bf176096f826bbb5ad16f14c0fba208010977e
|
3 |
+
size 378346580
|
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 |
+
}
|
runs/Sep17_23-28-55_user/events.out.tfevents.1726596353.user.2647476.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:512d48160356e5f8e8de0698383020b4e385e715e928477280cb0026220cc2d9
|
3 |
+
size 23475
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39b15697bf3904eeefdf3f5ef0a6ffaf955b3b4dad71797d611e007e8f490b1b
|
3 |
+
size 5176
|