Sentence Similarity
sentence-transformers
Safetensors
new
feature-extraction
Generated from Trainer
dataset_size:835
loss:AttributeTripletLoss
custom_code
Eval Results (legacy)
text-embeddings-inference
Instructions to use albertus-sussex/veriscrape-test-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use albertus-sussex/veriscrape-test-1 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("albertus-sussex/veriscrape-test-1", trust_remote_code=True) sentences = [ "05/22/2000", "publication_date", "May 10, 2010", "Stephen Colbert", "author" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [5, 5] - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!