anton-l HF staff commited on
Commit
0d40391
1 Parent(s): 9121c84

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "asapp/sew-mid-100k",
3
+ "activation_dropout": 0.0,
4
+ "apply_spec_augment": true,
5
+ "architectures": [
6
+ "SEWForSequenceClassification"
7
+ ],
8
+ "attention_dropout": 0.1,
9
+ "bos_token_id": 1,
10
+ "classifier_proj_size": 256,
11
+ "conv_bias": false,
12
+ "conv_dim": [
13
+ 64,
14
+ 128,
15
+ 128,
16
+ 128,
17
+ 128,
18
+ 256,
19
+ 256,
20
+ 256,
21
+ 256,
22
+ 512,
23
+ 512,
24
+ 512,
25
+ 512
26
+ ],
27
+ "conv_kernel": [
28
+ 10,
29
+ 3,
30
+ 1,
31
+ 3,
32
+ 1,
33
+ 3,
34
+ 1,
35
+ 3,
36
+ 1,
37
+ 2,
38
+ 1,
39
+ 2,
40
+ 1
41
+ ],
42
+ "conv_stride": [
43
+ 5,
44
+ 2,
45
+ 1,
46
+ 2,
47
+ 1,
48
+ 2,
49
+ 1,
50
+ 2,
51
+ 1,
52
+ 2,
53
+ 1,
54
+ 2,
55
+ 1
56
+ ],
57
+ "ctc_loss_reduction": "sum",
58
+ "ctc_zero_infinity": false,
59
+ "eos_token_id": 2,
60
+ "feat_extract_activation": "gelu",
61
+ "feat_extract_norm": "group",
62
+ "feat_proj_dropout": 0.1,
63
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
64
+ "final_dropout": 0.0,
65
+ "finetuning_task": "audio-classification",
66
+ "hidden_act": "gelu",
67
+ "hidden_dropout": 0.1,
68
+ "hidden_size": 768,
69
+ "id2label": {
70
+ "0": "Arabic",
71
+ "1": "Basque",
72
+ "10": "Dutch",
73
+ "11": "English",
74
+ "12": "Esperanto",
75
+ "13": "Estonian",
76
+ "14": "French",
77
+ "15": "Frisian",
78
+ "16": "Georgian",
79
+ "17": "German",
80
+ "18": "Greek",
81
+ "19": "Hakha_Chin",
82
+ "2": "Breton",
83
+ "20": "Indonesian",
84
+ "21": "Interlingua",
85
+ "22": "Italian",
86
+ "23": "Japanese",
87
+ "24": "Kabyle",
88
+ "25": "Kinyarwanda",
89
+ "26": "Kyrgyz",
90
+ "27": "Latvian",
91
+ "28": "Maltese",
92
+ "29": "Mangolian",
93
+ "3": "Catalan",
94
+ "30": "Persian",
95
+ "31": "Polish",
96
+ "32": "Portuguese",
97
+ "33": "Romanian",
98
+ "34": "Romansh_Sursilvan",
99
+ "35": "Russian",
100
+ "36": "Sakha",
101
+ "37": "Slovenian",
102
+ "38": "Spanish",
103
+ "39": "Swedish",
104
+ "4": "Chinese_China",
105
+ "40": "Tamil",
106
+ "41": "Tatar",
107
+ "42": "Turkish",
108
+ "43": "Ukranian",
109
+ "44": "Welsh",
110
+ "5": "Chinese_Hongkong",
111
+ "6": "Chinese_Taiwan",
112
+ "7": "Chuvash",
113
+ "8": "Czech",
114
+ "9": "Dhivehi"
115
+ },
116
+ "initializer_range": 0.02,
117
+ "intermediate_size": 3072,
118
+ "label2id": {
119
+ "Arabic": "0",
120
+ "Basque": "1",
121
+ "Breton": "2",
122
+ "Catalan": "3",
123
+ "Chinese_China": "4",
124
+ "Chinese_Hongkong": "5",
125
+ "Chinese_Taiwan": "6",
126
+ "Chuvash": "7",
127
+ "Czech": "8",
128
+ "Dhivehi": "9",
129
+ "Dutch": "10",
130
+ "English": "11",
131
+ "Esperanto": "12",
132
+ "Estonian": "13",
133
+ "French": "14",
134
+ "Frisian": "15",
135
+ "Georgian": "16",
136
+ "German": "17",
137
+ "Greek": "18",
138
+ "Hakha_Chin": "19",
139
+ "Indonesian": "20",
140
+ "Interlingua": "21",
141
+ "Italian": "22",
142
+ "Japanese": "23",
143
+ "Kabyle": "24",
144
+ "Kinyarwanda": "25",
145
+ "Kyrgyz": "26",
146
+ "Latvian": "27",
147
+ "Maltese": "28",
148
+ "Mangolian": "29",
149
+ "Persian": "30",
150
+ "Polish": "31",
151
+ "Portuguese": "32",
152
+ "Romanian": "33",
153
+ "Romansh_Sursilvan": "34",
154
+ "Russian": "35",
155
+ "Sakha": "36",
156
+ "Slovenian": "37",
157
+ "Spanish": "38",
158
+ "Swedish": "39",
159
+ "Tamil": "40",
160
+ "Tatar": "41",
161
+ "Turkish": "42",
162
+ "Ukranian": "43",
163
+ "Welsh": "44"
164
+ },
165
+ "layer_norm_eps": 1e-05,
166
+ "layerdrop": 0.2,
167
+ "mask_feature_length": 10,
168
+ "mask_feature_prob": 0.0,
169
+ "mask_time_length": 10,
170
+ "mask_time_prob": 0.65,
171
+ "model_type": "sew",
172
+ "num_attention_heads": 12,
173
+ "num_conv_pos_embedding_groups": 16,
174
+ "num_conv_pos_embeddings": 31,
175
+ "num_feat_extract_layers": 13,
176
+ "num_hidden_layers": 24,
177
+ "pad_token_id": 0,
178
+ "squeeze_factor": 2,
179
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
180
+ "torch_dtype": "float32",
181
+ "transformers_version": "4.12.0.dev0",
182
+ "use_weighted_layer_sum": false,
183
+ "vocab_size": 32
184
+ }
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,
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:434178bf400c9028f62967b373411cf6bf1b5db3e436c24553ba960b6ecaf5cc
3
+ size 699695619
runs/Oct28_09-11-12_anton-gpu-v100/1635412294.3535721/events.out.tfevents.1635412294.anton-gpu-v100.796941.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84a733b2242784e19d71848c08f72eb9088d83034e2b5de2bdcd25bc220c1eb5
3
+ size 4578
runs/Oct28_09-11-12_anton-gpu-v100/events.out.tfevents.1635412294.anton-gpu-v100.796941.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a21327d6e677e0553ecd8d76665cba9ca514ca3e8c1ab54a0646e2f571566422
3
+ size 9109
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e58d0f50c43f8ce463c2b845d1696b42a52243528a771ba16f2f7003b170d989
3
+ size 2927