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