Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

vkimbris
/
bge-m3-item-matcher

Sentence Similarity
sentence-transformers
Safetensors
xlm-roberta
feature-extraction
Generated from Trainer
dataset_size:9738
loss:MultipleNegativesRankingLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use vkimbris/bge-m3-item-matcher with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use vkimbris/bge-m3-item-matcher with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("vkimbris/bge-m3-item-matcher")
    
    sentences = [
        "Молоко 3,2% 'БМК' (здж уклон) БЗМЖ 1 л*12",
        "EMPTY",
        "Кокосовое молоко Esoro",
        "EMPTY"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
bge-m3-item-matcher
1.44 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
vkimbris's picture
vkimbris
Upload folder using huggingface_hub
8dd1985 verified 6 months ago
  • 1_Pooling
    Upload folder using huggingface_hub 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    15 kB
    Upload folder using huggingface_hub 6 months ago
  • config.json
    657 Bytes
    Upload folder using huggingface_hub 6 months ago
  • config_sentence_transformers.json
    286 Bytes
    Upload folder using huggingface_hub 6 months ago
  • model.safetensors
    1.44 GB
    xet
    Upload folder using huggingface_hub 6 months ago
  • modules.json
    349 Bytes
    Upload folder using huggingface_hub 6 months ago
  • sentence_bert_config.json
    54 Bytes
    Upload folder using huggingface_hub 6 months ago
  • special_tokens_map.json
    963 Bytes
    Upload folder using huggingface_hub 6 months ago
  • tokenizer.json
    3.33 MB
    Upload folder using huggingface_hub 6 months ago
  • tokenizer_config.json
    1.39 kB
    Upload folder using huggingface_hub 6 months ago