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:
- 51ff71f6ecc2c7a8c0ed435bd58928e9f77609517bfcf2470026c473397bb1e5
- Size of remote file:
- 266 MB
- SHA256:
- ea5f63b0f5d7a1f0818494ed76cf981154fb6b9b1b27ca02b227912be013cc47
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.