Spaces:
Sleeping
Sleeping
Sonja Topf
commited on
Commit
·
006cea5
1
Parent(s):
ec7ef8d
model card
Browse files- MODEL_CARD.md +43 -0
MODEL_CARD.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 🧩 Model Card
|
| 2 |
+
|
| 3 |
+
## **Model Details**
|
| 4 |
+
- **Model name:** Chemprop Message Passing Neural Network Tox21 Baseline
|
| 5 |
+
- **Developer:**
|
| 6 |
+
- **Paper URL:** https://pubs.acs.org/doi/full/10.1021/acs.jcim.3c01250
|
| 7 |
+
- **Model type / architecture:** Message Passing Neural Network implemented using Chemprop.
|
| 8 |
+
- **Hyperparameters:**
|
| 9 |
+
- **Inference:**
|
| 10 |
+
- **Model version:**
|
| 11 |
+
- **Model date:**
|
| 12 |
+
- **Reproducibility:** Code for full training is available and enables reproducible retraining of the model from scratch.
|
| 13 |
+
|
| 14 |
+
A multitask network is trained for all Tox21 targets.
|
| 15 |
+
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
## **Intended Use**
|
| 19 |
+
Access via FastAPI endpoint. Upon receiving a Tox21 prediction request,
|
| 20 |
+
the model generates and returns predictions for all Tox21 targets simultaneously.
|
| 21 |
+
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+
## **Metric**
|
| 25 |
+
Each Tox21 task is evaluated using the area under the receiver operating characteristic curve
|
| 26 |
+
(AUC). Overall performance is reported as the mean AUC across all individual tasks.
|
| 27 |
+
|
| 28 |
+
---
|
| 29 |
+
|
| 30 |
+
## **Training Data**
|
| 31 |
+
Tox21 training and validation sets.
|
| 32 |
+
|
| 33 |
+
---
|
| 34 |
+
|
| 35 |
+
## **Evaluation Data**
|
| 36 |
+
Tox21 test set.
|
| 37 |
+
|
| 38 |
+
---
|
| 39 |
+
|
| 40 |
+
## **Hugging Face Space Details**
|
| 41 |
+
- **Space:** link
|
| 42 |
+
- **Git commit hash:** link
|
| 43 |
+
|