NoteSummarize-Clin
NoteSummarize-Clin is a SYNTHETIC/DEMO clinical model for clinical note summarization. Outputs are deterministic demo values — NOT for clinical use. Trained (synthetically) on de-identified multi-modal data.
Multi-modal
Genoma Institute
License: BSD-3-Clause
v4.4.5
RTG 4.0
DL 119,694
Metrics
| Metric | Value | Split |
|---|---|---|
| ROUGE-L | 0.86 | Synthetic hold-out |
| Calibration (ECE) | 0.035 | Synthetic |
| Inputs | Outputs |
|---|---|
| Free-text clinical note | Structured summary |
Run a synthetic prediction
Returns a deterministic synthetic result — clearly labeled, not for clinical use.
API integration
Call this model from your pipeline (demo — no real key required):
import requests
r = requests.post("https://api.biofoundry.ai/v1/models/bf-042-notesummarize-clin/predict",
headers={"Authorization": "Bearer <API_KEY>"},
json={"input": "<free-text clinical note>"})
print(r.json()) # -> synthetic demo prediction
See the API reference · JSON: /api/models/bf-042-notesummarize-clin
Version history
| Version | Status | Notes |
|---|---|---|
| v4.4.0 | Archived | Synthetic release note 0 |
| v4.4.1 | Archived | Synthetic release note 1 |
| v4.4.2 | Archived | Synthetic release note 2 |
| v4.4.3 | Archived | Synthetic release note 3 |
| v4.4.4 | Archived | Synthetic release note 4 |
| v4.4.5 | Current | Synthetic release note 5 |
Community contributions: 127 synthetic contributors have submitted evaluations and fine-tunes.