SAVRN
Search Contact SAVRN

Open-weight model · Token classification

OpenMed-NER-SpeciesDetect-ModernMed-149M

by OpenMed OpenMed/OpenMed-NER-SpeciesDetect-ModernMed-149M

Specialized model for Species Entity Recognition - Species and organism names This model is a state-of-the-art fine-tuned transformer engineered to deliver enterprise-grade accuracy for species entity recognition - species and organism names.

Parameters150M
Context8,192
Weights299.2 MB
Licenseapache-2.0
AccessOpen weights
Monthly Downloads171.2k

Runs On

What it takes to serve OpenMed-NER-SpeciesDetect-ModernMed-149M (150M parameters): the memory its weights need at each precision, and the cheapest way to rent enough data-center GPUs to hold them.

PrecisionWeightsMemory neededCheapest setupPer hourAlso fits
16-bit 0.3 GB 0.4 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
8-bit 0.1 GB 0.2 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
4-bit 0.1 GB 0.1 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00

Memory is the weights at that precision plus 20% for the runtime and a short context; a long context needs more. Prices are the lowest on-demand hourly rates in the SAVRN Index, read Sep 18, 2026.

Model Card

By OpenMed, published under apache-2.0, revision 326a76ee5259.

Specialized model for Species Entity Recognition - Species and organism names This model is a state-of-the-art fine-tuned transformer engineered to deliver enterprise-grade accuracy for species entity recognition - species and organism names. This specialized model excels at identifying and extracting biomedical entities from clinical texts, research papers, and healthcare documents, enabling applications such as drug interaction detection, medication extraction from patient records, adverse event monitoring, literature mining for drug discovery, and biomedical knowledge graph construction with production-ready reliability for clinical and research applications. This model can identify and…

Read OpenMed's full model card

Specialized model for Species Entity Recognition - Species and organism names

Model Overview

This model is a state-of-the-art fine-tuned transformer engineered to deliver enterprise-grade accuracy for species entity recognition - species and organism names. This specialized model excels at identifying and extracting biomedical entities from clinical texts, research papers, and healthcare documents, enabling applications such as drug interaction detection, medication extraction from patient records, adverse event monitoring, literature mining for drug discovery, and biomedical knowledge graph construction with production-ready reliability for clinical and research applications.

Key Features

  • High Precision: Optimized for biomedical entity recognition
  • Domain-Specific: Trained on curated LINNAEUS dataset
  • Production-Ready: Validated on clinical benchmarks
  • Easy Integration: Compatible with Hugging Face Transformers ecosystem

Supported Entity Types

This model can identify and classify the following biomedical entities:

  • B-SPECIES
  • I-SPECIES

Dataset

Linnaeus corpus is designed for species name identification and taxonomic entity recognition in biomedical literature.

The Linnaeus corpus is a specialized biomedical NER dataset focused on species name identification and organism recognition in scientific literature. Named after Carl Linnaeus who established modern taxonomic nomenclature, this corpus contains annotations for species mentions that are normalized to NCBI Taxonomy identifiers. The dataset is crucial for biodiversity informatics, ecological research, and biological literature mining where accurate organism identification is essential. It supports the development of text mining systems for taxonomic studies, species distribution research, and comparative genomics applications. The corpus addresses the challenge of recognizing both scientific names and common names of organisms across diverse biological texts.

Performance Metrics

Current Model Performance

  • F1 Score: 0.85
  • Precision: 0.89
  • Recall: 0.81
  • Accuracy: 0.99

Comparative Performance on LINNAEUS Dataset

Rank Model F1 Score Precision Recall Accuracy
1 OpenMed-NER-SpeciesDetect-PubMed-335M 0.9649 0.9582 0.9718 0.9967
2 OpenMed-NER-SpeciesDetect-PubMed-109M 0.9543 0.9422 0.9667 0.9956
3 OpenMed-NER-SpeciesDetect-BioMed-335M 0.9539 0.9441 0.9638 0.9957
4 OpenMed-NER-SpeciesDetect-SuperClinical-434M 0.9534 0.9369 0.9704 0.9959
5 OpenMed-NER-SpeciesDetect-PubMed-109M 0.9502 0.9317 0.9695 0.9951
6 OpenMed-NER-SpeciesDetect-MultiMed-335M 0.9479 0.9286 0.9680 0.9955
7 OpenMed-NER-SpeciesDetect-MultiMed-568M 0.9460 0.9312 0.9613 0.9957
8 OpenMed-NER-SpeciesDetect-SuperMedical-355M 0.9433 0.9221 0.9655 0.9953
9 OpenMed-NER-SpeciesDetect-SuperClinical-141M 0.9406 0.9290 0.9525 0.9950
10 OpenMed-NER-SpeciesDetect-ModernClinical-395M 0.9385 0.9379 0.9392 0.9940

