Sentence Similarity
sentence-transformers
TensorBoard
Safetensors
bert
feature-extraction
text-embeddings-inference
Instructions to use Jjzzzz/finetuned_bge-small-en-v1.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use Jjzzzz/finetuned_bge-small-en-v1.5 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("Jjzzzz/finetuned_bge-small-en-v1.5") 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:
- 7e4b9ea58e30c60cc0ad0555ae87a6f910b5b167282446adbff421c4d22d1b36
- Size of remote file:
- 5.3 kB
- SHA256:
- c4dbbc953b5f35ee9087cab8da231051761999ae7db38443ee8d71e351fa7db6
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.