Training in progress, epoch 1
Browse files- config.json +100 -0
- model.safetensors +3 -0
- preprocessor_config.json +9 -0
- runs/Aug14_14-49-22_3dee1acea14e/events.out.tfevents.1723646986.3dee1acea14e.332.0 +3 -0
- runs/Aug14_14-51-34_3dee1acea14e/events.out.tfevents.1723647097.3dee1acea14e.1573.0 +3 -0
- runs/Aug14_14-53-03_3dee1acea14e/events.out.tfevents.1723647186.3dee1acea14e.2128.0 +3 -0
- runs/Aug14_14-54-36_3dee1acea14e/events.out.tfevents.1723647284.3dee1acea14e.2668.0 +3 -0
- runs/Aug14_14-57-06_3dee1acea14e/events.out.tfevents.1723647429.3dee1acea14e.3606.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/hubert-large-ls960-ft",
|
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": true,
|
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 |
+
"diversity_loss_weight": 0.1,
|
42 |
+
"do_stable_layer_norm": true,
|
43 |
+
"eos_token_id": 2,
|
44 |
+
"feat_extract_activation": "gelu",
|
45 |
+
"feat_extract_dropout": 0.0,
|
46 |
+
"feat_extract_norm": "layer",
|
47 |
+
"feat_proj_dropout": 0.1,
|
48 |
+
"feat_proj_layer_norm": true,
|
49 |
+
"final_dropout": 0.1,
|
50 |
+
"gradient_checkpointing": false,
|
51 |
+
"hidden_act": "gelu",
|
52 |
+
"hidden_dropout": 0.1,
|
53 |
+
"hidden_dropout_prob": 0.1,
|
54 |
+
"hidden_size": 1024,
|
55 |
+
"id2label": {
|
56 |
+
"0": "blues",
|
57 |
+
"1": "classical",
|
58 |
+
"2": "country",
|
59 |
+
"3": "disco",
|
60 |
+
"4": "hiphop",
|
61 |
+
"5": "jazz",
|
62 |
+
"6": "metal",
|
63 |
+
"7": "pop",
|
64 |
+
"8": "reggae",
|
65 |
+
"9": "rock"
|
66 |
+
},
|
67 |
+
"initializer_range": 0.02,
|
68 |
+
"intermediate_size": 4096,
|
69 |
+
"label2id": {
|
70 |
+
"blues": "0",
|
71 |
+
"classical": "1",
|
72 |
+
"country": "2",
|
73 |
+
"disco": "3",
|
74 |
+
"hiphop": "4",
|
75 |
+
"jazz": "5",
|
76 |
+
"metal": "6",
|
77 |
+
"pop": "7",
|
78 |
+
"reggae": "8",
|
79 |
+
"rock": "9"
|
80 |
+
},
|
81 |
+
"layer_norm_eps": 1e-05,
|
82 |
+
"layerdrop": 0.1,
|
83 |
+
"mask_feature_length": 10,
|
84 |
+
"mask_feature_min_masks": 0,
|
85 |
+
"mask_feature_prob": 0.0,
|
86 |
+
"mask_time_length": 10,
|
87 |
+
"mask_time_min_masks": 2,
|
88 |
+
"mask_time_prob": 0.05,
|
89 |
+
"model_type": "hubert",
|
90 |
+
"num_attention_heads": 16,
|
91 |
+
"num_conv_pos_embedding_groups": 16,
|
92 |
+
"num_conv_pos_embeddings": 128,
|
93 |
+
"num_feat_extract_layers": 7,
|
94 |
+
"num_hidden_layers": 24,
|
95 |
+
"pad_token_id": 0,
|
96 |
+
"torch_dtype": "float32",
|
97 |
+
"transformers_version": "4.42.4",
|
98 |
+
"use_weighted_layer_sum": false,
|
99 |
+
"vocab_size": 32
|
100 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6d25375b33b7fb4c17392242acd928c76f88b13f4b8792bebc7feff886d0120
|
3 |
+
size 1262866688
|
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/Aug14_14-49-22_3dee1acea14e/events.out.tfevents.1723646986.3dee1acea14e.332.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e21c45e7d42e25706968fad71b1bc66dd8d1e0e13c6ee0277dbf3f0f96b7f43
|
3 |
+
size 4184
|
runs/Aug14_14-51-34_3dee1acea14e/events.out.tfevents.1723647097.3dee1acea14e.1573.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e09b7aa4373fa685d03298fc016df8ff37550b9187587ec614dee50d29baf512
|
3 |
+
size 4184
|
runs/Aug14_14-53-03_3dee1acea14e/events.out.tfevents.1723647186.3dee1acea14e.2128.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27945a5c0c75534b0a266394d1072d6e39dee4171bce17b5fba4851a98242c87
|
3 |
+
size 4184
|
runs/Aug14_14-54-36_3dee1acea14e/events.out.tfevents.1723647284.3dee1acea14e.2668.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d542d3712310ced8e8f7f97ee8313f6418bd3497e4efdebe3fd8846e5720012d
|
3 |
+
size 6604
|
runs/Aug14_14-57-06_3dee1acea14e/events.out.tfevents.1723647429.3dee1acea14e.3606.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26c9fb4a8cfc0074931f2b1d43ef48541736d75728c53994edff61db151cccb6
|
3 |
+
size 10233
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4c0ad6033cb1f30e764558901f6a72a6e737f4dcd1b9dc14b745c67598ef476
|
3 |
+
size 5176
|