Sentence Similarity
sentence-transformers
Safetensors
new
feature-extraction
Generated from Trainer
dataset_size:84524
loss:AttributeTripletLoss
custom_code
Eval Results (legacy)
text-embeddings-inference
Instructions to use albertus-sussex/veriscrape-book-test-sbert-bs128_lr0.0001_ep5_cosine_snTrue_spFalse_hn1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use albertus-sussex/veriscrape-book-test-sbert-bs128_lr0.0001_ep5_cosine_snTrue_spFalse_hn1 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("albertus-sussex/veriscrape-book-test-sbert-bs128_lr0.0001_ep5_cosine_snTrue_spFalse_hn1", trust_remote_code=True) sentences = [ "Don Piper", "Tommy Nelson", "Kate Walbert", "publisher", "author" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [5, 5] - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- b15d3365661bbd466b1bc6d4a26484461578e3dd9086151f8bcecdde2bd1372b
- Size of remote file:
- 547 MB
- SHA256:
- 73860e111e4b682313ecc6ea3b8818eeb8d5a64b386da1b05e64bf36ba976f67
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.