EpitopeMap-B
EpitopeMap-B is a SYNTHETIC/DEMO protein folding model for b-cell epitope prediction. Outputs are deterministic demo values — NOT for clinical use. Trained (synthetically) on de-identified sequence data.
Sequence
BroadOpen Collective
License: BSD-3-Clause
v4.5.1
RTG 4.1
DL 46,297
Metrics
| Metric | Value | Split |
|---|---|---|
| F1 | 0.888 | Synthetic hold-out |
| Calibration (ECE) | 0.054 | Synthetic |
| Inputs | Outputs |
|---|---|
| Antigen sequence | Epitope regions |
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-023-epitopemap-b/predict",
headers={"Authorization": "Bearer <API_KEY>"},
json={"input": "<antigen sequence>"})
print(r.json()) # -> synthetic demo prediction
See the API reference · JSON: /api/models/bf-023-epitopemap-b
Version history
| Version | Status | Notes |
|---|---|---|
| v4.5.0 | Archived | Synthetic release note 0 |
| v4.5.1 | Current | Synthetic release note 1 |
Community contributions: 52 synthetic contributors have submitted evaluations and fine-tunes.