YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Risk Assessment Model Weights
model weights for health risk assessment. These models are used to predict disease risk based on clinical and examination data.
Contents
| File | Description |
|---|---|
models.tar.gz |
Compressed archive containing all model weights (~17.6 GB) |
Archive Structure
After extraction, the archive yields a models/ directory with subdirectories for each risk type, for example:
models/
βββ breast_cancer/ # Breast cancer risk prediction
β βββ models/ # Ensemble models (LightGBM, XGBoost, NeuralNetFastAI)
β βββ utils/data/ # Preprocessed data
βββ diabetes/ # Diabetes risk prediction
βββ heart_disease/ # Heart disease risk prediction
βββ hypertension_risk/ # Hypertension risk prediction
βββ lung_cancer/ # Lung cancer risk prediction
βββ ... # Additional risk assessment models
Usage
Extract the archive:
tar -xzf models.tar.gzPlace the extracted
models/directory in the path expected by your risk assessment service (e.g.,risk_assessment/models/).Configure the model paths in your config files (e.g.,
risk_assessment/data/config/*.json) to point to the extracted model directories.
Inference Providers NEW
This model isn't deployed by any Inference Provider. π Ask for provider support