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

tomaarsen
/
ColQwen3-VL-Embedding-2B-vdr

Feature Extraction
sentence-transformers
Safetensors
qwen3_vl
multi-vector
colbert
late-interaction
Generated from Trainer
dataset_size:10000
loss:CachedMultiVectorMultipleNegativesRankingLoss
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use tomaarsen/ColQwen3-VL-Embedding-2B-vdr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use tomaarsen/ColQwen3-VL-Embedding-2B-vdr with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("tomaarsen/ColQwen3-VL-Embedding-2B-vdr")
    
    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
ColQwen3-VL-Embedding-2B-vdr
4.27 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
tomaarsen's picture
tomaarsen HF Staff
Add new MultiVectorEncoder model
f6d5fbe verified 4 days ago
  • 1_Dense
    Add new MultiVectorEncoder model 4 days ago
  • 2_MultiVectorMask
    Add new MultiVectorEncoder model 4 days ago
  • 3_Normalize
    Add new MultiVectorEncoder model 4 days ago
  • assets
    Add new MultiVectorEncoder model 4 days ago
  • .gitattributes
    1.86 kB
    Add new MultiVectorEncoder model 4 days ago
  • README.md
    18.8 kB
    Add new MultiVectorEncoder model 4 days ago
  • chat_template.jinja
    5.52 kB
    Add new MultiVectorEncoder model 4 days ago
  • config.json
    1.64 kB
    Add new MultiVectorEncoder model 4 days ago
  • config_sentence_transformers.json
    339 Bytes
    Add new MultiVectorEncoder model 4 days ago
  • model.safetensors
    4.26 GB
    xet
    Add new MultiVectorEncoder model 4 days ago
  • modules.json
    579 Bytes
    Add new MultiVectorEncoder model 4 days ago
  • processor_config.json
    1.32 kB
    Add new MultiVectorEncoder model 4 days ago
  • sentence_bert_config.json
    770 Bytes
    Add new MultiVectorEncoder model 4 days ago
  • tokenizer.json
    11.4 MB
    xet
    Add new MultiVectorEncoder model 4 days ago
  • tokenizer_config.json
    464 Bytes
    Add new MultiVectorEncoder model 4 days ago