Protein Folding

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
SYNTHETIC DEMOAll outputs are deterministic demo data — not for clinical use, not real medical inference.

Metrics

MetricValueSplit
F10.888Synthetic hold-out
Calibration (ECE)0.054Synthetic
InputsOutputs
Antigen sequenceEpitope 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

VersionStatusNotes
v4.5.0ArchivedSynthetic release note 0
v4.5.1CurrentSynthetic release note 1

Community contributions: 52 synthetic contributors have submitted evaluations and fine-tunes.