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