8
stars
330
commits
1
linked in READMEs
Jul 28, 2026
updated
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.
Clone or update the two public result repositories, then run:
python scripts/sync_results.py \
--cdm-dir /path/to/results-CDM \
--cdm-fi-dir /path/to/results-CDM-FI
Validate before pushing:
python -m unittest discover -s tests
node --check app.js
Refresh the bundled model repository publication dates used by the release timeline with:
python scripts/fetch_release_dates.py
8
stars
330
commits
1
linked in READMEs
Jul 28, 2026
updated
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.
Clone or update the two public result repositories, then run:
python scripts/sync_results.py \
--cdm-dir /path/to/results-CDM \
--cdm-fi-dir /path/to/results-CDM-FI
Validate before pushing:
python -m unittest discover -s tests
node --check app.js
Refresh the bundled model repository publication dates used by the release timeline with:
python scripts/fetch_release_dates.py