How to use Zlovoblachko/en_spanbert_L1 with spaCy:
!pip install https://huggingface.co/Zlovoblachko/en_spanbert_L1/resolve/main/en_spanbert_L1-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_spanbert_L1") # Importing as module. import en_spanbert_L1 nlp = en_spanbert_L1.load()
The community tab is the place to discuss and collaborate with the HF community!