Sentence Similarity
sentence-transformers
TensorBoard
Safetensors
xlm-roberta
feature-extraction
Generated from Trainer
dataset_size:500
loss:MarginDistillationLoss
text-embeddings-inference
Instructions to use CrazyDave53/OpenCVModelDemo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use CrazyDave53/OpenCVModelDemo with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("CrazyDave53/OpenCVModelDemo") sentences = [ "qualify leads job description", "job description Qualify leads – can the customers use our solutions and do they have budget", "job description QUALIFICATION STANDARDS:", "job description Has passion and convictions and the innate ability to inspire passion in others" ] 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!