NeuML / biomedbert-base-colbert

huggingface.co
Total runs: 290
24-hour runs: 0
7-day runs: 62
30-day runs: 62
Model's Last Updated: August 18 2026
sentence-similarity

Introduction of biomedbert-base-colbert

Model Details of biomedbert-base-colbert

BiomedBERT ColBERT

This is a PyLate model finetuned from microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract-fulltext . It maps sentences & paragraphs to sequences of 128-dimensional dense vectors and can be used for semantic textual similarity using the MaxSim operator.

Usage (txtai)

This model can be used to build embeddings databases with txtai for semantic search and/or as a knowledge source for retrieval augmented generation (RAG).

import txtai

embeddings = txtai.Embeddings(
  path="neuml/biomedbert-base-colbert",
  content=True
)
embeddings.index(documents())

# Run a query
embeddings.search("query to run")

Late interaction models excel as reranker pipelines.

from txtai.pipeline import Reranker, Similarity

similarity = Similarity(path="neuml/biomedbert-base-colbert", lateencode=True)
ranker = Reranker(embeddings, similarity)
ranker("query to run")
Usage (PyLate)

Alternatively, the model can be loaded with PyLate .

from pylate import rank, models

queries = [
    "query A",
    "query B",
]

documents = [
    ["document A", "document B"],
    ["document 1", "document C", "document B"],
]

documents_ids = [
    [1, 2],
    [1, 3, 2],
]

model = models.ColBERT(
    model_name_or_path="neuml/biomedbert-base-colbert",
)

queries_embeddings = model.encode(
    queries,
    is_query=True,
)

documents_embeddings = model.encode(
    documents,
    is_query=False,
)

reranked_documents = rank.rerank(
    documents_ids=documents_ids,
    queries_embeddings=queries_embeddings,
    documents_embeddings=documents_embeddings,
)
Evaluation Results

Performance of these models are compared to previously released models trained on medical literature. The most commonly used small embeddings model is also included for comparison.

The following datasets were used to evaluate model performance.

Evaluation results are shown below. The Pearson correlation coefficient is used as the evaluation metric.

Model PubMed QA PubMed Subset PubMed Summary Average
all-MiniLM-L6-v2 90.40 95.92 94.07 93.46
bioclinical-modernbert-base-embeddings 92.49 97.10 97.04 95.54
biomedbert-base-colbert 94.59 97.18 96.21 95.99
biomedbert-base-reranker 97.66 99.76 98.81 98.74
pubmedbert-base-embeddings 93.27 97.00 96.58 95.62
pubmedbert-base-embeddings-8M 90.05 94.29 94.15 92.83

This is the best performing model we've released that's not a cross-encoder. With MUVERA encoding , this model can be used to index large datasets for semantic search. It can also be used as a faster re-ranker vs. a cross-encoder model.

Full Model Architecture
ColBERT(
  (0): Transformer({'max_seq_length': 511, 'do_lower_case': False, 'architecture': 'BertModel'})
  (1): Dense({'in_features': 768, 'out_features': 128, 'bias': False, 'activation_function': 'torch.nn.modules.linear.Identity', 'use_residual': False})
)

Runs of NeuML biomedbert-base-colbert on huggingface.co

290
Total runs
0
24-hour runs
35
3-day runs
62
7-day runs
62
30-day runs

More Information About biomedbert-base-colbert huggingface.co Model

More biomedbert-base-colbert license Visit here:

https://choosealicense.com/licenses/apache-2.0

biomedbert-base-colbert huggingface.co

biomedbert-base-colbert huggingface.co is an AI model on huggingface.co that provides biomedbert-base-colbert's model effect (), which can be used instantly with this NeuML biomedbert-base-colbert model. huggingface.co supports a free trial of the biomedbert-base-colbert model, and also provides paid use of the biomedbert-base-colbert. Support call biomedbert-base-colbert model through api, including Node.js, Python, http.

biomedbert-base-colbert huggingface.co Url

https://huggingface.co/NeuML/biomedbert-base-colbert

NeuML biomedbert-base-colbert online free

biomedbert-base-colbert huggingface.co is an online trial and call api platform, which integrates biomedbert-base-colbert's modeling effects, including api services, and provides a free online trial of biomedbert-base-colbert, you can try biomedbert-base-colbert online for free by clicking the link below.

NeuML biomedbert-base-colbert online free url in huggingface.co:

https://huggingface.co/NeuML/biomedbert-base-colbert

biomedbert-base-colbert install

biomedbert-base-colbert is an open source model from GitHub that offers a free installation service, and any user can find biomedbert-base-colbert on GitHub to install. At the same time, huggingface.co provides the effect of biomedbert-base-colbert install, users can directly use biomedbert-base-colbert installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

biomedbert-base-colbert install url in huggingface.co:

https://huggingface.co/NeuML/biomedbert-base-colbert

Url of biomedbert-base-colbert

biomedbert-base-colbert huggingface.co Url

Provider of biomedbert-base-colbert huggingface.co

NeuML
ORGANIZATIONS

Other API from NeuML

huggingface.co

Total runs: 1.6K
Run Growth: -1.7K
Growth Rate: -106.73%
Updated:February 06 2025
huggingface.co

Total runs: 1.1K
Run Growth: -170
Growth Rate: -16.18%
Updated:January 27 2025
huggingface.co

Total runs: 897
Run Growth: 375
Growth Rate: 41.81%
Updated:February 21 2023
huggingface.co

Total runs: 853
Run Growth: 250
Growth Rate: 29.31%
Updated:February 21 2023
huggingface.co

Total runs: 521
Run Growth: -99.9K
Growth Rate: -19182.34%
Updated:January 27 2025
huggingface.co

Total runs: 519
Run Growth: 196
Growth Rate: 51.31%
Updated:January 27 2025
huggingface.co

Total runs: 285
Run Growth: 98
Growth Rate: 34.39%
Updated:January 27 2025
huggingface.co

Total runs: 83
Run Growth: 47
Growth Rate: 56.63%
Updated:April 21 2026
huggingface.co

Total runs: 31
Run Growth: 14
Growth Rate: 45.16%
Updated:October 10 2025
huggingface.co

Total runs: 21
Run Growth: 14
Growth Rate: 66.67%
Updated:November 23 2024
huggingface.co

Total runs: 8
Run Growth: -75
Growth Rate: -937.50%
Updated:April 13 2026
huggingface.co

Total runs: 7
Run Growth: -4
Growth Rate: -57.14%
Updated:July 21 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:November 11 2025