Instructions to use spacy/pl_core_news_lg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use spacy/pl_core_news_lg with spaCy:
!pip install https://huggingface.co/spacy/pl_core_news_lg/resolve/main/pl_core_news_lg-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("pl_core_news_lg") # Importing as module. import pl_core_news_lg nlp = pl_core_news_lg.load() - Notebooks
- Google Colab
- Kaggle
Commit History
Update spaCy pipeline 511428a
Adriane Boyd commited on
Update spaCy pipeline d041d79
EC2 Default User commited on
Update spaCy pipeline 7c8acc3
Omar Sanseviero commited on
Update spaCy pipeline 73c18b8
Omar Sanseviero commited on