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: 133 Bytes
ee06be4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:06aeff5e8687bc142b8d3b54846e034ad18b8d9e98650d4a27273e483ed57f45
size 10369007
|