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