How to use filbench/tl_roberta_tgl_transition with spaCy:
!pip install https://huggingface.co/filbench/tl_roberta_tgl_transition/resolve/main/tl_roberta_tgl_transition-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("tl_roberta_tgl_transition") # Importing as module. import tl_roberta_tgl_transition nlp = tl_roberta_tgl_transition.load()
The community tab is the place to discuss and collaborate with the HF community!