Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • 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: 16 commits
raphaelsty's picture
raphaelsty
Add onnx_config.json (pylate-onnx-export)
6bb4488 verified 16 days ago
  • 1_Dense
    Add new ColBERT model about 2 months ago
  • 2_Dense
    Add new ColBERT model about 2 months ago
  • 3_Dense
    Add new ColBERT model about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    17.7 kB
    Update README.md 16 days ago
  • config.json
    1.21 kB
    Add new ColBERT model about 2 months ago
  • config_sentence_transformers.json
    759 Bytes
    Add new ColBERT model about 2 months ago
  • model.onnx
    616 MB
    xet
    Add model.onnx (pylate-onnx-export) 16 days ago
  • model.safetensors
    596 MB
    xet
    Add new ColBERT model about 2 months ago
  • model_int8.onnx
    155 MB
    xet
    Add model_int8.onnx (pylate-onnx-export) 16 days ago
  • modules.json
    422 Bytes
    Add new ColBERT model about 2 months ago
  • onnx_config.json
    821 Bytes
    Add onnx_config.json (pylate-onnx-export) 16 days ago
  • sentence_bert_config.json
    57 Bytes
    Add new ColBERT model about 2 months ago
  • special_tokens_map.json
    581 Bytes
    Add new ColBERT model about 2 months ago
  • tokenizer.json
    3.58 MB
    Add new ColBERT model about 2 months ago
  • tokenizer_config.json
    21.4 kB
    Add new ColBERT model about 2 months ago