Instructions to use drkareemkamal/finetunePathologicalTextUsingBioBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use drkareemkamal/finetunePathologicalTextUsingBioBERT with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("emilyalsentzer/Bio_ClinicalBERT") model = PeftModel.from_pretrained(base_model, "drkareemkamal/finetunePathologicalTextUsingBioBERT") - Transformers
How to use drkareemkamal/finetunePathologicalTextUsingBioBERT with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("drkareemkamal/finetunePathologicalTextUsingBioBERT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 20,200 Bytes
1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 1653148 022c437 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 | ---
library_name: transformers
license: mit
language:
- en
tags:
- medical
- clinical-nlp
- biobert
- bio-clinicalbert
- cancer
- survival-analysis
- oncology
- pathology
- tcga
- lora
- peft
- cox-regression
- risk-prediction
- text-classification
- feature-extraction
- pytorch
datasets:
- custom
base_model: emilyalsentzer/Bio_ClinicalBERT
pipeline_tag: feature-extraction
model-index:
- name: finetunePathologicalTextUsingBioBERT
results:
- task:
type: feature-extraction
name: Survival Risk Prediction
metrics:
- type: loss
name: Cox PH Validation Loss
value: 0.5290
- type: loss
name: Cox PH Training Loss
value: 0.4003
---
# 𧬠Fine-Tuned Bio_ClinicalBERT for Cancer Survival Prediction from Pathological Text
> **A domain-adapted biomedical language model fine-tuned on 19,637 TCGA pathological text reports for cancer survival risk prediction using Cox Proportional Hazards loss with LoRA adapters β trained on NVIDIA RTX 3090 (24 GB VRAM).**
[](https://opensource.org/licenses/MIT)
[](https://pytorch.org/)
[](https://huggingface.co/docs/transformers)
[](https://huggingface.co/docs/peft)
[](https://www.nvidia.com/en-us/geforce/graphics-cards/30-series/rtx-3090/)
---
## Model Details
### Model Description
This model is a **fine-tuned version of [Bio_ClinicalBERT](https://huggingface.co/emilyalsentzer/Bio_ClinicalBERT)** (Alsentzer et al., 2019) adapted for **cancer survival risk prediction** directly from unstructured pathological text reports. The model was trained on data from **The Cancer Genome Atlas (TCGA)** spanning **24 cancer types** across **32 cohorts**.
Instead of traditional hand-crafted features (stage, grade, tumor size), this model **learns survival-relevant patterns directly from raw pathological text** β capturing subtle linguistic cues such as pathologist phrasing correlating with tumor aggressiveness, specific morphological descriptions, and diagnostic uncertainty language.
The model outputs:
1. **A continuous risk score** β higher values indicate higher mortality risk (used with Cox Proportional Hazards framework)
2. **768-dimensional embeddings** β from the `[CLS]` token, suitable for downstream multimodal survival pipelines
- **Developed by:** [Dr. Kareem Kamal](https://github.com/drkareemkamal)
- **Model type:** BERT-based encoder with LoRA adapters + linear survival risk head
- **Language(s):** English (clinical/biomedical)
- **License:** MIT
- **Fine-tuned from:** [emilyalsentzer/Bio_ClinicalBERT](https://huggingface.co/emilyalsentzer/Bio_ClinicalBERT)
- **Base architecture:** BERT-Base (cased, 12-layer, 768-hidden, 12-attention-heads, ~110M parameters)
### Model Sources
- **Repository:** [github.com/drkareemkamal/cancer-survival-analysis](https://github.com/drkareemkamal/cancer-survival-analysis)
- **Base model paper:** [Publicly Available Clinical BERT Embeddings (Alsentzer et al., NAACL 2019)](https://arxiv.org/abs/1904.03323)
- **BioBERT paper:** [BioBERT: a pre-trained biomedical language representation model (Lee et al., 2020)](https://arxiv.org/abs/1901.08746)
---
## About Bio_ClinicalBERT (Base Model)
Bio_ClinicalBERT has a unique **three-stage pre-training lineage** that makes it ideal for clinical text understanding:
| Stage | Training Data | Details |
|-------|--------------|---------|
| **1. BERT-Base** | Wikipedia + BookCorpus | General English language understanding |
| **2. BioBERT v1.0** | PubMed abstracts (200K) + PMC full-text (270K) | Biomedical scientific literature |
| **3. Bio_ClinicalBERT** | MIMIC-III clinical notes (~880M words) | Real electronic health records (EHR) |
**Key specifications of the base model:**
- **Architecture:** `cased_L-12_H-768_A-12` (12 layers, 768 hidden dim, 12 attention heads)
- **Parameters:** ~110 million
- **Vocabulary:** 28,996 WordPiece tokens (domain-adapted)
- **Max sequence length:** 128 tokens (original); extended to **512 tokens** in our fine-tuning
- **Original training:** 150,000 steps on GeForce GTX TITAN X (12 GB), batch size 32, LR 5e-5
This lineage means the model understands:
- β
General English grammar and semantics (BERT)
- β
Biomedical terminology and relationships (BioBERT)
- β
Clinical shorthand, abbreviations, and report structure (MIMIC-III)
---
## Uses
### Direct Use
Load the fine-tuned model to extract survival-relevant embeddings or risk scores from pathological text:
```python
from transformers import AutoTokenizer, AutoModel
import torch
# Load model and tokenizer
tokenizer = AutoTokenizer.from_pretrained("drkareemkamal/finetunePathologicalTextUsingBioBERT")
model = AutoModel.from_pretrained("drkareemkamal/finetunePathologicalTextUsingBioBERT")
model.eval()
# Example pathological report text
text = """Invasive ductal carcinoma, Nottingham grade 3/3.
Tumor size: 2.8 cm. ER negative, PR negative, HER2 positive (3+).
Lymphovascular invasion present. 2 of 14 sentinel lymph nodes positive
for metastatic carcinoma. Margins: negative, closest margin 0.3 cm."""
# Tokenize
inputs = tokenizer(
text,
return_tensors="pt",
max_length=512,
truncation=True,
padding=True
)
# Extract [CLS] embedding (768-dim)
with torch.no_grad():
outputs = model(**inputs)
cls_embedding = outputs.last_hidden_state[:, 0, :] # Shape: (1, 768)
print(f"Embedding shape: {cls_embedding.shape}") # torch.Size([1, 768])
```
### Downstream Use
**Survival Risk Scoring** β Use with the custom risk head for direct risk prediction:
```python
import torch.nn as nn
# Reconstruct the risk head (trained alongside the model)
risk_head = nn.Linear(768, 1)
# Load risk head weights from checkpoint if available
risk_score = risk_head(cls_embedding)
print(f"Risk score: {risk_score.item():.4f}")
# Higher score β higher predicted mortality risk
```
**Multimodal Fusion** β Combine text embeddings with clinical, genomic, and mutation data:
```python
# Text embedding: 768-dim from this model
# Gene expression: 50-dim from PCA of RNA-Seq FPKM values
# Mutation features: binary mutation matrix
# Clinical features: age, stage, grade, etc.
combined = torch.cat([text_emb, gene_emb, mutation_emb, clinical_emb], dim=-1)
# Feed into downstream survival model (e.g., DeepSurv, Cox-nnet)
```
### Out-of-Scope Use
- β **Not a diagnostic tool** β This model predicts survival risk, not diagnosis
- β **Not for non-cancer text** β Trained exclusively on oncological pathology reports
- β **Not for clinical deployment without regulatory approval** β Research use only
- β **Not for non-English text** β Trained on English pathology reports only
- β **Not for individual patient decisions** β Requires human clinical oversight
---
## Training Details
### Training Data
| Property | Value |
|----------|-------|
| **Source** | [The Cancer Genome Atlas (TCGA)](https://portal.gdc.cancer.gov/) via [cBioPortal](https://www.cbioportal.org/) |
| **Dataset file** | `merged_tcga_data_final.csv` |
| **Total samples** | **19,637** pathological text reports with survival outcomes |
| **Train split** | 16,691 samples (85%) |
| **Validation split** | 2,946 samples (15%) |
| **Cancer types** | 24 disease types across 32 TCGA cohorts |
| **Text column** | `text` β raw pathological report content |
| **Survival endpoint** | Overall Survival: `OS_MONTHS` (time) + `OS_STATUS` (event: LIVING/DECEASED) |
| **Event distribution** | ~70.7% Living / ~29.3% Deceased |
**Cancer type distribution in training data:**
| Disease Type | Samples | Deaths | Event Rate |
|-------------|---------|--------|------------|
| Adenomas and Adenocarcinomas | 8,977 | 1,944 | 21.7% |
| Squamous Cell Neoplasms | 2,764 | 1,166 | 42.2% |
| Ductal and Lobular Neoplasms | 2,362 | 498 | 21.1% |
| Gliomas | 1,654 | 794 | 48.0% |
| Cystic, Mucinous and Serous | 1,078 | 382 | 35.4% |
| Transitional Cell Papillomas | 816 | 386 | 47.3% |
| Others (18 types) | ~1,986 | varies | varies |
### Training Procedure
#### Preprocessing
1. **Text cleaning:** Rows with missing `text`, `OS_MONTHS`, or `OS_STATUS` dropped
2. **Survival labels:** `OS_STATUS` mapped to binary events (`1:DECEASED` β 1.0, `0:LIVING` β 0.0)
3. **Tokenization:** WordPiece tokenizer from Bio_ClinicalBERT, `max_length=512`, right-truncation, `max_length` padding
4. **No text augmentation** β raw pathological reports used as-is to preserve clinical accuracy
#### Fine-Tuning Method: LoRA (Low-Rank Adaptation)
Instead of updating all 110M parameters, we use **LoRA adapters** via the [PEFT library](https://github.com/huggingface/peft) to efficiently fine-tune only ~0.5% of parameters:
| LoRA Parameter | Value |
|---------------|-------|
| **Rank (r)** | 8 |
| **Alpha (Ξ±)** | 32 |
| **Target modules** | `query`, `value` (attention layers) |
| **Dropout** | 0.1 |
| **Task type** | `FEATURE_EXTRACTION` |
| **Trainable parameters** | ~590K (~0.5% of total) |
#### Loss Function: Cox Proportional Hazards (Cox PH)
The model is trained with the **negative partial log-likelihood of the Cox PH model**, which:
- Handles **right-censored data** (patients still alive at last follow-up)
- Models **relative hazard** β ranking patients by risk, not predicting absolute survival time
- Is the gold standard for survival analysis in clinical research
```
L(Ξ²) = -Ξ£ [log(h_i) - log(Ξ£ exp(h_j))] Γ event_i
i jβR(t_i)
```
Where `h_i` is the predicted log-hazard for patient `i`, and `R(t_i)` is the risk set at time `t_i`.
#### Training Hyperparameters
| Hyperparameter | Value |
|---------------|-------|
| **Optimizer** | AdamW |
| **Learning rate** | 1e-4 |
| **Batch size** | 8 |
| **Max epochs** | 20 |
| **Early stopping patience** | 3 epochs |
| **Validation split** | 15% (random, seed=42) |
| **Precision** | FP32 (full precision) |
| **Gradient clipping** | None |
| **Scheduler** | None (constant LR) |
| **Weight decay** | AdamW default (0.01) |
#### Training Results
π **Weights & Biases Dashboard:** [View Full Training Run & Loss Curves](https://wandb.ai/dr-kareem-kamal/cancer-survival-analysis/runs/bd7qqvhj)
The model was trained for **all 20 epochs** (early stopping was not triggered, indicating continuous improvement):
| Epoch | Train Loss | Val Loss | Best? |
|-------|-----------|----------|-------|
| 1 | 1.1658 | 0.9934 | |
| 2 | 1.0408 | 0.9006 | |
| 3 | 0.9440 | 0.8677 | |
| 4 | 0.8720 | 0.8249 | |
| 5 | 0.8122 | 0.7941 | |
| 6 | 0.7347 | 0.7653 | |
| 7 | 0.7011 | 0.7099 | |
| 8 | 0.6649 | 0.7331 | |
| 9 | 0.6167 | 0.6881 | |
| 10 | 0.5849 | 0.6672 | |
| 11 | 0.5562 | 0.6481 | |
| 12 | 0.5424 | 0.6050 | |
| 13 | 0.5150 | 0.6253 | |
| 14 | 0.4998 | 0.6108 | |
| 15 | 0.4705 | 0.5765 | |
| 16 | 0.4630 | 0.6028 | |
| 17 | 0.4347 | 0.5442 | |
| 18 | 0.4230 | 0.5298 | |
| 19 | 0.4104 | 0.5605 | |
| **20** | **0.4003** | **0.5290** | **β
** |
**Key observations:**
- Consistent downward trend in both train and validation loss over 20 epochs
- Best validation loss: **0.5290** at epoch 20
- Final training loss: **0.4003**
- No signs of catastrophic overfitting β the gap between train/val loss remains reasonable
- Model checkpoint saved at epoch 20 (~415 MB)
#### Speeds, Sizes, Times
| Property | Value |
|----------|-------|
| **Total training time** | ~4.5 hours (20 epochs on RTX 3090) |
| **VRAM usage** | ~3.8 GB (FP32, batch_size=8) |
| **Checkpoint size** | 415 MB (full state dict with LoRA adapters + risk head) |
| **Embeddings output** | 162 MB CSV (19,637 samples Γ 768 dimensions + risk scores) |
| **Throughput** | ~120 samples/second (inference) |
---
## Evaluation
### Metrics
| Metric | Description |
|--------|-------------|
| **Cox PH Loss** | Primary training objective β negative partial log-likelihood |
| **C-index (Concordance Index)** | How well the model ranks patients by survival (0.5 = random, >0.7 = strong) |
| **Kaplan-Meier Curves** | Visual separation between predicted high-risk and low-risk groups |
| **Risk Score Distribution** | Separation of scores between alive vs deceased patients |
### Results
| Metric | Value |
|--------|-------|
| **Best Validation Cox PH Loss** | 0.5290 |
| **Final Training Cox PH Loss** | 0.4003 |
| **Total epochs trained** | 20 / 20 |
| **Embedding dimension** | 768 |
### Evaluation Outputs
The following evaluation artifacts are generated during training:
| File | Description |
|------|-------------|
| `clinicalbert_training_loss.png` | Train vs Validation loss curves with best epoch marked |
| `clinicalbert_training_results.csv` | Per-epoch numerical loss values |
| `finetuned_text_embeddings.csv` | 768-dim embeddings + risk scores for all 19,637 samples |
---
## Technical Specifications
### Model Architecture and Objective
```
Input: Raw pathological text (up to 512 tokens)
β
βΌ
βββββββββββββββββββββββββββββββββββββββββββββββ
β Bio_ClinicalBERT (Frozen backbone) β
β 12 Transformer layers, 768 hidden dim β
β + LoRA adapters on query/value (r=8) β
β ~110M total params, ~590K trainable β
ββββββββββββββββββββ¬βββββββββββββββββββββββββββ
β
βΌ
[CLS] Token Embedding (768-dim)
β
ββββββββ΄βββββββ
βΌ βΌ
Risk Head Embeddings
(Linear 768β1) (768-dim vector)
β β
βΌ βΌ
Cox PH Loss Downstream Tasks
```
### Compute Infrastructure
#### Hardware
| Component | Specification |
|-----------|--------------|
| **GPU** | NVIDIA GeForce RTX 3090 |
| **GPU Memory** | 24,576 MiB (24 GB GDDR6X) |
| **CUDA Compute Capability** | 8.6 (Ampere architecture) |
| **NVIDIA Driver** | 580.126.09 |
| **CUDA Version** | 12.4 (PyTorch) / 13.0 (driver) |
#### Software
| Package | Version |
|---------|---------|
| **Python** | 3.10+ |
| **PyTorch** | 2.6.0+cu124 |
| **Transformers** | 5.7.0 |
| **PEFT** | 0.19.1 |
| **CUDA Toolkit** | 12.4 |
| **OS** | Linux (Ubuntu) |
| **Package Manager** | [uv](https://github.com/astral-sh/uv) |
| **Experiment Tracking** | [Weights & Biases](https://wandb.ai/) |
### How to Reproduce
```bash
# 1. Clone the repository
git clone https://github.com/drkareemkamal/cancer-survival-analysis.git
cd cancer-survival-analysis
# 2. Set up environment with uv
uv venv && source .venv/bin/activate
uv sync
# 3. Configure API keys in .env
cat > .env << 'EOF'
HF_TOKEN="hf_your_huggingface_token"
HF_REPO_ID="your-username/your-repo-name"
WANDB_API_KEY="your_wandb_api_key"
WANDB_PROJECT="cancer-survival-analysis"
EOF
# 4. Run fine-tuning (baseline strategy)
python src/training/text_finetune.py
# Model will automatically push to HuggingFace Hub on completion
```
---
## Fine-Tuning Strategies Available
This repository implements **three fine-tuning strategies**, each with both Bio_ClinicalBERT and OpenBioLLM-8B variants:
### Strategy 1: Pan-Cancer Baseline (This Model)
Single model trained on all 19,637 samples. Maximum data, simplest approach.
```bash
python src/training/text_finetune.py
```
### Strategy 2: Cancer-Type Conditioning Token
Prepends a cancer-type tag to each text to enable cancer-aware representations:
```
Before: "Invasive ductal carcinoma, Nottingham grade 3..."
After: "[DUCTAL AND LOBULAR NEOPLASMS] Invasive ductal carcinoma..."
```
```bash
python src/training/text_finetune_conditioned.py
```
### Strategy 3: Hierarchical Two-Stage
Stage 1 trains on all cancers, Stage 2 fine-tunes per cancer type (500+ samples):
```bash
python src/training/text_finetune_hierarchical.py
```
---
## Bias, Risks, and Limitations
### Dataset Bias
- **Geographic bias:** TCGA data originates from US academic medical centers, which may not represent global patient populations
- **Demographic bias:** The cohort reflects the demographics of TCGA participants and may underrepresent certain racial/ethnic groups
- **Institutional bias:** Pathology report styles vary by institution; model performance may degrade on reports with different formatting conventions
### Clinical Limitations
- **Not a diagnostic tool** β predicts survival risk only, not disease diagnosis
- **Text quality dependency** β performance is directly tied to report completeness and detail
- **No external validation** β requires independent cohort validation before any clinical consideration
- **Censoring assumptions** β Cox PH model assumes non-informative censoring, which may not always hold
### Technical Limitations
- **Max 512 tokens** β longer reports are truncated from the right, potentially losing relevant information
- **Single-modality** β text-only; does not incorporate imaging, genomics, or structured clinical variables (see multimodal pipeline in repository)
- **FP32 only** β not optimized for mixed-precision inference
### Recommendations
- **Always pair with clinical judgment** β this model is a decision-support tool, not a replacement for clinical expertise
- **Validate on your institution's data** before use β report styles differ across institutions
- **Monitor for bias** β regularly audit predictions across demographics, cancer types, and institutions
- **Regulatory compliance** β any clinical deployment requires appropriate regulatory approval (e.g., FDA, CE marking)
---
## Citation
**BibTeX:**
```bibtex
@software{kamal2026cancer_survival_biobert,
title={Cancer Survival Prediction from Pathological Text Reports using Fine-Tuned Bio_ClinicalBERT},
author={Kareem Kamal},
year={2026},
url={https://huggingface.co/drkareemkamal/finetunePathologicalTextUsingBioBERT},
note={Fine-tuned on TCGA pathological reports with Cox PH loss and LoRA adapters, trained on NVIDIA RTX 3090}
}
```
**APA:**
Kamal, K. (2026). *Cancer Survival Prediction from Pathological Text Reports using Fine-Tuned Bio_ClinicalBERT* [Computer software]. Hugging Face. https://huggingface.co/drkareemkamal/finetunePathologicalTextUsingBioBERT
---
## References
1. **Bio_ClinicalBERT:** Alsentzer, E., et al. (2019). *Publicly Available Clinical BERT Embeddings.* NAACL Clinical NLP Workshop. [HuggingFace](https://huggingface.co/emilyalsentzer/Bio_ClinicalBERT) | [Paper](https://arxiv.org/abs/1904.03323)
2. **BioBERT:** Lee, J., et al. (2020). *BioBERT: a pre-trained biomedical language representation model for biomedical text mining.* Bioinformatics, 36(4), 1234β1240. [Paper](https://arxiv.org/abs/1901.08746)
3. **TCGA:** The Cancer Genome Atlas Research Network. [GDC Data Portal](https://portal.gdc.cancer.gov/)
4. **cBioPortal:** Cerami, E., et al. (2012). *The cBio Cancer Genomics Portal.* Cancer Discovery, 2(5), 401β404. [Website](https://www.cbioportal.org/)
5. **Cox PH Model:** Cox, D.R. (1972). *Regression Models and Life-Tables.* Journal of the Royal Statistical Society, Series B, 34(2), 187β220.
6. **LoRA:** Hu, E., et al. (2022). *LoRA: Low-Rank Adaptation of Large Language Models.* ICLR 2022. [Paper](https://arxiv.org/abs/2106.09685)
7. **PEFT:** HuggingFace. *Parameter-Efficient Fine-Tuning.* [GitHub](https://github.com/huggingface/peft)
---
## Model Card Authors
- **Dr. Kareem Kamal** β [@drkareemkamal](https://github.com/drkareemkamal)
## Model Card Contact
- **GitHub:** [github.com/drkareemkamal](https://github.com/drkareemkamal)
- **HuggingFace:** [huggingface.co/drkareemkamal](https://huggingface.co/drkareemkamal)
---
*This model is for research purposes only. Always consult qualified medical professionals for clinical decisions. Not approved for clinical use.* |