HarshitJoshi commited on
Commit
6cc5f2f
·
verified ·
1 Parent(s): f209c85

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "attention_probs_dropout_prob": 0.2,
10
+ "bos_token_id": 1,
11
+ "classifier_proj_size": 256,
12
+ "conv_bias": false,
13
+ "conv_dim": [
14
+ 512,
15
+ 512,
16
+ 512,
17
+ 512,
18
+ 512,
19
+ 512,
20
+ 512
21
+ ],
22
+ "conv_kernel": [
23
+ 10,
24
+ 3,
25
+ 3,
26
+ 3,
27
+ 3,
28
+ 2,
29
+ 2
30
+ ],
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_dropout_prob": 0.2,
52
+ "hidden_size": 768,
53
+ "id2label": {
54
+ "0": "blues",
55
+ "1": "classical",
56
+ "2": "country",
57
+ "3": "disco",
58
+ "4": "hiphop",
59
+ "5": "jazz",
60
+ "6": "metal",
61
+ "7": "pop",
62
+ "8": "reggae",
63
+ "9": "rock"
64
+ },
65
+ "initializer_range": 0.02,
66
+ "intermediate_size": 3072,
67
+ "label2id": {
68
+ "blues": "0",
69
+ "classical": "1",
70
+ "country": "2",
71
+ "disco": "3",
72
+ "hiphop": "4",
73
+ "jazz": "5",
74
+ "metal": "6",
75
+ "pop": "7",
76
+ "reggae": "8",
77
+ "rock": "9"
78
+ },
79
+ "layer_norm_eps": 1e-05,
80
+ "layerdrop": 0.0,
81
+ "mask_feature_length": 10,
82
+ "mask_feature_min_masks": 0,
83
+ "mask_feature_prob": 0.0,
84
+ "mask_time_length": 10,
85
+ "mask_time_min_masks": 2,
86
+ "mask_time_prob": 0.05,
87
+ "model_type": "hubert",
88
+ "num_attention_heads": 12,
89
+ "num_conv_pos_embedding_groups": 16,
90
+ "num_conv_pos_embeddings": 128,
91
+ "num_feat_extract_layers": 7,
92
+ "num_hidden_layers": 2,
93
+ "pad_token_id": 0,
94
+ "torch_dtype": "float32",
95
+ "transformers_version": "4.42.4",
96
+ "use_weighted_layer_sum": false,
97
+ "vocab_size": 32
98
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c18de04173b109106dc6c197ed363d057ea6cd728396d1179e976a787ac6cd3d
3
+ size 94771728
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/Jul19_15-26-27_3a4991344dc1/events.out.tfevents.1721402901.3a4991344dc1.3026.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f13b4dcb98cd871b6e0f88259d0f0da78537d6a1d1bee60618fa978d9d3a8ab
3
+ size 6745
runs/Jul19_15-26-27_3a4991344dc1/events.out.tfevents.1721403196.3a4991344dc1.3026.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6012bee4e11791316d6c82fe153a81cda620ee17c389a817ee2b228d903931c1
3
+ size 10995
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:123da92dbe1cee21e8646bffa546a0e856f76f2af03b21381a10cb4be72e2da6
3
+ size 5176