How to use digio/Twitter4SSE with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("digio/Twitter4SSE") model = AutoModel.from_pretrained("digio/Twitter4SSE")
Hi,I'm running into this error when I try to load the model using SentenceTransformer. Any tips on how to fix this?
No sentence-transformers model found with name digio/Twitter4SSE. Creating a new one with mean pooling.
· Sign up or log in to comment