Sentence Similarity
sentence-transformers
Safetensors
camembert
feature-extraction
dense
Generated from Trainer
dataset_size:4516
loss:CosineSimilarityLoss
Eval Results (legacy)
text-embeddings-inference
Instructions to use S13v3n-2/scoring-camembert-v5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use S13v3n-2/scoring-camembert-v5 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("S13v3n-2/scoring-camembert-v5") sentences = [ "Avoir un esprit pratique et une curiosité pour les objets techniques", "Rédiger des actes juridiques et documents légaux professionnels", "Maîtriser la suite Adobe (Photoshop, Illustrator, InDesign)", "Conduire une analyse concurrentielle et benchmark de marché" ] 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!