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

surazbhandari
/
all-MiniLM-L6-v2-ProductMatching

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use surazbhandari/all-MiniLM-L6-v2-ProductMatching with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use surazbhandari/all-MiniLM-L6-v2-ProductMatching with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("surazbhandari/all-MiniLM-L6-v2-ProductMatching")
    
    sentences = [
        "Steelcase | Monitor Stand | Blank | Mesh",
        "Steelcase Monitor Stand w/ Blue, Portable",
        "BIC Printer Heavy Duty/All-in-One",
        "title_title"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
all-MiniLM-L6-v2-ProductMatching
91.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
surazbhandari's picture
surazbhandari
Initial upload of fine-tuned Product Matching model
b84ed09 verified 4 months ago
  • 1_Pooling
    Initial upload of fine-tuned Product Matching model 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    7.28 kB
    Initial upload of fine-tuned Product Matching model 4 months ago
  • benchmark_comparison.py
    3.77 kB
    Initial upload of fine-tuned Product Matching model 4 months ago
  • config.json
    653 Bytes
    Initial upload of fine-tuned Product Matching model 4 months ago
  • config_sentence_transformers.json
    261 Bytes
    Initial upload of fine-tuned Product Matching model 4 months ago
  • model.safetensors
    90.9 MB
    xet
    Initial upload of fine-tuned Product Matching model 4 months ago
  • modules.json
    319 Bytes
    Initial upload of fine-tuned Product Matching model 4 months ago
  • sentence_bert_config.json
    53 Bytes
    Initial upload of fine-tuned Product Matching model 4 months ago
  • special_tokens_map.json
    635 Bytes
    Initial upload of fine-tuned Product Matching model 4 months ago
  • tokenizer.json
    617 kB
    Initial upload of fine-tuned Product Matching model 4 months ago
  • tokenizer_config.json
    1.3 kB
    Initial upload of fine-tuned Product Matching model 4 months ago
  • vocab.txt
    229 kB
    Initial upload of fine-tuned Product Matching model 4 months ago