bio.rodeo
ModelsOrganizationsLeaderboardAboutSign in
bio.rodeo

The authoritative source for evaluating biological foundation models. No hype, just honest analysis.

Categories
  • DNA & Gene
  • RNA
  • Protein
  • Small molecule
  • Single-cell
  • Spatial omics
  • Pathology
  • Imaging
  • Metabolomics
  • Biosignals
  • Language model
bio.rodeoModelsOrganizationsLeaderboardAboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
DNA & Gene foundation models
DNA & Gene

Nucleotide Transformer

InstaDeep

DNA foundation models from 500M to 2.5B parameters, trained on 3,200+ human genomes and 850 species for variant effect prediction.

Released: January 2023

The Nucleotide Transformer is a family of DNA foundation models developed by InstaDeep in collaboration with NVIDIA and the Technical University of Munich. First released as a preprint in January 2023 and subsequently published in Nature Methods in November 2024, the work introduced a suite of large-scale transformer models trained via masked language modeling on diverse genomic sequences — from individual human reference genomes to DNA spanning 850 species across diverse phyla.

The central challenge the Nucleotide Transformer addresses is the difficulty of learning from biological sequence data in low-data regimes. Regulatory genomics, splice site prediction, and variant effect scoring all rely on labeled datasets that are far smaller than what standard supervised methods require. By pre-training on vast amounts of unlabeled DNA, the Nucleotide Transformer learns generalizable representations that can be adapted to downstream genomic tasks through fine-tuning or zero-shot transfer.

The initial model family (v1) comprises four variants: a 500M-parameter model trained on the human reference genome, a 500M-parameter model and a 2.5B-parameter model both trained on 3,202 genetically diverse human genomes from the 1000 Genomes Project, and a 2.5B-parameter multispecies model trained on DNA from 850 organisms. A second generation (v2) was subsequently released with architectural improvements and models ranging from 50M to 500M parameters, supporting longer context windows and more efficient training.

#Key Features

  • Multi-scale model family: Four v1 variants spanning 500M to 2.5B parameters, trained on distinct datasets (human reference, population-diverse human genomes, and multispecies), give users flexibility to trade off between parameter efficiency and cross-species generalization.
  • Masked language modeling pre-training: Models are trained using BERT-style masked language modeling with 15% token masking on six-mer tokenized DNA sequences, enabling the model to learn contextual representations without any labeled supervision.
  • Attention-based interpretability: Without explicit supervision, the models learn to focus attention on functionally significant genomic elements including enhancers and splice sites, providing a built-in mechanism for understanding model reasoning.
  • Cross-task transfer: Representations transfer effectively across 18 diverse genomic prediction benchmarks, with the 2.5B multispecies model matching or surpassing specialized baselines on 18 of 18 tasks through fine-tuning. All model weights are released on HuggingFace with open code, enabling broad community adoption.
  • Architecture evolution across generations: v2 replaced the v1 learned positional encodings with rotary embeddings (RoPE) and SwiGLU activations to extend context from 6 kb to 12 kb.

#Technical Details

Both v1 and v2 variants are encoder-only transformers, architecturally related to ESM-1b, pre-trained with masked language modeling. DNA is tokenized using six-mer tokens — a design choice that balances sequence compression with the granularity needed to represent regulatory signals. The v1 models use 6-mer tokenization with a 6 kb context window; v2 models extend this to a 12 kb context window using rotary positional embeddings and SwiGLU gated linear units. The 2.5B multispecies v1 model was trained on 174 billion nucleotides from 850 species using 128 NVIDIA A100 GPUs across 16 nodes, consuming approximately 300 billion tokens per training run. Larger v2 models were trained on up to 1 trillion tokens.

Benchmark evaluation covered 18 downstream genomic tasks including chromatin profile prediction, splice site detection, enhancer activity prediction, and regulatory element classification. On this suite, the multispecies 2.5B model matched or exceeded specialized methods on all 18 tasks after fine-tuning, compared favorably to DNABERT-2, HyenaDNA, and Enformer, and achieved 95% top-k accuracy and 0.98 precision-recall AUC on splice site prediction. The models were also evaluated in zero-shot and few-shot settings, where their representations alone matched specialist baselines on 11 of 18 tasks.

#Applications

The Nucleotide Transformer is well-suited for researchers working on regulatory genomics, variant prioritization, and genome annotation where labeled data is scarce. Specific use cases include predicting the effects of non-coding variants on gene expression, identifying splice-altering mutations, classifying enhancers and promoters, and annotating novel genomes across species. The multispecies model is particularly useful for comparative genomics and for organisms without large curated training sets. The models integrate readily into fine-tuning pipelines through the HuggingFace transformers library, making them accessible to researchers without deep ML infrastructure experience.

#Impact

