Ihor
/

Token Classification
GLiNER
PyTorch
English
NER
GLiNER
information extraction
encoder
entity recognition
biomed
Ihor commited on
Commit
a783032
·
verified ·
1 Parent(s): e21e479

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -22,6 +22,10 @@ metrics:
22
  ---
23
  # GLiNER-BioMed
24
 
 
 
 
 
25
  **GLiNER** is a Named Entity Recognition (NER) model capable of identifying any entity type using a bidirectional transformer encoders (BERT-like). It provides a practical alternative to traditional NER models, which are limited to predefined entities, and Large Language Models (LLMs) that, despite their flexibility, are costly and large for resource-constrained scenarios.
26
 
27
 
 
22
  ---
23
  # GLiNER-BioMed
24
 
25
+ The model was presented in the paper [GLiNER-biomed: A Suite of Efficient Models for Open Biomedical Named Entity Recognition](https://huggingface.co/papers/2504.00676).
26
+
27
+ The code is available at [https://github.com/ds4dh/GLiNER-biomed](https://github.com/ds4dh/GLiNER-biomed).
28
+
29
  **GLiNER** is a Named Entity Recognition (NER) model capable of identifying any entity type using a bidirectional transformer encoders (BERT-like). It provides a practical alternative to traditional NER models, which are limited to predefined entities, and Large Language Models (LLMs) that, despite their flexibility, are costly and large for resource-constrained scenarios.
30
 
31