Serega6678 commited on
Commit
7232698
1 Parent(s): 0779d00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ tags:
16
 
17
  NuZero - 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
- The key difference between NuZero Token in comparison to GLiNER is the possibility to **detect entities that are longer than 12 tokens**, as NuZero Token operates on the token level rather than on the span level. Also, the NuZero token is **1% more intelligent** on average.
20
 
21
  <p align="center">
22
  <img src="zero_shot_performance_unzero_token.png">
 
16
 
17
  NuZero - 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
+ The key difference between NuZero Token in comparison to GLiNER is the possibility to **detect entities that are longer than 12 tokens**, as NuZero Token operates on the token level rather than on the span level. Also, NuZero token is trained on the diverse internal dataset tailored for real-life use cases.
20
 
21
  <p align="center">
22
  <img src="zero_shot_performance_unzero_token.png">