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-ColMinistral3-3b-v0.1

Image-Text-to-Text
Safetensors
ColPali
sentence-transformers
sauerkrautlm-colpali
mistral3
document-retrieval
vision-language-model
multi-vector
late-interaction
visual-retrieval
ministral
pixtral
mistral
mteb
vidore
conversational
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • ColPali

    How to use VAGOsolutions/SauerkrautLM-ColMinistral3-3b-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-ColMinistral3-3b-v0.1 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("VAGOsolutions/SauerkrautLM-ColMinistral3-3b-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-ColMinistral3-3b-v0.1
8.52 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
DavidGF's picture
DavidGF
Update README.md
54aa3ff verified 9 months ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 9 months ago
  • README.md
    7.31 kB
    Update README.md 9 months ago
  • chat_template.jinja
    6.21 kB
    Upload folder using huggingface_hub 9 months ago
  • config.json
    1.76 kB
    Upload folder using huggingface_hub 9 months ago
  • model.safetensors
    8.5 GB
    xet
    Upload folder using huggingface_hub 9 months ago
  • preprocessor_config.json
    657 Bytes
    Upload folder using huggingface_hub 9 months ago
  • processor_config.json
    728 Bytes
    Upload folder using huggingface_hub 9 months ago
  • tokenizer.json
    17.1 MB
    xet
    Upload folder using huggingface_hub 9 months ago
  • tokenizer_config.json
    42.2 kB
    Upload folder using huggingface_hub 9 months ago