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

KhaledReda
/
all-MiniLM-L6-v46-pair_score

Sentence Similarity
sentence-transformers
Safetensors
English
bert
feature-extraction
dense
Generated from Trainer
dataset_size:11487261
loss:CoSENTLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use KhaledReda/all-MiniLM-L6-v46-pair_score with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use KhaledReda/all-MiniLM-L6-v46-pair_score with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("KhaledReda/all-MiniLM-L6-v46-pair_score")
    
    sentences = [
        "ginger",
        "13-inch - space grey 512 gb 13-inch color space grey size numeric 13 - inch spec 512 gb",
        "steel pro power pro rectangular frame swimming pool ws water toy swimming pool water capacity swimming pool filter pump swimming pool pvc swimming pool unisex swimming pool boys swimming pool girls swimming pool polyester swimming pool power pro pool rectangular frame pool steel pro pool power pro pool rectangular frame pool steel pro pool sport swimming steel pro pool enjoy the heat of the summer by staying cool when you have the steel pro rectangular frame above ground swimming pool. it is easy to set up and thanks to the rust resistant steel frame and heavy duty pvc and polyester 3 ply sidewalls you know it will last for years to come. as easy as it is to set-up taking it down at the end of the season is just as easy making it a wonderful choice for you and you can rest easy knowing your lawn is not in danger. pool with metal structure measuring 300 cm long x 201 cm wide x 66 cm high. the frame model ensures a greater volume of water compared to similar surface fast set models. the surface pools are very easy to assembl",
        "strips craft supply crafts strips a kilo of leaves stips."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
all-MiniLM-L6-v46-pair_score
91.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
KhaledReda's picture
KhaledReda
Upload folder using huggingface_hub
0df9fff verified about 2 months ago
  • 1_Pooling
    Upload folder using huggingface_hub about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    53.2 kB
    Upload folder using huggingface_hub about 2 months ago
  • config.json
    617 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • config_sentence_transformers.json
    283 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • model.safetensors
    90.9 MB
    xet
    Upload folder using huggingface_hub about 2 months ago
  • modules.json
    349 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • sentence_bert_config.json
    57 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • special_tokens_map.json
    695 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • tokenizer.json
    712 kB
    Upload folder using huggingface_hub about 2 months ago
  • tokenizer_config.json
    1.46 kB
    Upload folder using huggingface_hub about 2 months ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub about 2 months ago