Update README.md
Browse files
README.md
CHANGED
|
@@ -26,7 +26,9 @@ Such architecture brings several advantages over uni-encoder GLiNER:
|
|
| 26 |
* Faster inference if entity embeddings are preprocessed;
|
| 27 |
* Better generalization to unseen entities;
|
| 28 |
|
| 29 |
-
Utilization of ModernBERT uncovers up to
|
|
|
|
|
|
|
| 30 |
|
| 31 |
However, bi-encoder architecture has some drawbacks such as a lack of inter-label interactions that make it hard for the model to disambiguate semantically similar but contextually different entities.
|
| 32 |
|
|
|
|
| 26 |
* Faster inference if entity embeddings are preprocessed;
|
| 27 |
* Better generalization to unseen entities;
|
| 28 |
|
| 29 |
+
Utilization of ModernBERT uncovers up to 4 times better efficiency in comparison to DeBERTa-based models and context length up to 8,192 tokens while demonstrating comparable results.
|
| 30 |
+
|
| 31 |
+

|
| 32 |
|
| 33 |
However, bi-encoder architecture has some drawbacks such as a lack of inter-label interactions that make it hard for the model to disambiguate semantically similar but contextually different entities.
|
| 34 |
|