CoolFace
Modelpublic

WiseIntelligence/static-bge-code-v1-st

sourceHugging Facemitupdated 6mo agoView on Hugging Face
0likes10downloads
Model Card
python
from model2vec import StaticModel

# Load a pretrained Model2Vec model
model = StaticModel.from_pretrained("WiseIntelligence/static-bge-code-v1-st")

# Compute text embeddings
embeddings = model.encode(["Example sentence"])