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