Bagus commited on
Commit
f25dee7
1 Parent(s): db9b4b9

Training in progress, step 2

Browse files
config.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/hubert-xlarge-ll60k",
3
+ "activation_dropout": 0.0,
4
+ "add_adapter": false,
5
+ "apply_spec_augment": true,
6
+ "architectures": [
7
+ "Model"
8
+ ],
9
+ "attention_dropout": 0.1,
10
+ "bos_token_id": 1,
11
+ "classifier_proj_size": 256,
12
+ "conv_bias": true,
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
+ "data": "emodb",
43
+ "do_stable_layer_norm": true,
44
+ "eos_token_id": 2,
45
+ "feat_extract_activation": "gelu",
46
+ "feat_extract_dropout": 0.0,
47
+ "feat_extract_norm": "layer",
48
+ "feat_proj_dropout": 0.1,
49
+ "feat_proj_layer_norm": true,
50
+ "final_dropout": 0.1,
51
+ "finetuning_task": "emotion",
52
+ "gradient_checkpointing": false,
53
+ "hidden_act": "gelu",
54
+ "hidden_dropout": 0.1,
55
+ "hidden_size": 1280,
56
+ "id2label": {
57
+ "0": "anger",
58
+ "1": "happiness",
59
+ "2": "neutral",
60
+ "3": "sadness"
61
+ },
62
+ "initializer_range": 0.02,
63
+ "intermediate_size": 5120,
64
+ "is_classifier": true,
65
+ "label2id": {
66
+ "anger": 0,
67
+ "happiness": 1,
68
+ "neutral": 2,
69
+ "sadness": 3
70
+ },
71
+ "layer_norm_eps": 1e-05,
72
+ "layerdrop": 0.1,
73
+ "mask_channel_length": 10,
74
+ "mask_channel_min_space": 1,
75
+ "mask_channel_other": 0.0,
76
+ "mask_channel_prob": 0.0,
77
+ "mask_channel_selection": "static",
78
+ "mask_feature_length": 10,
79
+ "mask_feature_min_masks": 0,
80
+ "mask_feature_prob": 0.0,
81
+ "mask_time_length": 10,
82
+ "mask_time_min_masks": 2,
83
+ "mask_time_min_space": 1,
84
+ "mask_time_other": 0.0,
85
+ "mask_time_prob": 0.075,
86
+ "mask_time_selection": "static",
87
+ "model_type": "hubert",
88
+ "num_attention_heads": 16,
89
+ "num_conv_pos_embedding_groups": 16,
90
+ "num_conv_pos_embeddings": 128,
91
+ "num_feat_extract_layers": 7,
92
+ "num_hidden_layers": 48,
93
+ "pad_token_id": 0,
94
+ "sampling_rate": 16000,
95
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
96
+ "torch_dtype": "float32",
97
+ "transformers_version": "4.32.0",
98
+ "use_weighted_layer_sum": false,
99
+ "vocab_size": 32
100
+ }
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.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:9f0425d7555736e0dc032769ff86dc3ca0e5276822b45a3131d3024131dcbcbc
3
+ size 3856850802
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d698dc540c7fbb8994df890127ddc07e920ea4a8c036ec773fab6eee3ec65aa
3
+ size 4536