Token Classification
GLiNER
PyTorch
English
nvidia
PII
PHI
GLiNER
information extraction
entity recognition
privacy
Instructions to use nvidia/gliner-PII with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use nvidia/gliner-PII with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("nvidia/gliner-PII") - Notebooks
- Google Colab
- Kaggle
onnx model
#5
by Gerald001 - opened
hi, is onnx model available if not possible to create one and can you share convertion script?
@Gerald001 , hi, it's now much easier to do with the recent gliner release, check the examples here https://github.com/urchade/GLiNER/blob/main/examples/convert_to_onnx.ipynb