Sentence Similarity
sentence-transformers
Safetensors
xlm-roberta
feature-extraction
dense
Generated from Trainer
dataset_size:14516
loss:CoSENTLoss
text-embeddings-inference
Instructions to use pa-shk/USER-bge-m3_clean with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use pa-shk/USER-bge-m3_clean with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("pa-shk/USER-bge-m3_clean") sentences = [ "Лазанья из блинов", "Гель-шампунь Самокат, для мужчин, 2 в 1, бергамот и кедр, 750 мл", "Блины Шоколадница, с ветчиной и сыром, 200 г", "Утка по-пекински Duckit, с блинчиками, овощами и соусом хойсин, 260 г" ] 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!