etiennebcp commited on
Commit
be723a9
1 Parent(s): 612fc9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -14,14 +14,12 @@ tags:
14
  - zero-shot
15
  ---
16
 
17
- NuNerZero - is the family of Zero-Shot Entity Recognition models inspired by [GLiNER](https://huggingface.co/papers/2311.08526) and built with insights we gathered throughout our work on [NuNER](https://huggingface.co/collections/numind/nuner-token-classification-and-ner-backbones-65e1f6e14639e2a465af823b).
18
 
19
- NuNerZero span is:
20
- * a more powerful version of GLiNER-large-v2.1, surpassing it by **+4.5% on average**
21
- * is trained on the **diverse dataset tailored for real-life use cases** - NuNER v2.0 dataset
22
 
23
  <p align="center">
24
- <img src="zero_shot_performance_span.png">
25
  </p>
26
 
27
  ## Installation & Usage
 
14
  - zero-shot
15
  ---
16
 
17
+ NuNER Zero Span is a the span-predicting 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">
23
  </p>
24
 
25
  ## Installation & Usage