Model not found

#2
by M-Alsalman1 - opened

Hello, I keep getting this error "No sentence-transformers model found with name aubmindlab/bert-base-arabertv02. Creating a new one with MEAN pooling.", any clue on how I can deal with this error?

AUB MIND LAB org

This model is not finetuned for sentence embeddings, which is why Sentence Transformers is giving the warning. Using the mean of the output hidden states is the only way to use the model for sentence embedding without training, but it's not at all optimal

Sign up or log in to comment