ecampbelldspPhD commited on
Commit
10a4056
·
verified ·
1 Parent(s): 1474a16

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,167 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ntu-spml/distilhubert",
3
+ "activation_dropout": 0.1,
4
+ "apply_spec_augment": false,
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_norm": "group",
45
+ "feat_proj_dropout": 0.0,
46
+ "feat_proj_layer_norm": false,
47
+ "final_dropout": 0.0,
48
+ "finetuning_task": "audio-classification",
49
+ "hidden_act": "gelu",
50
+ "hidden_dropout": 0.1,
51
+ "hidden_size": 768,
52
+ "id2label": {
53
+ "0": "Arabic",
54
+ "1": "Basque",
55
+ "10": "Dutch",
56
+ "11": "English",
57
+ "12": "Esperanto",
58
+ "13": "Estonian",
59
+ "14": "French",
60
+ "15": "Frisian",
61
+ "16": "Georgian",
62
+ "17": "German",
63
+ "18": "Greek",
64
+ "19": "Hakha_Chin",
65
+ "2": "Breton",
66
+ "20": "Indonesian",
67
+ "21": "Interlingua",
68
+ "22": "Italian",
69
+ "23": "Japanese",
70
+ "24": "Kabyle",
71
+ "25": "Kinyarwanda",
72
+ "26": "Kyrgyz",
73
+ "27": "Latvian",
74
+ "28": "Maltese",
75
+ "29": "Mangolian",
76
+ "3": "Catalan",
77
+ "30": "Persian",
78
+ "31": "Polish",
79
+ "32": "Portuguese",
80
+ "33": "Romanian",
81
+ "34": "Romansh_Sursilvan",
82
+ "35": "Russian",
83
+ "36": "Sakha",
84
+ "37": "Slovenian",
85
+ "38": "Spanish",
86
+ "39": "Swedish",
87
+ "4": "Chinese_China",
88
+ "40": "Tamil",
89
+ "41": "Tatar",
90
+ "42": "Turkish",
91
+ "43": "Ukranian",
92
+ "44": "Welsh",
93
+ "5": "Chinese_Hongkong",
94
+ "6": "Chinese_Taiwan",
95
+ "7": "Chuvash",
96
+ "8": "Czech",
97
+ "9": "Dhivehi"
98
+ },
99
+ "initializer_range": 0.02,
100
+ "intermediate_size": 3072,
101
+ "label2id": {
102
+ "Arabic": "0",
103
+ "Basque": "1",
104
+ "Breton": "2",
105
+ "Catalan": "3",
106
+ "Chinese_China": "4",
107
+ "Chinese_Hongkong": "5",
108
+ "Chinese_Taiwan": "6",
109
+ "Chuvash": "7",
110
+ "Czech": "8",
111
+ "Dhivehi": "9",
112
+ "Dutch": "10",
113
+ "English": "11",
114
+ "Esperanto": "12",
115
+ "Estonian": "13",
116
+ "French": "14",
117
+ "Frisian": "15",
118
+ "Georgian": "16",
119
+ "German": "17",
120
+ "Greek": "18",
121
+ "Hakha_Chin": "19",
122
+ "Indonesian": "20",
123
+ "Interlingua": "21",
124
+ "Italian": "22",
125
+ "Japanese": "23",
126
+ "Kabyle": "24",
127
+ "Kinyarwanda": "25",
128
+ "Kyrgyz": "26",
129
+ "Latvian": "27",
130
+ "Maltese": "28",
131
+ "Mangolian": "29",
132
+ "Persian": "30",
133
+ "Polish": "31",
134
+ "Portuguese": "32",
135
+ "Romanian": "33",
136
+ "Romansh_Sursilvan": "34",
137
+ "Russian": "35",
138
+ "Sakha": "36",
139
+ "Slovenian": "37",
140
+ "Spanish": "38",
141
+ "Swedish": "39",
142
+ "Tamil": "40",
143
+ "Tatar": "41",
144
+ "Turkish": "42",
145
+ "Ukranian": "43",
146
+ "Welsh": "44"
147
+ },
148
+ "layer_norm_eps": 1e-05,
149
+ "layerdrop": 0.0,
150
+ "mask_feature_length": 10,
151
+ "mask_feature_min_masks": 0,
152
+ "mask_feature_prob": 0.0,
153
+ "mask_time_length": 10,
154
+ "mask_time_min_masks": 2,
155
+ "mask_time_prob": 0.05,
156
+ "model_type": "hubert",
157
+ "num_attention_heads": 12,
158
+ "num_conv_pos_embedding_groups": 16,
159
+ "num_conv_pos_embeddings": 128,
160
+ "num_feat_extract_layers": 7,
161
+ "num_hidden_layers": 2,
162
+ "pad_token_id": 0,
163
+ "torch_dtype": "float32",
164
+ "transformers_version": "4.47.1",
165
+ "use_weighted_layer_sum": false,
166
+ "vocab_size": 32
167
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85333db79ffc5242a670c5a7809711090b1a5e55c7b192ce14ddb601210eee80
3
+ size 94807716
preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": false,
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/Jan02_01-10-07_sbd-HP-ZBook-Fury-15-G7-Mobile-Workstation/events.out.tfevents.1735776612.sbd-HP-ZBook-Fury-15-G7-Mobile-Workstation.36749.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a449d5da13b254eaab636f3376e5eb39d14021d651b4c8a1a42fe5a6fe79852
3
+ size 22753
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b122db8ef79a545e1f6335c70de03478d3c6c869df141992b4c4142c775f9c1
3
+ size 5368