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

mixedbread-ai
/
mxbai-colbert-large-v1

Sentence Similarity
sentence-transformers
ONNX
Safetensors
bert
multi-vector
ColBERT
text-embeddings-inference
Model card Files Files and versions
xet
Community
4

Instructions to use mixedbread-ai/mxbai-colbert-large-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use mixedbread-ai/mxbai-colbert-large-v1 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("mixedbread-ai/mxbai-colbert-large-v1")
    
    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]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
mxbai-colbert-large-v1
3.01 GB
Ctrl+K
Ctrl+K
  • 7 contributors
History: 29 commits
SeanLee97's picture
SeanLee97
tomaarsen's picture
tomaarsen HF Staff
Remove stale modules.json and add Sentence Transformers usage (#4)
d092c67 23 days ago
  • onnx
    Upload onnx/model_int8.onnx with huggingface_hub over 2 years ago
  • .gitattributes
    1.56 kB
    Upload onnx with huggingface_hub over 2 years ago
  • LICENSE
    10.8 kB
    Update LICENSE over 1 year ago
  • README.md
    47.4 kB
    Remove stale modules.json and add Sentence Transformers usage (#4) 23 days ago
  • artifact.metadata
    1.54 kB
    Update artifact.metadata over 2 years ago
  • config.json
    674 Bytes
    Update config.json almost 2 years ago
  • model.safetensors
    671 MB
    xet
    Upload HF_ColBERT over 2 years ago
  • special_tokens_map.json
    695 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer.json
    711 kB
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer_config.json
    1.24 kB
    Upload folder using huggingface_hub over 2 years ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub over 2 years ago