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