Rankings based on F1-score performance across all models trained on this dataset.

Figure: OpenMed (Open-Source) vs. Latest SOTA (Closed-Source) performance comparison across biomedical NER datasets.

Quick Start

Installation

pip install transformers torch

Usage

from transformers import pipeline

# Load the model and tokenizer
# Model: https://huggingface.co/OpenMed/OpenMed-NER-SpeciesDetect-ModernMed-149M
model_name = "OpenMed/OpenMed-NER-SpeciesDetect-ModernMed-149M"

# Create a pipeline
medical_ner_pipeline = pipeline(
    model=model_name,
    aggregation_strategy="simple"
)

# Example usage
text = "Escherichia coli bacteria were found in the water samples."
entities = medical_ner_pipeline(text)

print(entities)

token = entities[0]
print(text[token["start"] : token["end"]])

NOTE: The aggregation_strategy parameter defines how token predictions are grouped into entities. For a detailed explanation, please refer to the Hugging Face documentation.

Here is a summary of the available strategies: - none: Returns raw token predictions without any aggregation. - simple: Groups adjacent tokens with the same entity type (e.g., B-LOC followed by I-LOC). - first: For word-based models, if tokens within a word have different entity tags, the tag of the first token is assigned to the entire word. - average: For word-based models, this strategy averages the scores of tokens within a word and applies the label with the highest resulting score. - max: For word-based models, the entity label from the token with the highest score within a word is assigned to the entire word.

Batch Processing

For efficient processing of large datasets, use proper batching with the batch_size parameter:

texts = [
    "Escherichia coli bacteria were found in the water samples.",
    "The study included specimens from Homo sapiens and Mus musculus.",
    "Saccharomyces cerevisiae is commonly used in biotechnology applications.",
    "The venom of the black mamba, Dendroaspis polylepis, is highly neurotoxic.",
    "Canis lupus familiaris has been domesticated for thousands of years.",
]

# Efficient batch processing with optimized batch size
# Adjust batch_size based on your GPU memory (typically 8, 16, 32, or 64)
results = medical_ner_pipeline(texts, batch_size=8)

for i, entities in enumerate(results):
    print(f"Text {i+1} entities:")
    for entity in entities:
        print(f"  - {entity['word']} ({entity['entity_group']}): {entity['score']:.4f}")

Large Dataset Processing

For processing large datasets efficiently:

from transformers.pipelines.pt_utils import KeyDataset
from datasets import Dataset
import pandas as pd

# Load your data
# Load a medical dataset from Hugging Face
from datasets import load_dataset

# Load a public medical dataset (using a subset for testing)
medical_dataset = load_dataset("BI55/MedText", split="train[:100]")  # Load first 100 examples
data = pd.DataFrame({"text": medical_dataset["Completion"]})
dataset = Dataset.from_pandas(data)

# Process with optimal batching for your hardware
batch_size = 16  # Tune this based on your GPU memory
results = []

for out in medical_ner_pipeline(KeyDataset(dataset, "text"), batch_size=batch_size):
    results.extend(out)

print(f"Processed {len(results)} texts with batching")

Performance Optimization

Batch Size Guidelines: - CPU: Start with batch_size=1-4 - Single GPU: Try batch_size=8-32 depending on GPU memory - High-end GPU: Can handle batch_size=64 or higher - Monitor GPU utilization to find the optimal batch size for your hardware

Memory Considerations:

# For limited GPU memory, use smaller batches
medical_ner_pipeline = pipeline(
    model=model_name,
    aggregation_strategy="simple",
    device=0  # Specify GPU device
)

# Process with memory-efficient batching
for batch_start in range(0, len(texts), batch_size):
    batch = texts[batch_start:batch_start + batch_size]
    batch_results = medical_ner_pipeline(batch, batch_size=len(batch))
    results.extend(batch_results)

