SleepFM / config.json
adammnrr's picture
Add the braindecode-format encoder (safetensors + config)
acecf04 verified
Raw
History Blame Contribute Delete
321 Bytes
{
"n_outputs": 5,
"n_chans": 4,
"chs_info": null,
"n_times": 3840,
"input_window_seconds": null,
"sfreq": 128.0,
"patch_size": 640,
"embed_dim": 128,
"num_heads": 8,
"num_layers": 6,
"pooling_heads": 8,
"drop_prob": 0.3,
"max_seq_length": 128,
"activation": "torch.nn.modules.activation.ELU"
}