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
colbert-xm
3.43 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 19 commits
antoinelouis's picture
antoinelouis
tomaarsen's picture
tomaarsen HF Staff
Add Sentence Transformers usage (#5)
4390256 19 days ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub over 2 years ago
  • README.md
    21.3 kB
    Add Sentence Transformers usage (#5) 19 days ago
  • artifact.metadata
    2.14 kB
    Upload folder using huggingface_hub over 2 years ago
  • config.json
    1.92 kB
    Upload folder using huggingface_hub over 2 years ago
  • custom.py
    6.59 kB
    Create custom.py over 2 years ago
  • model.safetensors
    3.41 GB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • special_tokens_map.json
    280 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer.json
    17.1 MB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer_config.json
    1.18 kB
    Upload folder using huggingface_hub over 2 years ago