Sandiago21 commited on
Commit
c5c0447
1 Parent(s): a42215b

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/hubert-large-ll60k",
3
+ "activation_dropout": 0.0,
4
+ "apply_spec_augment": true,
5
+ "architectures": [
6
+ "HubertForSequenceClassification"
7
+ ],
8
+ "attention_dropout": 0.1,
9
+ "bos_token_id": 1,
10
+ "classifier_proj_size": 256,
11
+ "conv_bias": true,
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": true,
42
+ "eos_token_id": 2,
43
+ "feat_extract_activation": "gelu",
44
+ "feat_extract_dropout": 0.0,
45
+ "feat_extract_norm": "layer",
46
+ "feat_proj_dropout": 0.1,
47
+ "feat_proj_layer_norm": true,
48
+ "final_dropout": 0.0,
49
+ "gradient_checkpointing": false,
50
+ "hidden_act": "gelu",
51
+ "hidden_dropout": 0.1,
52
+ "hidden_size": 1024,
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": 4096,
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.1,
81
+ "mask_channel_length": 10,
82
+ "mask_channel_min_space": 1,
83
+ "mask_channel_other": 0.0,
84
+ "mask_channel_prob": 0.0,
85
+ "mask_channel_selection": "static",
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_min_space": 1,
92
+ "mask_time_other": 0.0,
93
+ "mask_time_prob": 0.075,
94
+ "mask_time_selection": "static",
95
+ "model_type": "hubert",
96
+ "num_attention_heads": 16,
97
+ "num_conv_pos_embedding_groups": 16,
98
+ "num_conv_pos_embeddings": 128,
99
+ "num_feat_extract_layers": 7,
100
+ "num_hidden_layers": 24,
101
+ "pad_token_id": 0,
102
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
103
+ "torch_dtype": "float32",
104
+ "transformers_version": "4.30.0.dev0",
105
+ "use_weighted_layer_sum": false,
106
+ "vocab_size": 32
107
+ }
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0424bc13fcb01cf65efc22e58b998da87ebe31be2b1984ef5603a1254428fa51
3
+ size 1262961525
runs/Jul10_06-25-59_c29dfb936ef1/1688970807.2311468/events.out.tfevents.1688970807.c29dfb936ef1.288506.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c618265ffce9f84154dc32ae2e075ad9fc73ff96a17b90ec9eceb77d5681050
3
+ size 5968
runs/Jul10_06-25-59_c29dfb936ef1/events.out.tfevents.1688970807.c29dfb936ef1.288506.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00ccf4020a7d8e87ec6ffd77f1d332f2265fe0acfb2b0265936a7a49b6ae9eb9
3
+ size 9293
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98222814bc41df2bfdf9e39a52ba3782e8e780cea7daf740ea7cd2c01d7d60f7
3
+ size 3963