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()
The community tab is the place to discuss and collaborate with the HF community!