Serega6678 commited on
Commit
348c1f4
1 Parent(s): 01aeac2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ tags:
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**
23
 
 
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-token context in GLiNER. This allows processing a page at a time vs a few sentences!
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**
23