ESMplusplus_6B / config.json
lhallee's picture
Update FastPLMs runtime and model cards
9ee6d6e verified
Raw
History Blame Contribute Delete
1.34 kB
{
"architectures": [
"ESMplusplusForMaskedLM"
],
"attn_backend": "sdpa",
"auto_map": {
"AutoConfig": "modeling_fastplms.ESMplusplusConfig",
"AutoModel": "modeling_fastplms.ESMplusplusModel",
"AutoModelForMaskedLM": "modeling_fastplms.ESMplusplusForMaskedLM"
},
"dropout": 0.0,
"fastplms_checkpoint_hash": "7a5679a98f9ee0a8553353598255248c5ec92bbe6ca87d71dfe9927b31ba6108",
"fastplms_checkpoint_repo_id": "Synthyra/ESMplusplus_6B",
"fastplms_checkpoint_revision": "0d579cce3b0f09efa6b3baddf6cc3fd8c9b616c8",
"fastplms_model_id": "esmc_6b",
"fastplms_release_tool_revision": "e6dd397a9ad368c998d714f6bd64d40b533d1ed1",
"fastplms_release_tool_sha256": "6d335c05aa49a232086a816deb25d248d1490529e5783acc3355b9bc6f03e0c2",
"fastplms_runtime_bundle_sha256": "d73f544a7623d12eff2ba407e2d7e86417b7d731e36a2931515930eae7d7e8e5",
"fastplms_runtime_revision": "e6dd397a9ad368c998d714f6bd64d40b533d1ed1",
"fastplms_source_tree_sha256": "bed9c7b1e1b0500dcd370e92e1f83b47494f9167d37b16e248f9d17e0135f822",
"fastplms_weights_revision": "0d579cce3b0f09efa6b3baddf6cc3fd8c9b616c8",
"hidden_size": 2560,
"initializer_range": 0.02,
"model_type": "ESMplusplus",
"num_attention_heads": 40,
"num_hidden_layers": 80,
"tie_word_embeddings": false,
"transformers_version": "4.57.6",
"vocab_size": 64
}