ELF / config.json
luoxd96's picture
Add ELF slide encoder weights and model card
6ec5f7a verified
Raw
History Blame Contribute Delete
362 Bytes
{
"model_type": "elf_slide_encoder",
"architectures": ["ELFSlideEncoder"],
"embed_dim": 768,
"num_heads": 8,
"n_params": 151304,
"encoder": "momentum_enc.norm+attn",
"weights": "elf_slide_encoder.pth",
"paper": "https://arxiv.org/abs/2508.16085",
"code": "https://github.com/lilab-stanford/ELF",
"hub": "https://huggingface.co/luoxd96/ELF"
}