Instructions to use urchade/gliner_multi_pii-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use urchade/gliner_multi_pii-v1 with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("urchade/gliner_multi_pii-v1") - Notebooks
- Google Colab
- Kaggle
How to integrate this to Presidio
#6
by Rz1010 - opened
Thanks for this model, question though: How can I integrate it with Presidio ?
Is there any advantage in doing this ? Will I detect more PIIs ?
You cannot integrate it with Presidio. It can only be load by GLiNER rather than AutoModelForTokenClassification.