SciLake Neuroscience named-entity recognition

GLiNER-large model finetuned on a selection of relevant entities in the domain of neuroscience, from the openMINDS controlled terms:

  • UBERONParcellation
  • species
  • preparationType
  • technique
  • biologicalSex

Usage

from gliner import GLiNER

LABELS = ['UBERONParcellation', 'species', 'preparationType', 'technique', 'biologicalSex']
THRESHOLD = xxx # choose your threshold

model = GLiNER.from_pretrained('SIRIS-Lab/SciLake-Neuroscience-GLiNER-large')
entities = model.predict_entities(to_tag, labels=LABELS, threshold=THRESHOLD)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for SIRIS-Lab/SciLake-Neuroscience-GLiNER-large

Finetuned
(3)
this model

Collection including SIRIS-Lab/SciLake-Neuroscience-GLiNER-large