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 ·
efee1b3
1
Parent(s): d5fb2a9
Update README.md
Browse files
README.md
CHANGED
|
@@ -69,6 +69,12 @@ for entity in entities:
|
|
| 69 |
print(entity["text"], "=>", entity["label"])
|
| 70 |
```
|
| 71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
## Fine-tuning
|
| 73 |
|
| 74 |
A fine-tuning script can be found [here](https://colab.research.google.com/drive/1-hk5AIdX-TZdyes1yx-0qzS34YYEf3d2?usp=sharing).
|
|
|
|
| 69 |
print(entity["text"], "=>", entity["label"])
|
| 70 |
```
|
| 71 |
|
| 72 |
+
```
|
| 73 |
+
Association for Computing Machinery Special Interest Group on Algorithms and Computation Theory => organization
|
| 74 |
+
Quantum Computing and Algorithmic Innovations: Shaping the Future of Technology => initiative
|
| 75 |
+
Global Computational Science Advancement Project => project
|
| 76 |
+
```
|
| 77 |
+
|
| 78 |
## Fine-tuning
|
| 79 |
|
| 80 |
A fine-tuning script can be found [here](https://colab.research.google.com/drive/1-hk5AIdX-TZdyes1yx-0qzS34YYEf3d2?usp=sharing).
|