mrzbrt commited on
Commit
dd776ed
1 Parent(s): 016b41c

Training in progress, epoch 2

Browse files
config.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "hidden_act": "gelu",
49
+ "hidden_dropout": 0.1,
50
+ "hidden_size": 768,
51
+ "id2label": {
52
+ "0": "Soundscape",
53
+ "1": "Drone",
54
+ "2": "Chop",
55
+ "3": "Sub",
56
+ "4": "Glitch",
57
+ "5": "Impact",
58
+ "6": "Stab (attacck resonance)",
59
+ "7": "Synthesis",
60
+ "8": "Vocal",
61
+ "9": "Scratch",
62
+ "10": "Crackle",
63
+ "11": "Noise",
64
+ "12": "Textural",
65
+ "13": "Instrumental",
66
+ "14": "Chirp",
67
+ "15": "Percussive",
68
+ "16": "Honk",
69
+ "17": "Choral"
70
+ },
71
+ "initializer_range": 0.02,
72
+ "intermediate_size": 3072,
73
+ "label2id": {
74
+ "Chirp": 14,
75
+ "Chop": 2,
76
+ "Choral": 17,
77
+ "Crackle": 10,
78
+ "Drone": 1,
79
+ "Glitch": 4,
80
+ "Honk": 16,
81
+ "Impact": 5,
82
+ "Instrumental": 13,
83
+ "Noise": 11,
84
+ "Percussive": 15,
85
+ "Scratch": 9,
86
+ "Soundscape": 0,
87
+ "Stab (attacck resonance)": 6,
88
+ "Sub": 3,
89
+ "Synthesis": 7,
90
+ "Textural": 12,
91
+ "Vocal": 8
92
+ },
93
+ "layer_norm_eps": 1e-05,
94
+ "layerdrop": 0.0,
95
+ "mask_feature_length": 10,
96
+ "mask_feature_min_masks": 0,
97
+ "mask_feature_prob": 0.0,
98
+ "mask_time_length": 10,
99
+ "mask_time_min_masks": 2,
100
+ "mask_time_prob": 0.05,
101
+ "model_type": "hubert",
102
+ "num_attention_heads": 12,
103
+ "num_conv_pos_embedding_groups": 16,
104
+ "num_conv_pos_embeddings": 128,
105
+ "num_feat_extract_layers": 7,
106
+ "num_hidden_layers": 2,
107
+ "output_hidden_states": true,
108
+ "pad_token_id": 0,
109
+ "problem_type": "multi_label_classification",
110
+ "torch_dtype": "float32",
111
+ "transformers_version": "4.37.2",
112
+ "use_weighted_layer_sum": false,
113
+ "vocab_size": 32
114
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc4d2aa75fcb8aa4a46b1da73db1a94e185b7117f88c8b14155c54f99301e58b
3
+ size 94779952
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/Feb15_20-25-23_f9e8a3e65602/events.out.tfevents.1708028726.f9e8a3e65602.769.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1178b2c377a61ef1e21d4fbffe1bdd5e1b69732ce703d878ee43dd984e57663e
3
+ size 6032
runs/Feb15_22-01-14_f9e8a3e65602/events.out.tfevents.1708034475.f9e8a3e65602.10356.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdecae43beec731f14d436bc5c24936933518283538713060480357e3faf2f5e
3
+ size 51227
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b9707a6f79496f7a98138facfb83e1ed5e4700019901c7f01abf17fef0f39e6
3
+ size 4728