Danieljava commited on
Commit
2d36eaa
·
verified ·
1 Parent(s): 62e8bbc

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +103 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.1,
3
+ "apply_spec_augment": false,
4
+ "architectures": [
5
+ "HubertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "bos_token_id": 1,
9
+ "classifier_proj_size": 256,
10
+ "conv_bias": false,
11
+ "conv_dim": [
12
+ 512,
13
+ 512,
14
+ 512,
15
+ 512,
16
+ 512,
17
+ 512,
18
+ 512
19
+ ],
20
+ "conv_kernel": [
21
+ 10,
22
+ 3,
23
+ 3,
24
+ 3,
25
+ 3,
26
+ 2,
27
+ 2
28
+ ],
29
+ "conv_pos_batch_norm": false,
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
+ "dtype": "float32",
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_size": 768,
52
+ "id2label": {
53
+ "0": "Rock",
54
+ "1": "Jazz",
55
+ "2": "Soul-RnB",
56
+ "3": "Classical",
57
+ "4": "Country",
58
+ "5": "International",
59
+ "6": "Hip-Hop",
60
+ "7": "Pop",
61
+ "8": "Folk",
62
+ "9": "Electronic",
63
+ "10": "Soundtrack",
64
+ "11": "Blues",
65
+ "12": "Experimental"
66
+ },
67
+ "initializer_range": 0.02,
68
+ "intermediate_size": 3072,
69
+ "label2id": {
70
+ "Blues": 11,
71
+ "Classical": 3,
72
+ "Country": 4,
73
+ "Electronic": 9,
74
+ "Experimental": 12,
75
+ "Folk": 8,
76
+ "Hip-Hop": 6,
77
+ "International": 5,
78
+ "Jazz": 1,
79
+ "Pop": 7,
80
+ "Rock": 0,
81
+ "Soul-RnB": 2,
82
+ "Soundtrack": 10
83
+ },
84
+ "layer_norm_eps": 1e-05,
85
+ "layerdrop": 0.0,
86
+ "mask_feature_length": 10,
87
+ "mask_feature_min_masks": 0,
88
+ "mask_feature_prob": 0.0,
89
+ "mask_time_length": 10,
90
+ "mask_time_min_masks": 2,
91
+ "mask_time_prob": 0.05,
92
+ "model_type": "hubert",
93
+ "num_attention_heads": 12,
94
+ "num_conv_pos_embedding_groups": 16,
95
+ "num_conv_pos_embeddings": 128,
96
+ "num_feat_extract_layers": 7,
97
+ "num_hidden_layers": 2,
98
+ "pad_token_id": 0,
99
+ "transformers_version": "5.0.0",
100
+ "use_cache": false,
101
+ "use_weighted_layer_sum": false,
102
+ "vocab_size": 32
103
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e85e9baadaa40081b5f3c0ccad917c653dbbf2482e543a857d2dfac4880a3d03
3
+ size 94774764
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b791a1d8a819547ffce408d27e4185b77a1a0a1c5e6ede714ebedf758459f96
3
+ size 5201