File size: 2,444 Bytes
b2b7452 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 | {
"chunk_samples": 714240,
"feature_extractors": {
"muencoder_config": {
"conformer_config": {
"activation_dropout": 0.1,
"attention_dropout": 0.1,
"conformer_conv_dropout": 0.1,
"conv_depthwise_kernel_size": 31,
"hidden_act": "swish",
"hidden_dropout": 0.1,
"hidden_size": 1024,
"intermediate_size": 4096,
"layer_norm_eps": 1e-05,
"layerdrop": 0.0,
"max_source_positions": 5000,
"num_attention_heads": 16,
"num_conv_pos_embedding_groups": 16,
"num_conv_pos_embeddings": 128,
"num_hidden_layers": 12,
"position_embeddings_type": "rotary",
"rotary_embedding_base": 10000
},
"conv_dim": 512,
"hop_length": 240,
"mean": 6.768444971712967,
"n_fft": 2048,
"n_mels": 128,
"sample_rate": 24000,
"std": 18.417922652295623
},
"wavlm_config": {
"activation_dropout": 0.0,
"add_adapter": false,
"attention_dropout": 0.1,
"conv_bias": false,
"conv_dim": [
512,
512,
512,
512,
512,
512,
512
],
"conv_kernel": [
10,
3,
3,
3,
3,
2,
2
],
"conv_stride": [
5,
2,
2,
2,
2,
2,
2
],
"do_stable_layer_norm": false,
"feat_extract_activation": "gelu",
"feat_extract_norm": "group",
"feat_proj_dropout": 0.1,
"hidden_act": "gelu",
"hidden_dropout": 0.1,
"hidden_size": 768,
"intermediate_size": 3072,
"layer_norm_eps": 1e-05,
"layerdrop": 0.05,
"max_bucket_distance": 800,
"num_attention_heads": 12,
"num_buckets": 320,
"num_conv_pos_embedding_groups": 16,
"num_conv_pos_embeddings": 128,
"num_hidden_layers": 12
},
"whisper_config": {
"activation_dropout": 0.0,
"activation_function": "gelu",
"attention_dropout": 0.0,
"d_model": 768,
"dropout": 0.0,
"encoder_attention_heads": 12,
"encoder_ffn_dim": 3072,
"encoder_layerdrop": 0.0,
"encoder_layers": 12,
"max_source_positions": 1500,
"num_mel_bins": 80,
"scale_embedding": false
}
},
"query": {
"dim": 512,
"head_dim": 128,
"interval": 2,
"num_layers": 6
},
"version": "vqv12"
}
|