Training in progress, epoch 1
Browse files- config.json +97 -0
- model.safetensors +3 -0
- runs/Dec25_17-11-53_fae4ad7f6b0d/events.out.tfevents.1735146716.fae4ad7f6b0d.1035.0 +3 -0
- runs/Dec25_17-15-45_fae4ad7f6b0d/events.out.tfevents.1735146946.fae4ad7f6b0d.1035.1 +3 -0
- runs/Dec25_17-16-34_fae4ad7f6b0d/events.out.tfevents.1735146994.fae4ad7f6b0d.1035.2 +3 -0
- runs/Dec25_17-18-44_fae4ad7f6b0d/events.out.tfevents.1735147125.fae4ad7f6b0d.1035.3 +3 -0
- runs/Dec25_17-20-55_fae4ad7f6b0d/events.out.tfevents.1735147256.fae4ad7f6b0d.1035.4 +3 -0
- runs/Dec25_17-45-25_fae4ad7f6b0d/events.out.tfevents.1735149261.fae4ad7f6b0d.15430.0 +3 -0
- runs/Dec25_18-06-05_fae4ad7f6b0d/events.out.tfevents.1735149966.fae4ad7f6b0d.15430.1 +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:42db2ca57f09677403b6400e93418f4f621d5de6d60724f13c1d640836794f58
|
3 |
+
size 94771728
|
runs/Dec25_17-11-53_fae4ad7f6b0d/events.out.tfevents.1735146716.fae4ad7f6b0d.1035.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e2d450cc993549bc1e79315c42bc9977af890f4f0e9781e32801db0d18539e0
|
3 |
+
size 6875
|
runs/Dec25_17-15-45_fae4ad7f6b0d/events.out.tfevents.1735146946.fae4ad7f6b0d.1035.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4375cf084718e0edfa65c2547295d23394631b696544551ee917f9ea5fde43d7
|
3 |
+
size 6875
|
runs/Dec25_17-16-34_fae4ad7f6b0d/events.out.tfevents.1735146994.fae4ad7f6b0d.1035.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5acfe52c513639da0a68421ca23f512110444415156644057fa01d9e8bb235eb
|
3 |
+
size 6875
|
runs/Dec25_17-18-44_fae4ad7f6b0d/events.out.tfevents.1735147125.fae4ad7f6b0d.1035.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:909e30b19af2ad0b5b28263f950b51a4f821eb359777379be7e85f79cc9c1ed9
|
3 |
+
size 6875
|
runs/Dec25_17-20-55_fae4ad7f6b0d/events.out.tfevents.1735147256.fae4ad7f6b0d.1035.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b35fcc14822433c39fe9ee654fff9d62ef1f95813f376d2fda0ae296f4a46bd
|
3 |
+
size 6875
|
runs/Dec25_17-45-25_fae4ad7f6b0d/events.out.tfevents.1735149261.fae4ad7f6b0d.15430.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb7030cb239270f7b93977b926a987df8bb857812807ecd417875f2bcbf6e6e6
|
3 |
+
size 6260
|
runs/Dec25_18-06-05_fae4ad7f6b0d/events.out.tfevents.1735149966.fae4ad7f6b0d.15430.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0242167bfad6f4a726aff1c98b022f3d8af0609f97adab31986514cf3dfc5528
|
3 |
+
size 6577
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8db0469952d80364de74cb881696a0cb08aed7cdd62c92b06d15764da1ea2b4c
|
3 |
+
size 5304
|