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