popt-pretrained / config.json
adammnrr's picture
Add braindecode-native PopulationTransformer (popt_brainbert_stft) weights
50b02d6 verified
Raw
History Blame Contribute Delete
326 Bytes
{
"hidden_dim": 512,
"ffn_dim": 2048,
"n_layers": 6,
"n_heads": 8,
"max_len": 5000,
"activation": "torch.nn.modules.activation.GELU",
"drop_prob": 0.1,
"n_outputs": 2,
"n_chans": 64,
"chs_info": null,
"n_times": 768,
"input_window_seconds": null,
"sfreq": null,
"braindecode_version": "1.7.0dev0"
}