AIAny
AI Model2024
Icon for item

ESM (Biohub/esm)

Provides code, pretrained weights, and tooling for protein language models and structure prediction — including ESMC, ESMFold2, sparse autoencoders (SAEs), and the ESM Atlas. Includes model checkpoints, tutorials, Hugging Face & Biohub integration, and an MIT license.

Introduction

Why this matters

Proteins are an immense, structured sequence space where learned sequence representations can unlock structure prediction, function annotation, and design. This repository packages a "world model" approach: large protein language models (ESMC), a diffusion-based all-atom structure predictor (ESMFold2), and an Atlas of predicted structures and interpretable features derived from sparse autoencoders — enabling workflows from embedding to folding to feature-driven discovery without requiring multiple sequence alignments for many use cases.

What Sets It Apart
  • Unified stack for representation → structure → interpretable features: model checkpoints (including ESMC 6B), SAEs that decompose internal representations into ~16k human-readable features, and an Atlas of predicted structures across billions of sequences — so you can move from embeddings to testable biological hypotheses within the same codebase.
  • Single-sequence, high-throughput folding: ESMFold2 supports single-sequence inference for order-of-magnitude speedups and provides diffusion-based all-atom outputs; the README reports validation on protein–protein and antibody–antigen tasks and lab-validated binder design workflows, which lowers iteration time for design experiments.
  • Reproducible, open release with platform options: weights and code are available via the repo and Hugging Face collections, plus Biohub platform integration for managed inference; models are released under an MIT license to aid reproducibility and community use.
Who It's For — and Tradeoffs

Great fit if you are a computational structural biologist, protein engineer, or ML researcher who needs pretrained protein embeddings, fast structure predictions from single sequences, or an interpretable feature map of large protein sets. The repo is also useful for teams aiming to prototype binder design or large-scale folding pipelines with available checkpoints and tutorials.

Look elsewhere if you need turnkey, production-grade safety/guardrail controls for restricted pathogens (the Biohub platform applies keyword/sequence guardrails and notes elevated access processes), if you require tiny on-device models for edge devices, or if you only need very small, low-latency models—ESM models are large and expect GPU-backed environments for practical use.

Where It Fits

This project sits at the intersection of foundation models and structural biology: it extends prior ESM work by scaling representations (ESMC), coupling them to an efficient folding architecture (ESMFold2), and exposing interpretability via SAEs and an Atlas. For teams choosing tooling, it is a pragmatic option when you want both research-grade checkpoints and an integrated set of resources (tutorials, Hugging Face models, and Biohub APIs) to accelerate experiments and design loops.

Information

  • Websitegithub.com
  • AuthorsBiohub (EvolutionaryScale Team)
  • Published date2024/06/25

Categories

More Items

Hugging Face
AI Model2026

Provides GGUF-quantized Inkling multimodal model weights for local image/audio-to-text and conversational inference. Includes quantization variants (example: 1-bit UD-IQ1_S), Apache-2.0 license, and compatibility with Unsloth Studio, vLLM and common inference stacks.

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.

Hugging Face
AI Model2026

Runs a full 27B-class Qwen3.6-derived LLM in a ~7.2 GB ternary/2‑bit format for on-device or single‑GPU text generation, retaining ~95% of FP16 performance and supporting a 262K‑token context. Designed for laptop/GPU deployment; exceeds typical phone memory limits.