Instructions to use joshcx/static-embedding-bge-large-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use joshcx/static-embedding-bge-large-en with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("joshcx/static-embedding-bge-large-en") sentences = [ "That is a happy person", "That is a happy dog", "That is a very happy person", "Today is a sunny day" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
aa916c4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d6c04b645b1611f9654e149dee254377f961fade290566bea3dd1703879629ad
size 30236768
|