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