Instructions to use flaviaggp/pt_pipeline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use flaviaggp/pt_pipeline with spaCy:
!pip install https://huggingface.co/flaviaggp/pt_pipeline/resolve/main/pt_pipeline-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("pt_pipeline") # Importing as module. import pt_pipeline nlp = pt_pipeline.load() - Notebooks
- Google Colab
- Kaggle