etiennebcp
commited on
Commit
•
9c23c20
1
Parent(s):
852cf6d
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ NuNER Zero uses the [GLiNER](https://huggingface.co/papers/2311.08526) architect
|
|
20 |
|
21 |
Unlike GliNER, NuNER Zero is a token classifier, which allows detect arbitrary long entities.
|
22 |
|
23 |
-
NuNER Zero was trained on NuNER v2.0 dataset, which combines subsets of Pile and C4 annotated via LLMs using [NuNER's procedure](https://huggingface.co/papers/2402.15343).
|
24 |
|
25 |
NuNER Zero is (at the time of its release) the best compact zero-shot NER model (+3.1% token-level F1-Score over GLiNER-large-v2.1 on GLiNERS's benchmark)
|
26 |
|
|
|
20 |
|
21 |
Unlike GliNER, NuNER Zero is a token classifier, which allows detect arbitrary long entities.
|
22 |
|
23 |
+
NuNER Zero was trained on [NuNER v2.0](https://huggingface.co/numind/NuNER-v2.0) dataset, which combines subsets of Pile and C4 annotated via LLMs using [NuNER's procedure](https://huggingface.co/papers/2402.15343).
|
24 |
|
25 |
NuNER Zero is (at the time of its release) the best compact zero-shot NER model (+3.1% token-level F1-Score over GLiNER-large-v2.1 on GLiNERS's benchmark)
|
26 |
|