Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ tags:
|
|
29 |
base_model:
|
30 |
- answerdotai/ModernBERT-base
|
31 |
---
|
32 |
-
# ⭐ GLiClass: Generalist and Lightweight Model for Sequence Classification
|
33 |
|
34 |
This is an efficient zero-shot classifier inspired by [GLiNER](https://github.com/urchade/GLiNER/tree/main) work. It demonstrates the same performance as a cross-encoder while being more compute-efficient because classification is done at a single forward path.
|
35 |
|
|
|
29 |
base_model:
|
30 |
- answerdotai/ModernBERT-base
|
31 |
---
|
32 |
+
# ⭐ [GLiClass](https://github.com/Knowledgator/GLiClass): Generalist and Lightweight Model for Sequence Classification
|
33 |
|
34 |
This is an efficient zero-shot classifier inspired by [GLiNER](https://github.com/urchade/GLiNER/tree/main) work. It demonstrates the same performance as a cross-encoder while being more compute-efficient because classification is done at a single forward path.
|
35 |
|