| { | |
| "_name_or_path": "Synthyra/FastESM2_650", | |
| "architectures": [ | |
| "FastEsmForMaskedLM" | |
| ], | |
| "attention_probs_dropout_prob": 0.0, | |
| "auto_map": { | |
| "AutoConfig": "modeling_fastesm.FastEsmConfig", | |
| "AutoModel": "modeling_fastesm.FastEsmModel", | |
| "AutoModelForMaskedLM": "modeling_fastesm.FastEsmForMaskedLM", | |
| "AutoModelForSequenceClassification": "modeling_fastesm.FastEsmForSequenceClassification", | |
| "AutoModelForTokenClassification": "modeling_fastesm.FastEsmForTokenClassification" | |
| }, | |
| "classifier_dropout": null, | |
| "emb_layer_norm_before": false, | |
| "esmfold_config": null, | |
| "hidden_act": "gelu", | |
| "hidden_dropout_prob": 0.0, | |
| "hidden_size": 1280, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 5120, | |
| "is_folding_model": false, | |
| "layer_norm_eps": 1e-05, | |
| "mask_token_id": 32, | |
| "max_position_embeddings": 1026, | |
| "model_type": "fast_esm", | |
| "num_attention_heads": 20, | |
| "num_hidden_layers": 33, | |
| "pad_token_id": 1, | |
| "position_embedding_type": "rotary", | |
| "token_dropout": true, | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.45.0", | |
| "use_cache": true, | |
| "vocab_list": null, | |
| "vocab_size": 33 | |
| } | |