Views
No views yet
| Task | Description |
|---|---|
| pIC50 Prediction | Predict binding affinity from SMILES input |
| Target Validation | Validate genetic drug targets |
| Route Synthesis | Generate synthetic reaction pathways |
| Patent Workaround | Identify non-infringing molecular variants |
1from huggingface_hub import hf_hub_download
2
3# Model will be available after Sprint 46 training completes
4model_path = hf_hub_download(
5 repo_id="Pippinlitli/evolva-molecular-slm",
6 filename="model.gguf"
7)Note: Themodel.gguffile will be uploaded after Sprint 46 training completes. The inference API currently returns a graceful error message until the model is available.
1@misc{evolva2026,
2 title={Evolva: Genetic-Validated Drug Discovery via Molecular SLM},
3 author={Gudmundur Eyberg Kristjansson},
4 year={2026},
5 url={https://huggingface.co/Pippinlitli/evolva-molecular-slm}
6}