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