Serega6678 commited on
Commit
48dbaf6
1 Parent(s): 3b046ee

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 Long in comparison to GLiNER are:
20
  * **4096 context window!** vs 512 context. This allows processing a page at time vs a paragraph!
21
  * 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.
22
  * NuZero family is trained on the **diverse dataset tailored for real-life use cases**
 
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 differences between NuZero Token Long in comparison to GLiNER are:
20
  * **4096 context window!** vs 512 context. This allows processing a page at time vs a paragraph!
21
  * 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.
22
  * NuZero family is trained on the **diverse dataset tailored for real-life use cases**