Serega6678
commited on
Commit
•
d7f80ce
1
Parent(s):
b0e7a63
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,23 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
|
|
|
|
|
|
|
|
5 |
<p align="center">
|
6 |
<img src="zero_shot_performance_span.png">
|
7 |
-
</p>
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
datasets:
|
4 |
+
- numind/NuNER
|
5 |
+
library_name: gliner
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
pipeline_tag: token-classification
|
9 |
+
tags:
|
10 |
+
- entity recognition
|
11 |
+
- NER
|
12 |
+
- named entity recognition
|
13 |
+
- ' zero shot'
|
14 |
+
- zero-shot
|
15 |
---
|
16 |
|
17 |
+
NuZero - is the family of Zero-Shot Entity Recognition models inspired by [GLiNER](https://huggingface.co/papers/2311.08526)
|
18 |
+
|
19 |
+
NuZero span is a more powerful version of GLiNER-large-v2.1, surpassing it by 4% on average, and is trained on the diverse internal dataset tailored for real-life use cases.
|
20 |
+
|
21 |
<p align="center">
|
22 |
<img src="zero_shot_performance_span.png">
|
23 |
+
</p>
|