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

multi-vector-encoder
/
mLateOn-medical

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

Instructions to use multi-vector-encoder/mLateOn-medical with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use multi-vector-encoder/mLateOn-medical with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("multi-vector-encoder/mLateOn-medical")
    
    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
mLateOn-medical
1.28 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
tomaarsen's picture
tomaarsen HF Staff
Remove index portion for the time being
45148e6 verified 4 days ago
  • 1_Dense
    Upload mLateOn-medical 5 days ago
  • 2_Dense
    Upload mLateOn-medical 5 days ago
  • 3_Dense
    Upload mLateOn-medical 5 days ago
  • 4_MultiVectorMask
    Upload mLateOn-medical 5 days ago
  • 5_Normalize
    Upload mLateOn-medical 5 days ago
  • .gitattributes
    1.57 kB
    Upload mLateOn-medical 5 days ago
  • README.md
    41.6 kB
    Remove index portion for the time being 4 days ago
  • config.json
    1.96 kB
    Upload mLateOn-medical 5 days ago
  • config_sentence_transformers.json
    291 Bytes
    Upload mLateOn-medical 5 days ago
  • model.safetensors
    1.23 GB
    xet
    Upload mLateOn-medical 5 days ago
  • modules.json
    811 Bytes
    Upload mLateOn-medical 5 days ago
  • sentence_bert_config.json
    241 Bytes
    Upload mLateOn-medical 5 days ago
  • tokenizer.json
    34.4 MB
    xet
    Upload mLateOn-medical 5 days ago
  • tokenizer_config.json
    719 Bytes
    Upload mLateOn-medical 5 days ago