File size: 1,075 Bytes
3d20dc1 |
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 |
{
"ape": false,
"attn_drop_rate": 0.0,
"auto_map": {
"AutoConfig": "structure_derivation.model.model.StructureDerivationModelConfig",
"AutoModel": "structure_derivation.model.model.StructureDerivationModel"
},
"depths": [
2,
2,
6,
2
],
"drop_path_rate": 0.1,
"drop_rate": 0.0,
"embed_dim": 96,
"enable_repeat_mode": false,
"enable_tscam": true,
"fmax": 16000,
"fmin": 20,
"hop_size": 320,
"htsat_attn_heatmap": false,
"htsat_hier_output": false,
"htsat_use_max": false,
"htsat_window_size": 8,
"in_chans": 1,
"loss_type": null,
"mel_bins": 128,
"mlp_ratio": 4.0,
"model_type": "structure-derivation",
"norm_before_mlp": "ln",
"norm_layer": "layernorm",
"num_classes": 1,
"num_heads": [
4,
8,
16,
32
],
"patch_norm": true,
"patch_size": 4,
"patch_stride": [
4,
4
],
"qk_scale": null,
"qkv_bias": true,
"sample_rate": 32000,
"spec_size": 512,
"temperature": 0.1,
"transformers_version": "4.57.0.dev0",
"use_checkpoint": false,
"window_size": 1024
}
|