Instructions to use d4data/en_pipeline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use d4data/en_pipeline with spaCy:
!pip install https://huggingface.co/d4data/en_pipeline/resolve/main/en_pipeline-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_pipeline") # Importing as module. import en_pipeline nlp = en_pipeline.load() - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
b905ed0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4e55d3029713b1403c69609fc0c40967c99340a7fd5dfc50ca35b4dd864da32b
size 501276822
|