mrzbrt commited on
Commit
f34394a
1 Parent(s): fc5b56f

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": "Chorus",
53
+ "1": "Tremolo",
54
+ "2": "Distortion",
55
+ "3": "Fuzzy",
56
+ "4": "Granular",
57
+ "5": "Loop",
58
+ "6": "Bit reduction",
59
+ "7": "Reverb",
60
+ "8": "Filtered",
61
+ "9": "Resonators",
62
+ "10": "Flanger",
63
+ "11": "Pitch-shift",
64
+ "12": "Stretched",
65
+ "13": "Delay",
66
+ "14": "Eco",
67
+ "15": "Vibrato",
68
+ "16": "Filter Modulation",
69
+ "17": "Glissando"
70
+ },
71
+ "initializer_range": 0.02,
72
+ "intermediate_size": 3072,
73
+ "label2id": {
74
+ "Bit reduction": 6,
75
+ "Chorus": 0,
76
+ "Delay": 13,
77
+ "Distortion": 2,
78
+ "Eco": 14,
79
+ "Filter Modulation": 16,
80
+ "Filtered": 8,
81
+ "Flanger": 10,
82
+ "Fuzzy": 3,
83
+ "Glissando": 17,
84
+ "Granular": 4,
85
+ "Loop": 5,
86
+ "Pitch-shift": 11,
87
+ "Resonators": 9,
88
+ "Reverb": 7,
89
+ "Stretched": 12,
90
+ "Tremolo": 1,
91
+ "Vibrato": 15
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:ed85befdcdac9eedf94cc8a2eaa87845417fd4ab454eae8ccf84a31c3c5187e7
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/Feb13_19-09-24_14eaf18d8b3d/events.out.tfevents.1707851423.14eaf18d8b3d.36712.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19cf66f901e38305f3be48c6ab31b2f254dc71860bda1dec09af29475d11c4cb
3
+ size 51261
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ad78c71df0e3a95a11b9eeb517ac66a85139d07072df2db6c4388fdcf33af2d
3
+ size 4728