Downloads · 30 days
13
7% of all-time downloads
WiseIntelligence/static-bge-code-v1-st
static-bge-code-v1-st is a machine learning model from WiseIntelligence. Use it for the machine learning task on the model card, and read the license before you ship it in a product. It is set up for model2vec. The card lists the license as mit.
Downloads · 30 days
13
7% of all-time downloads
All-time downloads
180
Public
Parameters
77.6M
155 MB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors155 MB · 97%
From the Hugging Face model README
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"])