Dataset Information

  • Dataset: LINNAEUS
  • Description: Species Entity Recognition - Species and organism names

Training Details

  • Base Model: ModernBERT-base
  • Training Framework: Hugging Face Transformers
  • Optimization: AdamW optimizer with learning rate scheduling
  • Validation: Cross-validation on held-out test set

Model Architecture

  • Base Architecture: ModernBERT-base
  • Task: Token Classification (Named Entity Recognition)
  • Labels: Dataset-specific entity types
  • Input: Tokenized biomedical text
  • Output: BIO-tagged entity predictions

Use Cases

This model is particularly useful for: - Clinical Text Mining: Extracting entities from medical records - Biomedical Research: Processing scientific literature - Drug Discovery: Identifying chemical compounds and drugs - Healthcare Analytics: Analyzing patient data and outcomes - Academic Research: Supporting biomedical NLP research

License

Licensed under the Apache License 2.0. See LICENSE for details.

Contributing

We welcome contributions of all kinds! Whether you have ideas, feature requests, or want to join our mission to advance open-source Healthcare AI, we'd love to hear from you.

Follow OpenMed Orgon Hugging Face and click "Watch" to stay updated on our latest releases and developments.

Citation

If you use this model in your research or applications, please cite the following paper:

@misc{panahi2025openmedneropensourcedomainadapted,
      title={OpenMed NER: Open-Source, Domain-Adapted State-of-the-Art Transformers for Biomedical NER Across 12 Public Datasets},
      author={Maziyar Panahi},
      year={2025},
      eprint={2508.01630},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2508.01630},
}

Proper citation helps support and acknowledge my work. Thank you!

Configuration

Architecture
ModernBertForTokenClassification
Context length (tokens)
8,192
Layers
22
Hidden size
768
Feed-forward size
1,152
Attention heads
12
Vocabulary size
50,368
Stored precision
bfloat16
Model type
modernbert

Identity and Version

Repository
OpenMed/OpenMed-NER-SpeciesDetect-ModernMed-149M
Publisher
OpenMed
Task
Token classification
Modality
Text
Library
transformers
Parameters
150M parameters
Languages
en
Revision
326a76ee5259ac4e800b3875e29f601de6d599f2
First published
2025-07-16
Last updated
2025-08-05

Files and Weights

9 files, 303.3 MB in total. The weights are 1 file totalling 299.2 MB in safetensors.

Weights1 file · 299.2 MB
Configuration3 files · 2.3 KB
Tokenizer2 files · 3.6 MB
Documentation1 file · 11.6 KB
Other1 file · 497.0 KB
Repository1 file · 1.6 KB
Every file
FileTypeSizeSHA-256
model.safetensorsWeights299.2 MB 76a68c8c4c9b
config.jsonConfiguration1.4 KB
special_tokens_map.jsonConfiguration694 B
test_results.jsonConfiguration196 B
README.mdDocumentation11.6 KB
openmed_vs_sota_grouped_bars.pngOther497.0 KB 626b37d9b20c
.gitattributesRepository1.6 KB
tokenizer.jsonTokenizer3.6 MB
tokenizer_config.jsonTokenizer20.8 KB

License and Download

License
apache-2.0
Access
Open weights, no gate
Download size
299.2 MB
Download from OpenMed

Released by OpenMed through its official repository on Hugging Face. Read the license.

Built From

Memory Requirements

PrecisionWeights in memory
As published299.2 MB
16-bit0.3 GB
8-bit0.1 GB
4-bit0.1 GB

Weights only, from the published parameter count; the key-value cache and runtime add to this.

Questions About OpenMed-NER-SpeciesDetect-ModernMed-149M

How much GPU memory does OpenMed-NER-SpeciesDetect-ModernMed-149M need?

About 0.4 GB at 16-bit and 0.1 GB at 4-bit: the weights (150M parameters) plus a working margin. A long context needs more.

What is the cheapest GPU to run OpenMed-NER-SpeciesDetect-ModernMed-149M on?

At 16-bit, 1x MI300X from $1.85 an hour; at 4-bit, 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.

Can I use OpenMed-NER-SpeciesDetect-ModernMed-149M commercially?

