Instructions to use WiseIntelligence/static-bge-code-v1-st with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Model2Vec
How to use WiseIntelligence/static-bge-code-v1-st with Model2Vec:
from model2vec import StaticModel model = StaticModel.from_pretrained("WiseIntelligence/static-bge-code-v1-st") - sentence-transformers
How to use WiseIntelligence/static-bge-code-v1-st with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("WiseIntelligence/static-bge-code-v1-st") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- d8f3fbd9d8e6e97a93779274601e300015b7e17b0cc94d4f8a19bb546460a052
- Size of remote file:
- 155 MB
- SHA256:
- 7a2c40f34e52973c19b5bd8836a9778b03a41656389cb3f98a227f9a4501daef
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.