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()
The community tab is the place to discuss and collaborate with the HF community!