Sign inSign up

ersiliaos/eos7m30

Sponsored OSS

By Ersilia Open Source Initiative

Updated 3 months ago

Ersilia Model Hub Identifier: eos7m30

Image
0

4.6K

ersiliaos/eos7m30 repository overview

ADMET properties prediction

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.

Information

Identifiers
  • Ersilia Identifier: eos7m30
  • Slug: admet-ai-exact
Domain
  • Task: Annotation
  • Subtask: Property calculation or prediction
  • Biomedical Area: ADMET
  • Target Organism: Homo sapiens
  • Tags: ADME, Toxicity
Input
  • Input: Compound
  • Input Dimension: 1
Output
  • Output Dimension: 49
  • Output Consistency: Fixed
  • Interpretation: ADMET outcomes, including physicochemical properties and classification tasks.

Below are the Output Columns of the model:

NameTypeDirectionDescription
molecular_weightfloathighPhysicochemical property for molecular weight
logpfloatlowPhysicochemical property for logarithm of partition coefficient (logP)
hydrogen_bond_acceptorsintegerhighPhysicochemical property for the number of hydrogen bond acceptors
hydrogen_bond_donorsintegerhighPhysicochemical property for the number of hydrogen bond donors
lipinskiintegerhighCompliance with Lipinski's rule of five (out of 4)
qedfloathighQuantitative estimate of drug-likeness (0-1)
stereo_centersintegerhighPhysicochemical property for the number of stereocenters
tpsafloathighPhysicochemical property for topological polar surface area (TPSA) in squared Angstroms
amesfloathighPredicted probability of Ames mutagenicity
bbb_martinsfloathighPredicted probability of blood-brain barrier penetration

10 of 49 columns are shown

Source and Deployment
Resource Consumption
  • Model Size (Mb): 1
  • Environment Size (Mb): 6050
  • Image Size (Mb): 6023.19

Computational Performance (seconds):

  • 10 inputs: 35.95
  • 100 inputs: 27.61
  • 10000 inputs: 331.75
References
License

This 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.

Use

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

About Ersilia

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!

Tag summary

Content type

Image

Digest

sha256:18b405824

Size

3.1 GB

Last updated

3 months ago

docker pull ersiliaos/eos7m30

This week's pulls

Pulls:

1

Last week