Ihor
/

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -21,6 +21,10 @@ metrics:
21
  ---
22
  # GLiNER-BioMed
23
 
 
 
 
 
24
  **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.
25
 
26
 
 
21
  ---
22
  # GLiNER-BioMed
23
 
24
+ 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).
25
+
26
+ The code is available at [https://github.com/ds4dh/GLiNER-biomed](https://github.com/ds4dh/GLiNER-biomed).
27
+
28
  **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.
29
 
30