Ersilia Model Hub Identifier: eos7m30
4.6K
ADMET-AI is a framework for fast batch predictions of ADMET properties, based on an ensemble of 5 Chemprop-RDKit models. It was trained on 41 tasks (31 classification, 10 regression) from the Therapeutics Data Commons ADMET group (v0.4.1). Output includes 8 physicochemical properties molecular weight, logP, H-bond acceptors/donors, Lipinski Rule of 5, QED, stereo centers, and TPSA. eos7d58 implements this model and additionally provides percentiles based on DrugBank-approved drugs.
This model was incorporated on 2025-06-17.Last packaged on 2026-07-06.
eos7m30admet-ai-exactAnnotationProperty calculation or predictionADMETHomo sapiensADME, ToxicityCompound149FixedBelow are the Output Columns of the model:
| Name | Type | Direction | Description |
|---|---|---|---|
| molecular_weight | float | high | Physicochemical property for molecular weight |
| logp | float | low | Physicochemical property for logarithm of partition coefficient (logP) |
| hydrogen_bond_acceptors | integer | high | Physicochemical property for the number of hydrogen bond acceptors |
| hydrogen_bond_donors | integer | high | Physicochemical property for the number of hydrogen bond donors |
| lipinski | integer | high | Compliance with Lipinski's rule of five (out of 4) |
| qed | float | high | Quantitative estimate of drug-likeness (0-1) |
| stereo_centers | integer | high | Physicochemical property for the number of stereocenters |
| tpsa | float | high | Physicochemical property for topological polar surface area (TPSA) in squared Angstroms |
| ames | float | high | Predicted probability of Ames mutagenicity |
| bbb_martins | float | high | Predicted probability of blood-brain barrier penetration |
10 of 49 columns are shown
LocalExternalAMD64, ARM64160506023.19Computational Performance (seconds):
35.9527.61331.75Peer reviewed2025This package is licensed under a GPL-3.0 license. The model contained within this package is licensed under a MIT license.
Notice: Ersilia grants access to models as is, directly from the original authors, please refer to the original code repository and/or publication if you use the model in your research.
To use this model locally, you need to have the Ersilia CLI installed. The model can be fetched using the following command:
# fetch model from the Ersilia Model Hub
ersilia fetch eos7m30
Then, you can serve, run and close the model as follows:
# serve the model
ersilia serve eos7m30
# generate an example file
ersilia example -n 3 -f my_input.csv
# run the model
ersilia run -i my_input.csv -o my_output.csv
# close the model
ersilia close
The Ersilia Open Source Initiative is a tech non-profit organization fueling sustainable research in the Global South. Please cite the Ersilia Model Hub if you've found this model to be useful. Always let us know if you experience any issues while trying to run it. If you want to contribute to our mission, consider donating to Ersilia!
Content type
Image
Digest
sha256:18b405824…
Size
3.1 GB
Last updated
3 months ago
docker pull ersiliaos/eos7m30Pulls:
1
Last week