Instructions to use filbench/tl_mdeberta_v3_transition with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use filbench/tl_mdeberta_v3_transition with spaCy:
!pip install https://huggingface.co/filbench/tl_mdeberta_v3_transition/resolve/main/tl_mdeberta_v3_transition-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("tl_mdeberta_v3_transition") # Importing as module. import tl_mdeberta_v3_transition nlp = tl_mdeberta_v3_transition.load() - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!