EDKG-DL Model Assets

Model asset repository for EDKG-DL β€” a Deep Learning framework with a causality-integrated Endocrine Disruption Knowledge Graph. It predicts endocrine-disrupting chemicals (EDCs), applicability domain (ADs), biological entities, and sensitive pathways from compound SMILES using machine learning and graph deep learning algorithmes.

Pipeline: PaDEL 2D descriptors/fingerprints β†’ biological entity-specific qualitative/quantitative models β†’ causality-integrated EDC classification β†’ sensitive adverse outcome (AO) and adverse outcome pathway (AOP) inference, producing JSON / Excel reports.

Repository contents (~930 MB)

β”œβ”€β”€ settings.json           # global settings
β”œβ”€β”€ manifest.json           # SHA-256 digests for integrity verification
β”œβ”€β”€ qualitative_models/     # 74 biological entity-specific qualitative models
β”œβ”€β”€ quantitative_models/    # 52 biological entity-specific quantitative models
β”œβ”€β”€ edc_models/             # EDC classification model
β”œβ”€β”€ gnn_models/             # graph neural network weights
└── padel_runs_cache/       # cached PaDEL descriptors

Usage

The recommended way is the edkg-dl Python package (Python β‰₯ 3.10), which downloads these assets automatically on first use β€” no manual setup required:

pip install edkg-dl
edkg-dl-predict "CCO"

Or download the assets directly with huggingface_hub:

from huggingface_hub import snapshot_download

snapshot_download(repo_id="HaoyueTan/edkg-dl-models", local_dir="./models")

Once downloaded, assets can be reused offline by setting HF_HUB_OFFLINE=1.

Integrity & security

Every file digest is verified against manifest.json before the models load. Note that PKL/Joblib files execute code when deserialized; only load assets from trusted sources.

License

Released under the Custom Academic and Research Use License β€” free for non-commercial educational and research purposes only; commercial use requires a separate license from Nanjing University.

Disclaimer

Results are for research support only and must not replace experimental or regulatory conclusions.

Links

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support