Token Classification
GLiNER
PyTorch
English
entity recognition
NER
named entity recognition
zero shot
zero-shot
Instructions to use numind/NuNER_Zero-span with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use numind/NuNER_Zero-span with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("numind/NuNER_Zero-span") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,7 +25,7 @@ NuNER Zero-span shows slightly better performance than NuNER Zero but cannot det
|
|
| 25 |
## Installation & Usage
|
| 26 |
|
| 27 |
```
|
| 28 |
-
!pip install gliner
|
| 29 |
```
|
| 30 |
|
| 31 |
**NuZero requires labels to be lower-cased**
|
|
|
|
| 25 |
## Installation & Usage
|
| 26 |
|
| 27 |
```
|
| 28 |
+
!pip install gliner==0.1.12
|
| 29 |
```
|
| 30 |
|
| 31 |
**NuZero requires labels to be lower-cased**
|