Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,9 @@ base_model:
|
|
| 19 |
- answerdotai/ModernBERT-large
|
| 20 |
- BAAI/bge-base-en-v1.5
|
| 21 |
---
|
|
|
|
|
|
|
|
|
|
| 22 |
# About
|
| 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.
|
|
|
|
| 19 |
- answerdotai/ModernBERT-large
|
| 20 |
- BAAI/bge-base-en-v1.5
|
| 21 |
---
|
| 22 |
+
# This is only a conversion of the original model as safetensor
|
| 23 |
+
# Model Reference: https://huggingface.co/knowledgator/modern-gliner-bi-large-v1.0
|
| 24 |
+
|
| 25 |
# About
|
| 26 |
|
| 27 |
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.
|