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

VAGOsolutions
/
SauerkrautLM-ColLFM2-450M-v0.1

Image-Text-to-Text
Safetensors
ColPali
sentence-transformers
sauerkrautlm-colpali
collfm2
document-retrieval
vision-language-model
multi-vector
late-interaction
visual-retrieval
lfm2
small-model
efficient
curriculum-learning
hierarchical-merge
mteb
vidore
Model card Files Files and versions
xet
Community
1

Instructions to use VAGOsolutions/SauerkrautLM-ColLFM2-450M-v0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • ColPali

    How to use VAGOsolutions/SauerkrautLM-ColLFM2-450M-v0.1 with ColPali:

    # No code snippets available yet for this library.
    
    # To use this model, check the repository files and the library's documentation.
    
    # Want to help? PRs adding snippets are welcome at:
    # https://github.com/huggingface/huggingface.js
  • sentence-transformers

    How to use VAGOsolutions/SauerkrautLM-ColLFM2-450M-v0.1 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("VAGOsolutions/SauerkrautLM-ColLFM2-450M-v0.1")
    
    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
SauerkrautLM-ColLFM2-450M-v0.1 / 1_Dense
263 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
DavidGF's picture
DavidGF
Integrate with Sentence Transformers via MultiVectorEncoder (#1)
cf36e48 12 days ago
  • config.json
    213 Bytes
    Integrate with Sentence Transformers via MultiVectorEncoder (#1) 12 days ago
  • model.safetensors
    263 kB
    xet
    Integrate with Sentence Transformers via MultiVectorEncoder (#1) 12 days ago