production_ss4_model / config.json
lhallee's picture
Upload ESMplusplusForTokenClassification
6c77db0 verified
raw
history blame
1.09 kB
{
"architectures": [
"ESMplusplusForTokenClassification"
],
"auto_map": {
"AutoConfig": "Synthyra/ESMplusplus_large--modeling_esm_plusplus.ESMplusplusConfig",
"AutoModel": "Synthyra/ESMplusplus_large--modeling_esm_plusplus.ESMplusplusModel",
"AutoModelForMaskedLM": "Synthyra/ESMplusplus_large--modeling_esm_plusplus.ESMplusplusForMaskedLM",
"AutoModelForSequenceClassification": "Synthyra/ESMplusplus_large--modeling_esm_plusplus.ESMplusplusForSequenceClassification",
"AutoModelForTokenClassification": "Synthyra/ESMplusplus_large--modeling_esm_plusplus.ESMplusplusForTokenClassification"
},
"dropout": 0.0,
"hidden_size": 1152,
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1",
"2": "LABEL_2",
"3": "LABEL_3"
},
"initializer_range": 0.02,
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1,
"LABEL_2": 2,
"LABEL_3": 3
},
"model_type": "ESMplusplus",
"num_attention_heads": 18,
"num_hidden_layers": 36,
"tie_word_embeddings": false,
"torch_dtype": "float32",
"transformers_version": "4.51.3",
"vocab_size": 64
}