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

lightonai
/
LateOn

Sentence Similarity
ONNX
Safetensors
sentence-transformers
English
PyLate
modernbert
ColBERT
feature-extraction
text-embeddings-inference
🇪🇺 Region: EU
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use lightonai/LateOn 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/LateOn")
    
    queries_emb = model.encode(queries, is_query=True)
    docs_emb = model.encode(documents, is_query=False)
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
LateOn
1.39 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 17 commits
NohTow's picture
NohTow
Do query expansion needs to be false
9b9fa8b verified 28 days ago
  • 1_Dense
    Add new ColBERT model 3 months ago
  • 2_Dense
    Add new ColBERT model 3 months ago
  • 3_Dense
    Add new ColBERT model 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    17.7 kB
    Update README.md about 2 months ago
  • config.json
    1.21 kB
    Add new ColBERT model 3 months ago
  • config_sentence_transformers.json
    760 Bytes
    Do query expansion needs to be false 28 days ago
  • model.onnx
    616 MB
    xet
    Add model.onnx (pylate-onnx-export) about 2 months ago
  • model.safetensors
    596 MB
    xet
    Add new ColBERT model 3 months ago
  • model_int8.onnx
    155 MB
    xet
    Add model_int8.onnx (pylate-onnx-export) about 2 months ago
  • modules.json
    422 Bytes
    Add new ColBERT model 3 months ago
  • onnx_config.json
    821 Bytes
    Add onnx_config.json (pylate-onnx-export) about 2 months ago
  • sentence_bert_config.json
    57 Bytes
    Add new ColBERT model 3 months ago
  • special_tokens_map.json
    581 Bytes
    Add new ColBERT model 3 months ago
  • tokenizer.json
    3.58 MB
    Add new ColBERT model 3 months ago
  • tokenizer_config.json
    21.4 kB
    Add new ColBERT model 3 months ago