huggingface.co
Total runs: 54
24-hour runs: 0
7-day runs: 4
30-day runs: 14
Model's Last Updated: March 27 2022
token-classification

Introduction of sd-ner

Model Details of sd-ner

sd-ner

Model description

This model is a RoBERTa base model that was further trained using a masked language modeling task on a compendium of English scientific textual examples from the life sciences using the BioLang dataset . It was then fine-tuned for token classification on the SourceData sd-nlp dataset with the NER configuration to perform Named Entity Recognition of bioentities.

Intended uses & limitations
How to use

The intended use of this model is for Named Entity Recognition of biological entities used in SourceData annotations ( https://sourcedata.embo.org ), including small molecules, gene products (genes and proteins), subcellular components, cell line and cell types, organ and tissues, species as well as experimental methods.

To have a quick check of the model:

from transformers import pipeline, RobertaTokenizerFast, RobertaForTokenClassification
example = """<s> F. Western blot of input and eluates of Upf1 domains purification in a Nmd4-HA strain. The band with the # might corresponds to a dimer of Upf1-CH, bands marked with a star correspond to residual signal with the anti-HA antibodies (Nmd4). Fragments in the eluate have a smaller size because the protein A part of the tag was removed by digestion with the TEV protease. G6PDH served as a loading control in the input samples </s>"""
tokenizer = RobertaTokenizerFast.from_pretrained('roberta-base', max_len=512)
model = RobertaForTokenClassification.from_pretrained('EMBO/sd-ner')
ner = pipeline('ner', model, tokenizer=tokenizer)
res = ner(example)
for r in res:
    print(r['word'], r['entity'])
Limitations and bias

The model must be used with the roberta-base tokenizer.

Training data

The model was trained for token classification using the EMBO/sd-nlp dataset dataset which includes manually annotated examples.

Training procedure

The training was run on an NVIDIA DGX Station with 4XTesla V100 GPUs.

Training code is available at https://github.com/source-data/soda-roberta

  • Model fine-tuned: EMBO/bio-lm
  • Tokenizer vocab size: 50265
  • Training data: EMBO/sd-nlp
  • Dataset configuration: NER
  • Training with 48771 examples.
  • Evaluating on 13801 examples.
  • Training on 15 features: O, I-SMALL_MOLECULE, B-SMALL_MOLECULE, I-GENEPROD, B-GENEPROD, I-SUBCELLULAR, B-SUBCELLULAR, I-CELL, B-CELL, I-TISSUE, B-TISSUE, I-ORGANISM, B-ORGANISM, I-EXP_ASSAY, B-EXP_ASSAY
  • Epochs: 0.6
  • per_device_train_batch_size : 16
  • per_device_eval_batch_size : 16
  • learning_rate : 0.0001
  • weight_decay : 0.0
  • adam_beta1 : 0.9
  • adam_beta2 : 0.999
  • adam_epsilon : 1e-08
  • max_grad_norm : 1.0
Eval results

Testing on 7178 examples of test set with sklearn.metrics :

                precision    recall  f1-score   support

          CELL       0.69      0.81      0.74      5245
     EXP_ASSAY       0.56      0.57      0.56     10067
      GENEPROD       0.77      0.89      0.82     23587
      ORGANISM       0.72      0.82      0.77      3623
SMALL_MOLECULE       0.70      0.80      0.75      6187
   SUBCELLULAR       0.65      0.72      0.69      3700
        TISSUE       0.62      0.73      0.67      3207

     micro avg       0.70      0.79      0.74     55616
     macro avg       0.67      0.77      0.72     55616
  weighted avg       0.70      0.79      0.74     55616

{'test_loss': 0.1830928772687912, 'test_accuracy_score': 0.9334821000160841, 'test_precision': 0.6987463009514112, 'test_recall': 0.789682825086306, 'test_f1': 0.7414366506288511, 'test_runtime': 61.0547, 'test_samples_per_second': 117.567, 'test_steps_per_second': 1.851}

Runs of EMBO sd-ner on huggingface.co

54
Total runs
0
24-hour runs
1
3-day runs
4
7-day runs
14
30-day runs

More Information About sd-ner huggingface.co Model

More sd-ner license Visit here:

https://choosealicense.com/licenses/agpl-3.0

sd-ner huggingface.co

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

sd-ner huggingface.co Url

https://huggingface.co/EMBO/sd-ner

EMBO sd-ner online free

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

EMBO sd-ner online free url in huggingface.co:

https://huggingface.co/EMBO/sd-ner

sd-ner install

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

sd-ner install url in huggingface.co:

https://huggingface.co/EMBO/sd-ner

Url of sd-ner

sd-ner huggingface.co Url

Provider of sd-ner huggingface.co

EMBO
ORGANIZATIONS

Other API from EMBO

huggingface.co

Total runs: 124
Run Growth: 109
Growth Rate: 87.90%
Updated:November 10 2025
huggingface.co

Total runs: 94
Run Growth: 6
Growth Rate: 6.38%
Updated:January 18 2023
huggingface.co

Total runs: 76
Run Growth: 76
Growth Rate: 100.00%
Updated:November 10 2025
huggingface.co

Total runs: 65
Run Growth: 41
Growth Rate: 63.08%
Updated:March 27 2022
huggingface.co

Total runs: 6
Run Growth: -17
Growth Rate: -283.33%
Updated:November 10 2025
huggingface.co

Total runs: 3
Run Growth: -2
Growth Rate: -66.67%
Updated:October 08 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:September 01 2025