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