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

phi0112358
/
multi-qa-MiniLM-L6-cos-v1-GGML

Sentence Similarity
sentence-transformers
English
feature-extraction
Model card Files Files and versions
xet
Community

Instructions to use phi0112358/multi-qa-MiniLM-L6-cos-v1-GGML with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use phi0112358/multi-qa-MiniLM-L6-cos-v1-GGML with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("phi0112358/multi-qa-MiniLM-L6-cos-v1-GGML")
    
    sentences = [
        "That is a happy person",
        "That is a happy dog",
        "That is a very happy person",
        "Today is a sunny day"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
multi-qa-MiniLM-L6-cos-v1-GGML
73.2 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
phi0112358's picture
phi0112358
Update README.md
463d63a over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    10.8 kB
    Update README.md over 2 years ago
  • multi-qa-MiniLM-L6-cos-v1-f16.bin
    45.5 MB
    xet
    Upload 2 files over 2 years ago
  • multi-qa-MiniLM-L6-cos-v1-q4_0.bin
    13.1 MB
    xet
    Upload multi-qa-MiniLM-L6-cos-v1-q4_0.bin over 2 years ago
  • multi-qa-MiniLM-L6-cos-v1-q4_1.bin
    14.5 MB
    xet
    Upload 2 files over 2 years ago