PeptEdgeV2 / config.json
devansh0703's picture
Initial release: PeptEdgeV2 (3.43M params) w/ trained weights, config, source, model card
9f16c4c verified
Raw
History Blame Contribute Delete
241 Bytes
{
"vocab_size": 21,
"max_len": 200,
"d_model": 192,
"n_heads": 6,
"num_layers": 5,
"ff_dim": 384,
"num_classes": 2,
"dropout": 0.25,
"sd_prob": 0.05,
"architectures": [
"PeptEdgeV2"
],
"model_type": "peptedgev2"
}