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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ayaat
/
mpnet-base-all-mqp-binary

Sentence Similarity
sentence-transformers
TensorBoard
Safetensors
mpnet
feature-extraction
Generated from Trainer
dataset_size:2437
loss:ContrastiveLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use ayaat/mpnet-base-all-mqp-binary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use ayaat/mpnet-base-all-mqp-binary with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("ayaat/mpnet-base-all-mqp-binary")
    
    sentences = [
        "I am having troubles and confusing moments with my body and I am scared I may be pregnant by my research online and I really want some advice ?",
        "Does Acyclovir cause ulcers when it is prescribed for genital herpes? ",
        "The confusing symptoms and online research points towards me being pregnant. Can I get a professional advice?",
        "Do bariatric surgeries like gastric sleeve or Roux-en-Y surgery actually work in the long term?"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
mpnet-base-all-mqp-binary / runs
53.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 24 commits
ayaat's picture
ayaat
Training in progress, step 400
5d60738 verified over 1 year ago
  • Feb06_07-47-26_90c6fdffb148
    mpnet-base-all-mqp-binary over 1 year ago
  • Feb06_08-04-19_90c6fdffb148
    Training in progress, step 765 over 1 year ago
  • Feb06_08-11-39_90c6fdffb148
    Training in progress, step 385 over 1 year ago
  • Feb06_08-15-53_90c6fdffb148
    Training in progress, step 153 over 1 year ago
  • Feb06_08-23-57_90c6fdffb148
    mpnet-base-all-mqp-binary over 1 year ago
  • Feb06_09-20-14_97946eed5a20
    mpnet-base-all-mqp-binary over 1 year ago
  • Feb06_09-23-58_97946eed5a20
    Training in progress, step 400 over 1 year ago