Other
Transformers
Safetensors
mint_stability
feature-extraction
immunology
affinity
pMHC
epitope
neoantigen
personalized_immunotherapy
custom_code
Instructions to use dkarthikeyan1/mint-stage1-affinity with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dkarthikeyan1/mint-stage1-affinity with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("dkarthikeyan1/mint-stage1-affinity", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "MintStabilityForRegression" | |
| ], | |
| "attention_heads": 20, | |
| "auto_map": { | |
| "AutoConfig": "configuration_mint_stability.MintStabilityConfig", | |
| "AutoModel": "modeling_mint_stability.MintStabilityForRegression" | |
| }, | |
| "dropout": 0.2, | |
| "embed_dim": 1280, | |
| "hidden_dim": 512, | |
| "model_type": "mint_stability", | |
| "num_layers": 33, | |
| "output_size": 1, | |
| "sigmoid_output": false, | |
| "token_dropout": true, | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.30.2", | |
| "use_multimer": true | |
| } | |