Spaces:
Runtime error
Runtime error
File size: 184 Bytes
21d405f | 1 2 3 4 5 | from sentence_transformers import SentenceTransformer
# Load the pre-trained model once at startup
model = SentenceTransformer('Alibaba-NLP/gte-base-en-v1.5', trust_remote_code=True)
|