mclemcrew commited on
Commit
68657f6
1 Parent(s): f5508c9

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "GUITARS",
53
+ "1": "DRUMS",
54
+ "2": "VOCALS",
55
+ "3": "KEYS",
56
+ "4": "BASS",
57
+ "5": "MISC"
58
+ },
59
+ "initializer_range": 0.02,
60
+ "intermediate_size": 3072,
61
+ "label2id": {
62
+ "BASS": 4,
63
+ "DRUMS": 1,
64
+ "GUITARS": 0,
65
+ "KEYS": 3,
66
+ "MISC": 5,
67
+ "VOCALS": 2
68
+ },
69
+ "layer_norm_eps": 1e-05,
70
+ "layerdrop": 0.0,
71
+ "mask_feature_length": 10,
72
+ "mask_feature_min_masks": 0,
73
+ "mask_feature_prob": 0.0,
74
+ "mask_time_length": 10,
75
+ "mask_time_min_masks": 2,
76
+ "mask_time_prob": 0.05,
77
+ "model_type": "hubert",
78
+ "num_attention_heads": 12,
79
+ "num_conv_pos_embedding_groups": 16,
80
+ "num_conv_pos_embeddings": 128,
81
+ "num_feat_extract_layers": 7,
82
+ "num_hidden_layers": 2,
83
+ "pad_token_id": 0,
84
+ "torch_dtype": "float32",
85
+ "transformers_version": "4.40.0.dev0",
86
+ "use_weighted_layer_sum": false,
87
+ "vocab_size": 32
88
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ae5a4d4e35a7759011d4fa7c5601e0416730f9d5fd34b0d92ea0e60816840f2
3
+ size 94767616
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/Apr18_00-08-25_b81c0af74ecb/events.out.tfevents.1713398937.b81c0af74ecb.4231.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c8eca1920ea626a4bfa24c07107c9e221d9d90632aedc9d8c805e60a9d2deff
3
+ size 5757
runs/Apr18_00-08-25_b81c0af74ecb/events.out.tfevents.1713398997.b81c0af74ecb.4231.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ddea7c9dcc141583e0f65b2d4fe8cfad443ae1b26951b6315a76b420599c376
3
+ size 5757
runs/Apr18_00-08-25_b81c0af74ecb/events.out.tfevents.1713399042.b81c0af74ecb.4231.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b9b24b1a8f0736e07a131a00dd3d1ec6d590b7ead1d6c8171f6da06a0858d50
3
+ size 5757
runs/Apr18_00-11-43_b81c0af74ecb/events.out.tfevents.1713399111.b81c0af74ecb.4231.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:413d0a4ec9275a566e345894e0a8041c70d279ef582b0b550bc31ec597a92d39
3
+ size 5757
runs/Apr18_00-11-43_b81c0af74ecb/events.out.tfevents.1713399189.b81c0af74ecb.4231.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07283c6f128b1cdedfd411b99848ffc288d62e24be23dab6608736a20f2e8877
3
+ size 6171
runs/Apr18_00-13-33_b81c0af74ecb/events.out.tfevents.1713399223.b81c0af74ecb.4231.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:060df529665e6e58c6eb951a4c0456f8761d413adb7bfa763bde48e23fb6569c
3
+ size 5757
runs/Apr18_00-14-12_b81c0af74ecb/events.out.tfevents.1713399260.b81c0af74ecb.4231.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:041e8a5d751332d5228a4f5f5ec27e074109cf2316475440c53c38feda3a7e55
3
+ size 5757
runs/Apr18_00-15-47_b81c0af74ecb/events.out.tfevents.1713399357.b81c0af74ecb.4231.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7d49b2498e26d04bc6eafc0e624f7d55c6520f34021445690d06c454ce129f9
3
+ size 32355
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:367a35159458e0ac370706976102537c8989cd0a2e07284509f40ffb1df4ee4f
3
+ size 5048