zhujlfine commited on
Commit
33bcb12
1 Parent(s): 9d24ad4

Training in progress, epoch 0

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