Instructions to use yasin9999/declassifai_ner_pii with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use yasin9999/declassifai_ner_pii with spaCy:
!pip install https://huggingface.co/yasin9999/declassifai_ner_pii/resolve/main/declassifai_ner_pii-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("declassifai_ner_pii") # Importing as module. import declassifai_ner_pii nlp = declassifai_ner_pii.load() - Notebooks
- Google Colab
- Kaggle
Ctrl+K