anton-l HF staff commited on
Commit
b604081
1 Parent(s): 6e7ed6c

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_prob": 0.0,
152
+ "mask_time_length": 10,
153
+ "mask_time_prob": 0.05,
154
+ "model_type": "hubert",
155
+ "num_attention_heads": 12,
156
+ "num_conv_pos_embedding_groups": 16,
157
+ "num_conv_pos_embeddings": 128,
158
+ "num_feat_extract_layers": 7,
159
+ "num_hidden_layers": 2,
160
+ "pad_token_id": 0,
161
+ "torch_dtype": "float32",
162
+ "transformers_version": "4.12.0.dev0",
163
+ "use_weighted_layer_sum": false,
164
+ "vocab_size": 32
165
+ }
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e92c01c83fc9928911f3785cbdd145c8525bc406f1c0c84afc99a58a8924d221
3
+ size 94822086
runs/Oct27_20-49-53_anton-gpu-v100/1635367812.3842926/events.out.tfevents.1635367812.anton-gpu-v100.151816.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7358541d90d0ff2d2fb9dd2e77cc0cfa6afbd11bb356840312aa5933d49301db
3
+ size 4574
runs/Oct27_20-49-53_anton-gpu-v100/events.out.tfevents.1635367812.anton-gpu-v100.151816.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2fcf15d363c0a48236c28f78df6794f5e7200c84b97e937d4b10122e80332e4
3
+ size 8920
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20df411cefb83430b4c12b54ffac1a36c6f4b249e05f72a2a067c8567e81239e
3
+ size 2927