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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

LiquidAI
/
LFM2.5-ColBERT-350M

Sentence Similarity
Safetensors
sentence-transformers
PyLate
lfm2
liquid
lfm2.5
edge
ColBERT
feature-extraction
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use LiquidAI/LFM2.5-ColBERT-350M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use LiquidAI/LFM2.5-ColBERT-350M with sentence-transformers:

    from pylate import models
    
    queries = [
        "Which planet is known as the Red Planet?",
        "What is the largest planet in our solar system?",
    ]
    
    documents = [
        ["Mars is the Red Planet.", "Venus is Earth's twin."],
        ["Jupiter is the largest planet.", "Saturn has rings."],
    ]
    
    model = models.ColBERT(model_name_or_path="LiquidAI/LFM2.5-ColBERT-350M")
    
    queries_emb = model.encode(queries, is_query=True)
    docs_emb = model.encode(documents, is_query=False)
  • Notebooks
  • Google Colab
  • Kaggle
LFM2.5-ColBERT-350M
712 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 3 commits
EdoardoMosca's picture
EdoardoMosca
Update README.md
59633c2 verified 1 day ago
  • 1_Dense
    Initial release 2 days ago
  • .gitattributes
    1.52 kB
    Initial release 2 days ago
  • LICENSE
    10.6 kB
    Initial release 2 days ago
  • README.md
    14.5 kB
    Update README.md 1 day ago
  • chat_template.jinja
    1.3 kB
    Initial release 2 days ago
  • config.json
    1.44 kB
    Initial release 2 days ago
  • config_sentence_transformers.json
    759 Bytes
    Initial release 2 days ago
  • model.safetensors
    707 MB
    xet
    Initial release 2 days ago
  • modeling_lfm2_bidirectional.py
    5.54 kB
    Initial release 2 days ago
  • modules.json
    216 Bytes
    Initial release 2 days ago
  • sentence_bert_config.json
    57 Bytes
    Initial release 2 days ago
  • special_tokens_map.json
    323 Bytes
    Initial release 2 days ago
  • tokenizer.json
    4.73 MB
    Initial release 2 days ago
  • tokenizer_config.json
    92.4 kB
    Initial release 2 days ago