The Nucleotide Transformer established an early and rigorous benchmark for DNA foundation models, demonstrating that large-scale pre-training on genomic sequence data could meaningfully transfer to diverse downstream tasks — a result that was not guaranteed given the compositional and functional differences between DNA and protein sequences. The paper has driven significant downstream adoption and helped establish the emerging field of genomic language models alongside contemporaries such as DNABERT-2, HyenaDNA, and Evo. A key limitation of the v1 and v2 models is their 6–12 kb context window, which precludes modeling long-range genomic interactions over hundreds of kilobases, and their six-mer tokenization, which operates on overlapping k-mers rather than individual nucleotides and can complicate interpretation of single-nucleotide variant effects. These limitations are directly targeted by InstaDeep's separate third-generation model, NTv3.

Citations

Nucleotide Transformer: building and evaluating robust foundation models for human genomics

Dalla-torre, H., et al. (2024) Nucleotide Transformer: building and evaluating robust foundation models for human genomics. Nature Methods.

DOI: 10.1038/s41592-024-02523-z

A foundational model for joint sequence-function multi-species modeling at scale for long-range genomic prediction

Boshar, S., et al. (2025) A foundational model for joint sequence-function multi-species modeling at scale for long-range genomic prediction. bioRxiv.

DOI: 10.64898/2025.12.22.695963

Recent citations

Papers that recently cited this model.

  • A scalable deep-learning framework for cancer detection using cell-free DNA shallow whole-genome sequencing

    Haichao Wang, P. Mennea, Grainne McAndrew, et al.

    Science Advances · Jul 2026

    0
  • Interpretable variant effect prediction from genomic foundation model representations

    Michael T. Pearce, Thomas Dooms, Ryo Yamamoto, et al.

    bioRxiv · Jul 2026

    0
  • Advancing bioinformatics with language models: components, applications, and perspectives

    Jiajia Liu, Mengyuan Yang, Yankai Yu, et al.

    Briefings in Bioinformatics · Jul 2026

    0

Top citations

The most-cited papers that cite this model.

  • The Nucleotide Transformer: Building and Evaluating Robust Foundation Models for Human Genomics

    Hugo Dalla-torre, Liam Gonzalez, Javier Mendoza Revilla, et al.

    bioRxiv · Oct 2024

    508
  • Advancing regulatory variant effect prediction with AlphaGenome

    Žiga Avsec, Natasha Latysheva, Jun Cheng, et al.

    Nature · Jan 2026

    102
  • GENA-LM: a family of open-source foundational DNA language models for long sequences

    V. Fishman, Yuri Kuratov, Maxim Petrov, et al.

    bioRxiv · Aug 2024

    102Influential
  • A DNA language model based on multispecies alignment predicts the effects of genome-wide variants

    Gonzalo Benegas, Carlos Albors, Alan J. Aw, et al.

    Nature Biotechnology · Jan 2025

    81Influential
  • Transformers and genome language models

    Micaela Elisa Consens, Cameron Dufault, Michael Wainberg, et al.

    Nature Machine Intelligence · Mar 2025

    80Influential

Related models

Models with similar goals, methods, or subject matter.

  • Nucleotide Transformer v3 (NTv3)

    InstaDeep / Research Institute of Molecular Pathology (IMP) / Medical University of Vienna / Cornell University / Cold Spring Harbor Laboratory

    Multi-species genomics foundation model spanning representation learning, functional-track prediction, and sequence generation at 1 Mb context.

    DNA & Gene
  • DNABERT-2

    MAGICS Lab

    Multi-species genomic foundation model swapping k-mer tokenization for byte pair encoding, matching Nucleotide Transformer with 21x fewer parameters.

    DNA & Gene
  • AIDO.DNA

    genbio.ai

    DNA foundation model scaling an encoder-only transformer to 7 billion parameters for variant effect prediction, gene expression, and sequence design.

    DNA & Gene
  • DNAGPT

    TencentAILabHealthcare

    GPT-style DNA foundation model trained on over 200 billion base pairs of mammalian genomes for sequence generation, classification, and regression.

    DNA & Gene
  • DNABERT

    Northwestern University

    Bidirectional transformer for DNA using k-mer tokenization, fine-tunable for promoter, splice site, and transcription factor binding prediction.

    DNA & Gene
  • ChatNT

    InstaDeep / BioNTech

    Conversational agent that answers plain-language questions about DNA, RNA, and protein sequences by coupling a genomics encoder to a language model.

    DNA & GeneLanguage model

Citations

Total Citations222
Influential27
References61

GitHub

Stars901
Forks95
Open Issues12
Contributors11
Last Push5mo ago
LanguageJupyter Notebook

HuggingFace

Downloads2K
Likes47
Last Modified2y ago
Pipelinefill-mask

Fields of citing research

  • Computer Science94%
  • Biology82%
  • Medicine73%
  • Environmental Science10%
  • Engineering6%
  • Chemistry4%
  • Agricultural and Food Sciences2%
  • Physics2%

Share of papers citing this model.

Openness

bio.rodeo opennessClosed · low usability and reproducibility
29Closed
Usability — can I run it?13
Reproducibility — can I retrain it?48
Model Openness Framework
Unclassified
Restrictive license on core components

Tags

dnafoundation_modelgene_expressiongenomicsvariant_effect_prediction

Resources

GitHub RepositoryResearch PaperHuggingFace ModelDatasetDataset