Yes. OpenMed-NER-SpeciesDetect-ModernMed-149M is released under Apache License 2.0. The Apache License 2.0 is a permissive open-source license. It permits commercial use, modification and redistribution. It requires keeping the license and copyright notices and any NOTICE file, stating significant changes, and it includes an express patent grant from contributors.

What is OpenMed-NER-SpeciesDetect-ModernMed-149M's context length?

8,192 tokens, from the maximum position embeddings in its published configuration.

Similar Models

Model · Token classification

OpenMed-NER-ChemicalDetect-ModernMed-149M

OpenMed

Specialized model for Chemical Entity Recognition - Identifies chemical compounds and substances in biomedical literature This model is a state-of-the-art fine-tuned transformer engineered to deliver enterprise-grade accuracy for chemical entity recognition - identifies chemical compounds and substances in biomedical literature. This specialized model excels at identifying and extracting biomedical entities from clinical texts, research papers, and healthcare documents, enabling applications such as drug interaction detection, medication extraction from patient records, adverse event monitoring, literature mining for drug discovery, and biomedical knowledge graph construction with…

Open weights apache-2.0 150M parameters 8,192 tokens transformers

Model · Token classification

OpenMed-NER-GenomeDetect-ModernMed-149M

OpenMed

Specialized model for Gene/Protein Entity Recognition - Gene and protein mentions This model is a state-of-the-art fine-tuned transformer engineered to deliver enterprise-grade accuracy for gene/protein entity recognition - gene and protein mentions. This specialized model excels at identifying and extracting biomedical entities from clinical texts, research papers, and healthcare documents, enabling applications such as drug interaction detection, medication extraction from patient records, adverse event monitoring, literature mining for drug discovery, and biomedical knowledge graph construction with production-ready reliability for clinical and research applications. This model can…

Open weights apache-2.0 150M parameters 8,192 tokens transformers

Specialized model for Chemical Entity Recognition - Chemical entities from the BC5CDR dataset This model is a state-of-the-art fine-tuned transformer engineered to deliver enterprise-grade accuracy for chemical entity recognition - chemical entities from the bc5cdr dataset. This specialized model excels at identifying and extracting biomedical entities from clinical texts, research papers, and healthcare documents, enabling applications such as drug interaction detection, medication extraction from patient records, adverse event monitoring, literature mining for drug discovery, and biomedical knowledge graph construction with production-ready reliability for clinical and research…

Open weights apache-2.0 150M parameters 8,192 tokens transformers

Model · Token classification

OpenMed-PII-SuperClinical-Small-44M-v1

OpenMed

is a transformer-based token classification model fine-tuned for Personally Identifiable Information (PII) detection in text. This model identifies and classifies 54 types of sensitive information including names, addresses, SSNs, medical record numbers, and more. Evaluated on a stratified 2,000-sample test set from NVIDIA Nemotron-PII: These entity types have lower performance and may benefit from additional post-processing: This model detects 54 PII entity types organized into categories: Important: This model is intended as an assistive tool, not a replacement for human review.

Open weights apache-2.0 141M parameters 512 tokens transformers

Specialized model for Biomedical Entity Recognition - Various biomedical entities This model is a state-of-the-art fine-tuned transformer engineered to deliver enterprise-grade accuracy for biomedical entity recognition - various biomedical entities. This specialized model excels at identifying and extracting biomedical entities from clinical texts, research papers, and healthcare documents, enabling applications such as drug interaction detection, medication extraction from patient records, adverse event monitoring, literature mining for drug discovery, and biomedical knowledge graph construction with production-ready reliability for clinical and research applications. This model can…

Open weights apache-2.0 141M parameters 512 tokens transformers

Model · Token classification

OpenMed-NER-PathologyDetect-TinyMed-135M

OpenMed

Specialized model for Disease Entity Recognition - Disease entities from the NCBI dataset This model is a state-of-the-art fine-tuned transformer engineered to deliver enterprise-grade accuracy for disease entity recognition - disease entities from the ncbi dataset. This specialized model excels at identifying and extracting biomedical entities from clinical texts, research papers, and healthcare documents, enabling applications such as drug interaction detection, medication extraction from patient records, adverse event monitoring, literature mining for drug discovery, and biomedical knowledge graph construction with production-ready reliability for clinical and research applications. This…

Open weights apache-2.0 135M parameters 512 tokens transformers