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