gokulsrinivasagan commited on
Commit
e0c431c
·
verified ·
1 Parent(s): c0feb0e

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.1,
3
+ "adapter_attn_dim": null,
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_dropout": 0.0,
51
+ "feat_extract_norm": "group",
52
+ "feat_proj_dropout": 0.1,
53
+ "feat_quantizer_dropout": 0.0,
54
+ "final_dropout": 0.1,
55
+ "gradient_checkpointing": false,
56
+ "hidden_act": "gelu",
57
+ "hidden_dropout": 0.1,
58
+ "hidden_dropout_prob": 0.1,
59
+ "hidden_size": 768,
60
+ "id2label": {
61
+ "0": "yes",
62
+ "1": "no",
63
+ "10": "zero",
64
+ "11": "one",
65
+ "12": "two",
66
+ "13": "three",
67
+ "14": "four",
68
+ "15": "five",
69
+ "16": "six",
70
+ "17": "seven",
71
+ "18": "eight",
72
+ "19": "nine",
73
+ "2": "up",
74
+ "20": "bed",
75
+ "21": "bird",
76
+ "22": "cat",
77
+ "23": "dog",
78
+ "24": "happy",
79
+ "25": "house",
80
+ "26": "marvin",
81
+ "27": "sheila",
82
+ "28": "tree",
83
+ "29": "wow",
84
+ "3": "down",
85
+ "30": "backward",
86
+ "31": "forward",
87
+ "32": "follow",
88
+ "33": "learn",
89
+ "34": "visual",
90
+ "35": "_silence_",
91
+ "4": "left",
92
+ "5": "right",
93
+ "6": "on",
94
+ "7": "off",
95
+ "8": "stop",
96
+ "9": "go"
97
+ },
98
+ "initializer_range": 0.02,
99
+ "intermediate_size": 3072,
100
+ "label2id": {
101
+ "_silence_": "35",
102
+ "backward": "30",
103
+ "bed": "20",
104
+ "bird": "21",
105
+ "cat": "22",
106
+ "dog": "23",
107
+ "down": "3",
108
+ "eight": "18",
109
+ "five": "15",
110
+ "follow": "32",
111
+ "forward": "31",
112
+ "four": "14",
113
+ "go": "9",
114
+ "happy": "24",
115
+ "house": "25",
116
+ "learn": "33",
117
+ "left": "4",
118
+ "marvin": "26",
119
+ "nine": "19",
120
+ "no": "1",
121
+ "off": "7",
122
+ "on": "6",
123
+ "one": "11",
124
+ "right": "5",
125
+ "seven": "17",
126
+ "sheila": "27",
127
+ "six": "16",
128
+ "stop": "8",
129
+ "three": "13",
130
+ "tree": "28",
131
+ "two": "12",
132
+ "up": "2",
133
+ "visual": "34",
134
+ "wow": "29",
135
+ "yes": "0",
136
+ "zero": "10"
137
+ },
138
+ "layer_norm_eps": 1e-05,
139
+ "layerdrop": 0.1,
140
+ "mask_feature_length": 10,
141
+ "mask_feature_min_masks": 0,
142
+ "mask_feature_prob": 0.0,
143
+ "mask_time_length": 10,
144
+ "mask_time_min_masks": 2,
145
+ "mask_time_prob": 0.05,
146
+ "model_type": "wav2vec2",
147
+ "num_adapter_layers": 3,
148
+ "num_attention_heads": 12,
149
+ "num_codevector_groups": 2,
150
+ "num_codevectors_per_group": 320,
151
+ "num_conv_pos_embedding_groups": 16,
152
+ "num_conv_pos_embeddings": 128,
153
+ "num_feat_extract_layers": 7,
154
+ "num_hidden_layers": 12,
155
+ "num_negatives": 100,
156
+ "output_hidden_size": 768,
157
+ "pad_token_id": 0,
158
+ "proj_codevector_dim": 256,
159
+ "tdnn_dilation": [
160
+ 1,
161
+ 2,
162
+ 3,
163
+ 1,
164
+ 1
165
+ ],
166
+ "tdnn_dim": [
167
+ 512,
168
+ 512,
169
+ 512,
170
+ 512,
171
+ 1500
172
+ ],
173
+ "tdnn_kernel": [
174
+ 5,
175
+ 3,
176
+ 3,
177
+ 1,
178
+ 1
179
+ ],
180
+ "torch_dtype": "float32",
181
+ "transformers_version": "4.51.2",
182
+ "use_weighted_layer_sum": false,
183
+ "vocab_size": 32,
184
+ "xvector_output_dim": 512
185
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:330320a578d0ac6676cce326d99e31130c1bef82f7293a6c7404d84aadb25d7c
3
+ size 378337328
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/Oct05_00-35-28_ki-g0008/events.out.tfevents.1759624534.ki-g0008.3681798.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf650c7c84a4203d1e1fb5b075165627a99f97b060768ad85933a2f6acd91e32
3
+ size 11169
runs/Oct05_01-18-35_ki-g0008/events.out.tfevents.1759627120.ki-g0008.3871944.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63e1a3c110863a31b2b67e000565b56e8adf7c1d0a6556118305d448ac7c6d93
3
+ size 11169
runs/Oct05_01-23-10_ki-g0008/events.out.tfevents.1759627393.ki-g0008.3933912.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5e17296188ad749525f44b71b64d338102477d9b65a5224387da5ce8367b3f6
3
+ size 11169
runs/Oct05_01-24-30_ki-g0008/events.out.tfevents.1759627472.ki-g0008.3936252.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4aafe8b49fa57d2328eed24bfe08f2722eac5224ecbff4b626aa05bf2e7d721
3
+ size 19685
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:365f388afd38c884d1cec7068f192165c67fc7980c2b61479e844f355b23111c
3
+ size 5368