Update config.json
Browse files- config.json +98 -3
config.json
CHANGED
|
@@ -1,6 +1,101 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"num_emotions": 14,
|
|
|
|
| 4 |
"num_phonemes": 33,
|
| 5 |
-
"num_speakers": 373
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "facebook/wav2vec2-base",
|
| 3 |
+
"activation_dropout": 0.1,
|
| 4 |
+
"adapter_kernel_size": 3,
|
| 5 |
+
"adapter_stride": 2,
|
| 6 |
+
"add_adapter": false,
|
| 7 |
+
"apply_spec_augment": true,
|
| 8 |
+
"architectures": [
|
| 9 |
+
"Wav2Vec2ForMultiTask"
|
| 10 |
+
],
|
| 11 |
+
"attention_dropout": 0.1,
|
| 12 |
+
"bos_token_id": 1,
|
| 13 |
+
"classifier_proj_size": 256,
|
| 14 |
+
"conv_bias": false,
|
| 15 |
+
"conv_dim": [
|
| 16 |
+
512,
|
| 17 |
+
512,
|
| 18 |
+
512,
|
| 19 |
+
512,
|
| 20 |
+
512,
|
| 21 |
+
512,
|
| 22 |
+
512
|
| 23 |
+
],
|
| 24 |
+
"conv_kernel": [
|
| 25 |
+
10,
|
| 26 |
+
3,
|
| 27 |
+
3,
|
| 28 |
+
3,
|
| 29 |
+
3,
|
| 30 |
+
2,
|
| 31 |
+
2
|
| 32 |
+
],
|
| 33 |
+
"conv_stride": [
|
| 34 |
+
5,
|
| 35 |
+
2,
|
| 36 |
+
2,
|
| 37 |
+
2,
|
| 38 |
+
2,
|
| 39 |
+
2,
|
| 40 |
+
2
|
| 41 |
+
],
|
| 42 |
+
"ctc_loss_reduction": "mean",
|
| 43 |
+
"ctc_zero_infinity": false,
|
| 44 |
+
"d_model": 768,
|
| 45 |
+
"decoder": {
|
| 46 |
+
"add_cross_attention": false,
|
| 47 |
+
"activation_dropout": 0.0,
|
| 48 |
+
"activation_function": "gelu",
|
| 49 |
+
"attention_dropout": 0.0,
|
| 50 |
+
"bos_token_id": 1,
|
| 51 |
+
"decoder_start_token_id": 2,
|
| 52 |
+
"dropout": 0.1,
|
| 53 |
+
"eos_token_id": 2,
|
| 54 |
+
"hidden_size": 768,
|
| 55 |
+
"initializer_range": 0.02,
|
| 56 |
+
"layer_norm_eps": 1e-05,
|
| 57 |
+
"max_position_embeddings": 512,
|
| 58 |
+
"num_attention_heads": 12,
|
| 59 |
+
"num_hidden_layers": 6,
|
| 60 |
+
"pad_token_id": 0,
|
| 61 |
+
"vocab_size": 32
|
| 62 |
+
},
|
| 63 |
+
"eos_token_id": 2,
|
| 64 |
+
"feat_extract_activation": "gelu",
|
| 65 |
+
"feat_extract_norm": "group",
|
| 66 |
+
"feat_proj_dropout": 0.0,
|
| 67 |
+
"feat_quantizer_dropout": 0.0,
|
| 68 |
+
"final_dropout": 0.1,
|
| 69 |
+
"gradient_checkpointing": true,
|
| 70 |
+
"hidden_act": "gelu",
|
| 71 |
+
"hidden_dropout": 0.1,
|
| 72 |
+
"hidden_size": 768,
|
| 73 |
+
"initializer_range": 0.02,
|
| 74 |
+
"intermediate_size": 3072,
|
| 75 |
+
"layer_norm_eps": 1e-05,
|
| 76 |
+
"layerdrop": 0.1,
|
| 77 |
+
"mask_channel_length": 10,
|
| 78 |
+
"mask_channel_min_space": 1,
|
| 79 |
+
"mask_channel_other": 0.0,
|
| 80 |
+
"mask_channel_prob": 0.0,
|
| 81 |
+
"mask_channel_selection": "static",
|
| 82 |
+
"mask_feature_length": 10,
|
| 83 |
+
"mask_feature_min_space": 1,
|
| 84 |
+
"mask_feature_prob": 0.0,
|
| 85 |
+
"mask_time_length": 10,
|
| 86 |
+
"mask_time_min_space": 1,
|
| 87 |
+
"mask_time_other": 0.0,
|
| 88 |
+
"mask_time_prob": 0.05,
|
| 89 |
+
"mask_time_selection": "static",
|
| 90 |
+
"model_type": "wav2vec2",
|
| 91 |
+
"num_attention_heads": 12,
|
| 92 |
"num_emotions": 14,
|
| 93 |
+
"num_hidden_layers": 12,
|
| 94 |
"num_phonemes": 33,
|
| 95 |
+
"num_speakers": 373,
|
| 96 |
+
"pad_token_id": 0,
|
| 97 |
+
"torch_dtype": "float32",
|
| 98 |
+
"transformers_version": "4.44.2",
|
| 99 |
+
"use_weighted_layer_sum": false,
|
| 100 |
+
"vocab_size": 32
|
| 101 |
+
}
|