Jcfranco commited on
Commit
2536296
1 Parent(s): fdc74a9

Training in progress, epoch 1

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
+ "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
+ "freeze_feat_extract_train": true,
55
+ "hidden_act": "gelu",
56
+ "hidden_dropout": 0.1,
57
+ "hidden_size": 768,
58
+ "id2label": {
59
+ "0": "yes",
60
+ "1": "no",
61
+ "10": "zero",
62
+ "11": "one",
63
+ "12": "two",
64
+ "13": "three",
65
+ "14": "four",
66
+ "15": "five",
67
+ "16": "six",
68
+ "17": "seven",
69
+ "18": "eight",
70
+ "19": "nine",
71
+ "2": "up",
72
+ "20": "bed",
73
+ "21": "bird",
74
+ "22": "cat",
75
+ "23": "dog",
76
+ "24": "happy",
77
+ "25": "house",
78
+ "26": "marvin",
79
+ "27": "sheila",
80
+ "28": "tree",
81
+ "29": "wow",
82
+ "3": "down",
83
+ "30": "_silence_",
84
+ "4": "left",
85
+ "5": "right",
86
+ "6": "on",
87
+ "7": "off",
88
+ "8": "stop",
89
+ "9": "go"
90
+ },
91
+ "initializer_range": 0.02,
92
+ "intermediate_size": 3072,
93
+ "label2id": {
94
+ "_silence_": "30",
95
+ "bed": "20",
96
+ "bird": "21",
97
+ "cat": "22",
98
+ "dog": "23",
99
+ "down": "3",
100
+ "eight": "18",
101
+ "five": "15",
102
+ "four": "14",
103
+ "go": "9",
104
+ "happy": "24",
105
+ "house": "25",
106
+ "left": "4",
107
+ "marvin": "26",
108
+ "nine": "19",
109
+ "no": "1",
110
+ "off": "7",
111
+ "on": "6",
112
+ "one": "11",
113
+ "right": "5",
114
+ "seven": "17",
115
+ "sheila": "27",
116
+ "six": "16",
117
+ "stop": "8",
118
+ "three": "13",
119
+ "tree": "28",
120
+ "two": "12",
121
+ "up": "2",
122
+ "wow": "29",
123
+ "yes": "0",
124
+ "zero": "10"
125
+ },
126
+ "layer_norm_eps": 1e-05,
127
+ "layerdrop": 0.0,
128
+ "mask_channel_length": 10,
129
+ "mask_channel_min_space": 1,
130
+ "mask_channel_other": 0.0,
131
+ "mask_channel_prob": 0.0,
132
+ "mask_channel_selection": "static",
133
+ "mask_feature_length": 10,
134
+ "mask_feature_min_masks": 0,
135
+ "mask_feature_prob": 0.0,
136
+ "mask_time_length": 10,
137
+ "mask_time_min_masks": 2,
138
+ "mask_time_min_space": 1,
139
+ "mask_time_other": 0.0,
140
+ "mask_time_prob": 0.05,
141
+ "mask_time_selection": "static",
142
+ "model_type": "wav2vec2",
143
+ "no_mask_channel_overlap": false,
144
+ "no_mask_time_overlap": false,
145
+ "num_adapter_layers": 3,
146
+ "num_attention_heads": 12,
147
+ "num_codevector_groups": 2,
148
+ "num_codevectors_per_group": 320,
149
+ "num_conv_pos_embedding_groups": 16,
150
+ "num_conv_pos_embeddings": 128,
151
+ "num_feat_extract_layers": 7,
152
+ "num_hidden_layers": 12,
153
+ "num_negatives": 100,
154
+ "output_hidden_size": 768,
155
+ "pad_token_id": 0,
156
+ "proj_codevector_dim": 256,
157
+ "tdnn_dilation": [
158
+ 1,
159
+ 2,
160
+ 3,
161
+ 1,
162
+ 1
163
+ ],
164
+ "tdnn_dim": [
165
+ 512,
166
+ 512,
167
+ 512,
168
+ 512,
169
+ 1500
170
+ ],
171
+ "tdnn_kernel": [
172
+ 5,
173
+ 3,
174
+ 3,
175
+ 1,
176
+ 1
177
+ ],
178
+ "torch_dtype": "float32",
179
+ "transformers_version": "4.27.4",
180
+ "use_weighted_layer_sum": false,
181
+ "vocab_size": 32,
182
+ "xvector_output_dim": 512
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:2bb243836176f95bf71475b073ebfcec5f6d864b9a2bd584064dc4613951bf69
3
+ size 378380265
runs/Apr13_04-24-52_1aa8cc4e2aaf/1681360073.208081/events.out.tfevents.1681360073.1aa8cc4e2aaf.149.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f8f4ea86ed0c131fcd282fd9668777b40a49cd10aa08677790e635777dfb77f
3
+ size 5908
runs/Apr13_04-24-52_1aa8cc4e2aaf/events.out.tfevents.1681360073.1aa8cc4e2aaf.149.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b7835fbd3e4bc35f36cb3b5fa85e3a5c3d63919d9e09c3adf5dde5c62bf0a4d
3
+ size 8407
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5df65f38a3c95b03cf6f8203e98a5d271e74494690157ada855cf7a241885bcf
3
+ size 3643