Sentence Similarity
sentence-transformers
Safetensors
xlm-roberta
feature-extraction
text-embeddings-inference
Instructions to use RaduGabriel/BGE-M3-SQL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use RaduGabriel/BGE-M3-SQL with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("RaduGabriel/BGE-M3-SQL") 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:
- 9c6366e5967e66059b1e8f3b10c498eee0e990d9aee6c32db159f4aa0161e743
- Size of remote file:
- 2.1 MB
- SHA256:
- adbbe11e57e4e9f586086f51868a609f94515ae2865792cb4b7309e7a0954663
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.