Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ base_model:
|
|
| 20 |
|
| 21 |
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.
|
| 22 |
|
| 23 |
-
This particular version utilize bi-encoder architecture, where textual encoder is [team-lucid/DeBERTa v3 small](team-lucid/deberta-v3-
|
| 24 |
|
| 25 |
Such architecture brings several advantages over uni-encoder GLiNER:
|
| 26 |
|
|
|
|
| 20 |
|
| 21 |
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.
|
| 22 |
|
| 23 |
+
This particular version utilize bi-encoder architecture, where textual encoder is [team-lucid/DeBERTa v3 small](https://huggingface.co/team-lucid/deberta-v3-base-korean) and entity label encoder is sentence transformer - [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3).
|
| 24 |
|
| 25 |
Such architecture brings several advantages over uni-encoder GLiNER:
|
| 26 |
|