Update README.md
Browse files
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 |
|