Token Classification
GLiNER
PyTorch
English
entity recognition
NER
named entity recognition
zero shot
zero-shot
Instructions to use numind/NuNER_Zero-span with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use numind/NuNER_Zero-span with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("numind/NuNER_Zero-span") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,9 +14,9 @@ tags:
|
|
| 14 |
- zero-shot
|
| 15 |
---
|
| 16 |
|
| 17 |
-
NuNER Zero
|
| 18 |
|
| 19 |
-
NuNER Zero
|
| 20 |
|
| 21 |
<p align="center">
|
| 22 |
<img src="zero_shot_performance_span.png" width="600">
|
|
|
|
| 14 |
- zero-shot
|
| 15 |
---
|
| 16 |
|
| 17 |
+
NuNER Zero-span is the span-prediction version of [NuNER Zero](https://huggingface.co/numind/NuNER_Zero/edit/main/README.md).
|
| 18 |
|
| 19 |
+
NuNER Zero-span shows slightly better performance than NuNER Zero but cannot detect entities that are larger than 12 tokens.
|
| 20 |
|
| 21 |
<p align="center">
|
| 22 |
<img src="zero_shot_performance_span.png" width="600">
|