Sentence Similarity
sentence-transformers
Safetensors
English
deberta-v2
feature-extraction
Generated from Trainer
dataset_size:1079040
loss:CoSENTLoss
text-embeddings-inference
Instructions to use agentlans/deberta-v3-base-zyda-2-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use agentlans/deberta-v3-base-zyda-2-v2 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("agentlans/deberta-v3-base-zyda-2-v2") sentences = [ "Can you describe the steps involved in reconciling a bank statement?", "How can we reduce delay in wowza live stream?", "Did India meet Abdul Kalam's 2020 vision so far?", "Why US people supporting a old woman president despite a lots of the young men?" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!