Training in progress, epoch 1
Browse files- config.json +97 -0
- model.safetensors +3 -0
- preprocessor_config.json +9 -0
- runs/Dec21_13-42-49_c2987c184155/events.out.tfevents.1734788768.c2987c184155.40.0 +3 -0
- runs/Dec21_13-52-09_c2987c184155/events.out.tfevents.1734789134.c2987c184155.40.1 +3 -0
- runs/Dec21_13-52-09_c2987c184155/events.out.tfevents.1734789353.c2987c184155.40.2 +3 -0
- runs/Dec21_13-56-19_c2987c184155/events.out.tfevents.1734789384.c2987c184155.40.3 +3 -0
- runs/Dec21_14-06-01_e68c182d1458/events.out.tfevents.1734789967.e68c182d1458.40.0 +3 -0
- runs/Dec21_14-08-10_e68c182d1458/events.out.tfevents.1734790095.e68c182d1458.40.1 +3 -0
- runs/Dec21_14-09-57_e68c182d1458/events.out.tfevents.1734790202.e68c182d1458.40.2 +3 -0
- runs/Dec21_14-13-22_e68c182d1458/events.out.tfevents.1734790410.e68c182d1458.40.3 +3 -0
- runs/Dec21_14-14-34_e68c182d1458/events.out.tfevents.1734790475.e68c182d1458.40.4 +3 -0
- runs/Dec21_14-15-12_e68c182d1458/events.out.tfevents.1734790517.e68c182d1458.40.5 +3 -0
- runs/Dec21_14-15-38_e68c182d1458/events.out.tfevents.1734790539.e68c182d1458.40.6 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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_pos_batch_norm": false,
|
31 |
+
"conv_stride": [
|
32 |
+
5,
|
33 |
+
2,
|
34 |
+
2,
|
35 |
+
2,
|
36 |
+
2,
|
37 |
+
2,
|
38 |
+
2
|
39 |
+
],
|
40 |
+
"ctc_loss_reduction": "sum",
|
41 |
+
"ctc_zero_infinity": false,
|
42 |
+
"do_stable_layer_norm": false,
|
43 |
+
"eos_token_id": 2,
|
44 |
+
"feat_extract_activation": "gelu",
|
45 |
+
"feat_extract_norm": "group",
|
46 |
+
"feat_proj_dropout": 0.0,
|
47 |
+
"feat_proj_layer_norm": false,
|
48 |
+
"final_dropout": 0.0,
|
49 |
+
"hidden_act": "gelu",
|
50 |
+
"hidden_dropout": 0.1,
|
51 |
+
"hidden_size": 768,
|
52 |
+
"id2label": {
|
53 |
+
"0": "blues",
|
54 |
+
"1": "classical",
|
55 |
+
"2": "country",
|
56 |
+
"3": "disco",
|
57 |
+
"4": "hiphop",
|
58 |
+
"5": "jazz",
|
59 |
+
"6": "metal",
|
60 |
+
"7": "pop",
|
61 |
+
"8": "reggae",
|
62 |
+
"9": "rock"
|
63 |
+
},
|
64 |
+
"initializer_range": 0.02,
|
65 |
+
"intermediate_size": 3072,
|
66 |
+
"label2id": {
|
67 |
+
"blues": "0",
|
68 |
+
"classical": "1",
|
69 |
+
"country": "2",
|
70 |
+
"disco": "3",
|
71 |
+
"hiphop": "4",
|
72 |
+
"jazz": "5",
|
73 |
+
"metal": "6",
|
74 |
+
"pop": "7",
|
75 |
+
"reggae": "8",
|
76 |
+
"rock": "9"
|
77 |
+
},
|
78 |
+
"layer_norm_eps": 1e-05,
|
79 |
+
"layerdrop": 0.0,
|
80 |
+
"mask_feature_length": 10,
|
81 |
+
"mask_feature_min_masks": 0,
|
82 |
+
"mask_feature_prob": 0.0,
|
83 |
+
"mask_time_length": 10,
|
84 |
+
"mask_time_min_masks": 2,
|
85 |
+
"mask_time_prob": 0.05,
|
86 |
+
"model_type": "hubert",
|
87 |
+
"num_attention_heads": 12,
|
88 |
+
"num_conv_pos_embedding_groups": 16,
|
89 |
+
"num_conv_pos_embeddings": 128,
|
90 |
+
"num_feat_extract_layers": 7,
|
91 |
+
"num_hidden_layers": 2,
|
92 |
+
"pad_token_id": 0,
|
93 |
+
"torch_dtype": "float32",
|
94 |
+
"transformers_version": "4.48.0.dev0",
|
95 |
+
"use_weighted_layer_sum": false,
|
96 |
+
"vocab_size": 32
|
97 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48c9dae9048e9d798fbc102c9e189ce77e8631770deb539ef5790654d4db2551
|
3 |
+
size 94771728
|
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": true,
|
8 |
+
"sampling_rate": 16000
|
9 |
+
}
|
runs/Dec21_13-42-49_c2987c184155/events.out.tfevents.1734788768.c2987c184155.40.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65bc4f3df64017e9523f7690a4dc9f9219efe2459116d9263e6752f59dac48b4
|
3 |
+
size 6138
|
runs/Dec21_13-52-09_c2987c184155/events.out.tfevents.1734789134.c2987c184155.40.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e542e28bfca162e4886297a40d36e2612f662610787b0f05a23230459a715791
|
3 |
+
size 12186
|
runs/Dec21_13-52-09_c2987c184155/events.out.tfevents.1734789353.c2987c184155.40.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:283aeca10d2507a48d0ebd76a9aeb3381af073413704a314576fed2787d58b03
|
3 |
+
size 6137
|
runs/Dec21_13-56-19_c2987c184155/events.out.tfevents.1734789384.c2987c184155.40.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:523f79af16dddded531111f1a305e3ef45bd5db1de7ed1da0cf05a492ab90172
|
3 |
+
size 10235
|
runs/Dec21_14-06-01_e68c182d1458/events.out.tfevents.1734789967.e68c182d1458.40.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84541397f7add631d2792f8affff26390066b68c8120b75348908daabb2a4bae
|
3 |
+
size 6315
|
runs/Dec21_14-08-10_e68c182d1458/events.out.tfevents.1734790095.e68c182d1458.40.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:653d63b9c56455bc886ac0cca0560471a33fa67df79f89cd2d409d7bdce2da3d
|
3 |
+
size 6293
|
runs/Dec21_14-09-57_e68c182d1458/events.out.tfevents.1734790202.e68c182d1458.40.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e633cfd1b604dc0e158509a5a0ac2384a155bd283ffefe15b9acad0c38049398
|
3 |
+
size 19111
|
runs/Dec21_14-13-22_e68c182d1458/events.out.tfevents.1734790410.e68c182d1458.40.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5a665fdbf4bb608dcf219fa579b65a257fd8f298efb1306cfb71e112c30e1eb
|
3 |
+
size 7934
|
runs/Dec21_14-14-34_e68c182d1458/events.out.tfevents.1734790475.e68c182d1458.40.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94c60062ed82bc8d4a81f4ac1fd7e4ab06ce9868a2c93c3682410ffcb7aa024a
|
3 |
+
size 6280
|
runs/Dec21_14-15-12_e68c182d1458/events.out.tfevents.1734790517.e68c182d1458.40.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2cfc4bd860b76c12a5822bcef95b1fcec93a6ae9650ed4ebf716fbdbd398c0f
|
3 |
+
size 6278
|
runs/Dec21_14-15-38_e68c182d1458/events.out.tfevents.1734790539.e68c182d1458.40.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3b513d2fc5946330101652208e9606949b805601a2b28ee2f9a31ee77053f85
|
3 |
+
size 8872
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2fbaa3baddab2ce67dd5c1d768aa537415300bc3fdbaecb8241603c1390465b
|
3 |
+
size 5368
|