Sentence Similarity
sentence-transformers
Safetensors
xlm-roberta
feature-extraction
dataset_size:1K<n<10K
loss:MultipleNegativesRankingLoss
text-embeddings-inference
Instructions to use qminh369/bctn-dense_embedding with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use qminh369/bctn-dense_embedding with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("qminh369/bctn-dense_embedding") sentences = [ "a) Đảm bảo quyền lợi của cổ đông, nhà đầu tư", "a) 5%", "Làm thế nào để cổ đông có thể tham gia Đại hội đồng cổ đông năm 2022 của Tập đoàn?", "Trong Ban Kiểm soát FPT, ai là Trưởng Ban Kiểm soát và đã đảm nhiệm vị trí này từ năm nào đến năm nào?" ] 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!