Token Classification
GLiNER
PyTorch
Safetensors
English
entity recognition
NER
named entity recognition
zero shot
zero-shot
Instructions to use numind/NuNER_Zero with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use numind/NuNER_Zero with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("numind/NuNER_Zero") - Notebooks
- Google Colab
- Kaggle
Commit ·
0275265
1
Parent(s): 3bd1c88
Update README.md
Browse files
README.md
CHANGED
|
@@ -54,7 +54,7 @@ for entity in entities:
|
|
| 54 |
|
| 55 |
## Fine-tuning
|
| 56 |
|
| 57 |
-
|
| 58 |
|
| 59 |
|
| 60 |
## Citation
|
|
|
|
| 54 |
|
| 55 |
## Fine-tuning
|
| 56 |
|
| 57 |
+
Example of fine-tuning can be found [here](https://colab.research.google.com/drive/1-hk5AIdX-TZdyes1yx-0qzS34YYEf3d2?usp=sharing).
|
| 58 |
|
| 59 |
|
| 60 |
## Citation
|