Kubex212 commited on
Commit
e58fd06
1 Parent(s): a5ce230

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/hubert-base-ls960",
3
+ "activation_dropout": 0.1,
4
+ "apply_spec_augment": true,
5
+ "architectures": [
6
+ "HubertForSequenceClassification"
7
+ ],
8
+ "attention_dropout": 0.1,
9
+ "bos_token_id": 1,
10
+ "classifier_proj_size": 256,
11
+ "conv_bias": false,
12
+ "conv_dim": [
13
+ 512,
14
+ 512,
15
+ 512,
16
+ 512,
17
+ 512,
18
+ 512,
19
+ 512
20
+ ],
21
+ "conv_kernel": [
22
+ 10,
23
+ 3,
24
+ 3,
25
+ 3,
26
+ 3,
27
+ 2,
28
+ 2
29
+ ],
30
+ "conv_stride": [
31
+ 5,
32
+ 2,
33
+ 2,
34
+ 2,
35
+ 2,
36
+ 2,
37
+ 2
38
+ ],
39
+ "ctc_loss_reduction": "sum",
40
+ "ctc_zero_infinity": false,
41
+ "do_stable_layer_norm": false,
42
+ "eos_token_id": 2,
43
+ "feat_extract_activation": "gelu",
44
+ "feat_extract_dropout": 0.0,
45
+ "feat_extract_norm": "group",
46
+ "feat_proj_dropout": 0.1,
47
+ "feat_proj_layer_norm": true,
48
+ "final_dropout": 0.1,
49
+ "gradient_checkpointing": false,
50
+ "hidden_act": "gelu",
51
+ "hidden_dropout": 0.1,
52
+ "hidden_dropout_prob": 0.1,
53
+ "hidden_size": 768,
54
+ "id2label": {
55
+ "0": "_background_noise_",
56
+ "1": "bed",
57
+ "10": "happy",
58
+ "11": "house",
59
+ "12": "left",
60
+ "13": "marvin",
61
+ "14": "nine",
62
+ "15": "no",
63
+ "16": "off",
64
+ "17": "on",
65
+ "18": "one",
66
+ "19": "right",
67
+ "2": "bird",
68
+ "20": "seven",
69
+ "21": "sheila",
70
+ "22": "six",
71
+ "23": "stop",
72
+ "24": "three",
73
+ "25": "tree",
74
+ "26": "two",
75
+ "27": "up",
76
+ "28": "wow",
77
+ "29": "yes",
78
+ "3": "cat",
79
+ "30": "zero",
80
+ "4": "dog",
81
+ "5": "down",
82
+ "6": "eight",
83
+ "7": "five",
84
+ "8": "four",
85
+ "9": "go"
86
+ },
87
+ "initializer_range": 0.02,
88
+ "intermediate_size": 3072,
89
+ "label2id": {
90
+ "_background_noise_": "0",
91
+ "bed": "1",
92
+ "bird": "2",
93
+ "cat": "3",
94
+ "dog": "4",
95
+ "down": "5",
96
+ "eight": "6",
97
+ "five": "7",
98
+ "four": "8",
99
+ "go": "9",
100
+ "happy": "10",
101
+ "house": "11",
102
+ "left": "12",
103
+ "marvin": "13",
104
+ "nine": "14",
105
+ "no": "15",
106
+ "off": "16",
107
+ "on": "17",
108
+ "one": "18",
109
+ "right": "19",
110
+ "seven": "20",
111
+ "sheila": "21",
112
+ "six": "22",
113
+ "stop": "23",
114
+ "three": "24",
115
+ "tree": "25",
116
+ "two": "26",
117
+ "up": "27",
118
+ "wow": "28",
119
+ "yes": "29",
120
+ "zero": "30"
121
+ },
122
+ "layer_norm_eps": 1e-05,
123
+ "layerdrop": 0.1,
124
+ "mask_feature_length": 10,
125
+ "mask_feature_min_masks": 0,
126
+ "mask_feature_prob": 0.0,
127
+ "mask_time_length": 10,
128
+ "mask_time_min_masks": 2,
129
+ "mask_time_prob": 0.05,
130
+ "model_type": "hubert",
131
+ "num_attention_heads": 12,
132
+ "num_conv_pos_embedding_groups": 16,
133
+ "num_conv_pos_embeddings": 128,
134
+ "num_feat_extract_layers": 7,
135
+ "num_hidden_layers": 12,
136
+ "pad_token_id": 0,
137
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
138
+ "torch_dtype": "float32",
139
+ "transformers_version": "4.40.1",
140
+ "use_weighted_layer_sum": false,
141
+ "vocab_size": 32
142
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76ec91a6ebd70819664fb5c534b1965c6148d127aa4132381df37590d5702626
3
+ size 378331764
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
+ }
runs/May06_18-09-11_DESKTOP-F1BC035/events.out.tfevents.1715011752.DESKTOP-F1BC035.18148.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:485a42b2cbb3171993f2908126edbcfe76cee3267160d7711d72054298853a92
3
+ size 8555
runs/May07_03-09-29_DESKTOP-F1BC035/events.out.tfevents.1715044170.DESKTOP-F1BC035.19328.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ace7ab797af94b5232f93a741b62569c995671b0a396fb02351f13cefc69946e
3
+ size 15407
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77c4f3fd581afe53900f39ba2cc3d9d077f2e507b2d81ccc7aed337cc732c3b7
3
+ size 4984