Delete config.json
Browse files- config.json +0 -94
config.json
DELETED
@@ -1,94 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "/content/ckpts/SeyedAli/Persian-Speech-Emotion-HuBert-V1",
|
3 |
-
"activation_dropout": 0.1,
|
4 |
-
"apply_spec_augment": true,
|
5 |
-
"architectures": [
|
6 |
-
"HubertForSpeechClassification"
|
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_dropout": 0.0,
|
45 |
-
"feat_extract_norm": "group",
|
46 |
-
"feat_proj_dropout": 0.1,
|
47 |
-
"feat_proj_layer_norm": true,
|
48 |
-
"final_dropout": 0.1,
|
49 |
-
"finetuning_task": "wav2vec2_clf",
|
50 |
-
"gradient_checkpointing": false,
|
51 |
-
"hidden_act": "gelu",
|
52 |
-
"hidden_dropout": 0.1,
|
53 |
-
"hidden_dropout_prob": 0.1,
|
54 |
-
"hidden_size": 768,
|
55 |
-
"id2label": {
|
56 |
-
"0": "angry",
|
57 |
-
"1": "fearful",
|
58 |
-
"2": "happy",
|
59 |
-
"3": "neutral",
|
60 |
-
"4": "sad",
|
61 |
-
"5": "surprised"
|
62 |
-
},
|
63 |
-
"initializer_range": 0.02,
|
64 |
-
"intermediate_size": 3072,
|
65 |
-
"label2id": {
|
66 |
-
"angry": 0,
|
67 |
-
"fearful": 1,
|
68 |
-
"happy": 2,
|
69 |
-
"neutral": 3,
|
70 |
-
"sad": 4,
|
71 |
-
"surprised": 5
|
72 |
-
},
|
73 |
-
"layer_norm_eps": 1e-05,
|
74 |
-
"layerdrop": 0.1,
|
75 |
-
"mask_feature_length": 10,
|
76 |
-
"mask_feature_min_masks": 0,
|
77 |
-
"mask_feature_prob": 0.0,
|
78 |
-
"mask_time_length": 10,
|
79 |
-
"mask_time_min_masks": 2,
|
80 |
-
"mask_time_prob": 0.05,
|
81 |
-
"model_type": "hubert",
|
82 |
-
"num_attention_heads": 12,
|
83 |
-
"num_conv_pos_embedding_groups": 16,
|
84 |
-
"num_conv_pos_embeddings": 128,
|
85 |
-
"num_feat_extract_layers": 7,
|
86 |
-
"num_hidden_layers": 12,
|
87 |
-
"pad_token_id": 0,
|
88 |
-
"pooling_mode": "mean",
|
89 |
-
"problem_type": "single_label_classification",
|
90 |
-
"torch_dtype": "float32",
|
91 |
-
"transformers_version": "4.29.2",
|
92 |
-
"use_weighted_layer_sum": false,
|
93 |
-
"vocab_size": 32
|
94 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|