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