CoolFace
Apppublic

MIMIC-CDM/leaderboard

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
8likes
App README

MIMIC CDM Leaderboard

A static, reliable leaderboard for the MIMIC Clinical Decision Making benchmarks. Scores are bundled with the Space so the public page has no runtime server, scheduled restarts, or startup downloads.

Updating results

Clone or update the two public result repositories, then run:

bash
python scripts/sync_results.py \
  --cdm-dir /path/to/results-CDM \
  --cdm-fi-dir /path/to/results-CDM-FI

Validate before pushing:

bash
python -m unittest discover -s tests
node --check app.js

Refresh the bundled model repository publication dates used by the release timeline with:

bash
python scripts/fetch_release_dates.py