Instructions to use panmiqi/spacy-deberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use panmiqi/spacy-deberta with spaCy:
!pip install https://huggingface.co/panmiqi/spacy-deberta/resolve/main/spacy-deberta-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("spacy-deberta") # Importing as module. import spacy-deberta nlp = spacy-deberta.load() - Notebooks
- Google Colab
- Kaggle