Token Classification
GLiNER
PyTorch
English
NER
GLiNER
information extraction
encoder
entity recognition
biomed
Instructions to use Ihor/gliner-biomed-bi-base-v1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use Ihor/gliner-biomed-bi-base-v1.0 with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("Ihor/gliner-biomed-bi-base-v1.0") - Notebooks
- Google Colab
- Kaggle
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 |
|