Update README.md
Browse files
README.md
CHANGED
|
@@ -70,3 +70,7 @@ model.eval()
|
|
| 70 |
## Explainability (Grad-CAM)
|
| 71 |
The model includes a wrapper for Explainable AI. It targets the layer4 of the T2 encoder to generate 3D heatmaps,
|
| 72 |
helping to identify the specific anatomical regions influencing the "Malignant" prediction.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
## Explainability (Grad-CAM)
|
| 71 |
The model includes a wrapper for Explainable AI. It targets the layer4 of the T2 encoder to generate 3D heatmaps,
|
| 72 |
helping to identify the specific anatomical regions influencing the "Malignant" prediction.
|
| 73 |
+
|
| 74 |
+
## Limitations & Ethical Considerations
|
| 75 |
+
This model is for research purposes only. It was trained on the ODELIA proprietary dataset.
|
| 76 |
+
Predictions should not be used for clinical diagnosis without professional medical supervision.
|