Structure-Derivation / config.json
keshavbhandari's picture
Upload model
127f774 verified
{
"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
}