Sentence Similarity
sentence-transformers
Safetensors
Catalan
roberta
feature-extraction
dataset_size:1K<n<10K
loss:CoSENTLoss
Eval Results (legacy)
text-embeddings-inference
Instructions to use pauhidalgoo/finetuned-sts-roberta-base-ca-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use pauhidalgoo/finetuned-sts-roberta-base-ca-v2 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("pauhidalgoo/finetuned-sts-roberta-base-ca-v2") sentences = [ "Dia Internacional del Nen Prematur", "El 'primer' Dia Internacional de la Dona", "Les concordances són adjectiu / substantiu o verb / substantiu.", "Es conserva la boca, per on s'entrava la llenya a la cambra de combustió." ] 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!