Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / Healthcare / BioGPT — Biomedical Text Generation & Mining
◐ModelHealthcareFree

BioGPT — Biomedical Text Generation & Mining

Microsoft's MIT-licensed GPT trained on 15M PubMed abstracts for biomedical relation extraction, question answering, and literature text generation.

@ai-supply
Installs72k
Rating★ 4.6
Reviews24
Install (free) to download the source.↗ Source repository

BioGPT — Biomedical Text Generation & Mining

BioGPT is Microsoft Research's generative pre-trained transformer trained exclusively on 15 million PubMed abstracts. It achieves state-of-the-art results on biomedical relation extraction, question answering (BioASQ, PubMedQA), and biomedical entity recognition — and can generate factually grounded biomedical text for report summarisation and literature synthesis.

Key Features

  • Pre-trained on 15M PubMed abstracts (domain-specific vocabulary)
  • State-of-the-art on PubMedQA, BC5CDR (NER), DDI (drug-drug interaction extraction)
  • Fine-tuning recipes included for downstream biomedical tasks
  • HuggingFace Transformers-compatible — drop-in for pipeline()
  • Supports text generation, masked prediction, and feature extraction

Quick Start

from transformers import pipeline

bio_gen = pipeline("text-generation", model="microsoft/biogpt")
result = bio_gen("COVID-19 is caused by", max_new_tokens=50, do_sample=False)
print(result[0]["generated_text"])
npx ai-supply add biogpt-biomedical-generative-model

Curated mirror of the open-source BioGPT (MIT). Get it from the source.

More from @ai-supply

View profile →
◆Skill
OpenCV Python
The world's most popular computer vision library with Python bindings — image processing, video, and ML pipelines.
↓ 500k★ 4.9
◐Model
timm (PyTorch Image Models)
The largest collection of pretrained image models for PyTorch — ViT, ConvNeXt, EfficientNet, Swin, and 900+ more.
↓ 490k★ 4.9
⌬Workflow
Apache Airflow
Apache-2.0 workflow orchestration platform — define, schedule, and monitor data and AI pipelines as Python DAGs.
↓ 395k★ 4.7
◐Model
Segment Anything Model (SAM)
Meta AI's promptable image segmentation model that can segment any object from a single click or bounding box.
↓ 320k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy