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

antoinelouis
/
colbert-xm

Sentence Similarity
Safetensors
sentence-transformers
colbert-ai
xmod
colbert
multi-vector
passage-retrieval
Eval Results (legacy)
Model card Files Files and versions
xet
Community
5

Instructions to use antoinelouis/colbert-xm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use antoinelouis/colbert-xm with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("antoinelouis/colbert-xm")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

ValueError: The state dictionary of the model you are trying to load is corrupted. Are you sure it was properly saved?

#3 opened about 2 years ago by
secain

ONNX support

👍 1
#2 opened over 2 years ago by
libryo-ai
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs