spaCy How to use Zlovoblachko/en_L1_FullGen_spanbert with spaCy:
!pip install https://huggingface.co/Zlovoblachko/en_L1_FullGen_spanbert/resolve/main/en_L1_FullGen_spanbert-any-py3-none-any.whl
# Using spacy.load().
import spacy
nlp = spacy.load("en_L1_FullGen_spanbert")
# Importing as module.
import en_L1_FullGen_spanbert
nlp = en_L1_FullGen_spanbert.load()