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

melino2000
/
product-torob-matching

Sentence Similarity
sentence-transformers
Safetensors
distilbert
feature-extraction
Generated from Trainer
dataset_size:32000
loss:OnlineContrastiveLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use melino2000/product-torob-matching with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use melino2000/product-torob-matching with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("melino2000/product-torob-matching")
    
    sentences = [
        "پکیج بوتان مدل پارما دیجیتال Parma26RSi Digital",
        "اسپیکر | باند اکتیو Yamaha DXR8",
        "اسپری لکه بر فرش و مبلمان نانو",
        "پکیج شوفاژ دیواری بوتان مدل Parma 26RSi Digital"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
product-torob-matching
543 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
melino2000's picture
melino2000
Add new SentenceTransformer model
f5b5b9c verified about 1 year ago
  • 1_Pooling
    Add new SentenceTransformer model about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    19.9 kB
    Add new SentenceTransformer model about 1 year ago
  • config.json
    598 Bytes
    Add new SentenceTransformer model about 1 year ago
  • config_sentence_transformers.json
    205 Bytes
    Add new SentenceTransformer model about 1 year ago
  • model.safetensors
    539 MB
    xet
    Add new SentenceTransformer model about 1 year ago
  • modules.json
    229 Bytes
    Add new SentenceTransformer model about 1 year ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model about 1 year ago
  • special_tokens_map.json
    695 Bytes
    Add new SentenceTransformer model about 1 year ago
  • tokenizer.json
    2.92 MB
    Add new SentenceTransformer model about 1 year ago
  • tokenizer_config.json
    1.28 kB
    Add new SentenceTransformer model about 1 year ago
  • vocab.txt
    996 kB
    Add new SentenceTransformer model about 1 year ago