I've already downloaded the "roberta-large-nli-stsb-mean-tokens" model, but it starts downloading again and again. Note: This is not related to space, the machine has space. And this error comes...FileNotFoundError
from sentence_transformers import SentenceTransformer
model = SentenceTransformer('roberta-large-nli-stsb-mean-tokens')
Notice the exception right above the one that you're asking about. It can't save the file, you're out of disk space.