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