anton-l HF staff commited on
Commit
98b6fb4
1 Parent(s): 2bb5af0

Training in progress, epoch 0

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