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