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

  1. Extract the archive:

    tar -xzf models.tar.gz
    
  2. Place the extracted models/ directory in the path expected by your risk assessment service (e.g., risk_assessment/models/).

  3. Configure the model paths in your config files (e.g., risk_assessment/data/config/*.json) to point to the extracted model directories.

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