Sentence Similarity
sentence-transformers
Safetensors
xlm-roberta
feature-extraction
Generated from Trainer
dataset_size:212940
loss:CosineSimilarityLoss
Eval Results (legacy)
text-embeddings-inference
Instructions to use yahyaabd/allstats-semantic-search-model-v1-3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use yahyaabd/allstats-semantic-search-model-v1-3 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("yahyaabd/allstats-semantic-search-model-v1-3") sentences = [ "Ringkasan data strategis BPS 2012", "Rata-rata Upah/Gaji Bersih Sebulan Buruh/Karyawan/Pegawai Menurut Provinsi dan Jenis Pekerjaan Utama, 2021", "Laporan Perekonomian Indonesia 2007", "Statistik Potensi Desa Provinsi Banten 2008" ] 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!