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

lightonai
/
mLateOn

Sentence Similarity
ONNX
Safetensors
sentence-transformers
PyLate
modernbert
ColBERT
multi-vector
feature-extraction
multilingual
code search
text-embeddings-inference
🇪🇺 Region: EU
Model card Files Files and versions
xet
Community
1

Instructions to use lightonai/mLateOn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use lightonai/mLateOn 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="lightonai/mLateOn")
    
    queries_emb = model.encode(queries, is_query=True)
    docs_emb = model.encode(documents, is_query=False)
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
mLateOn
Ctrl+K
Ctrl+K
  • 7 contributors
History: 7 commits
tomaarsen's picture
tomaarsen HF Staff
Add ### PyLate section heading after the ST snippet
b392a94 verified about 3 hours ago
  • 1_Dense
    Initial commit 19 days ago
  • 2_Dense
    Initial commit 19 days ago
  • 3_Dense
    Initial commit 19 days ago
  • .gitattributes
    1.57 kB
    Initial commit 19 days ago
  • README.md
    24.8 kB
    Add ### PyLate section heading after the ST snippet about 3 hours ago
  • config.json
    1.93 kB
    Initial commit 19 days ago
  • config_sentence_transformers.json
    470 Bytes
    Initial commit 19 days ago
  • model.onnx
    1.25 GB
    xet
    Initial commit 19 days ago
  • model.safetensors
    1.23 GB
    xet
    Initial commit 19 days ago
  • model_int8.onnx
    313 MB
    xet
    Initial commit 19 days ago
  • modules.json
    422 Bytes
    Initial commit 19 days ago
  • onnx_config.json
    500 Bytes
    Initial commit 19 days ago
  • sentence_bert_config.json
    58 Bytes
    Initial commit 19 days ago
  • tokenizer.json
    34.4 MB
    xet
    Initial commit 19 days ago
  • tokenizer_config.json
    632 Bytes
    Initial commit 19 days ago