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

  • Log In
  • Sign Up

lightonai
/
LateOn-unsupervised

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

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

  • Libraries
  • sentence-transformers

    How to use lightonai/LateOn-unsupervised 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-unsupervised")
    
    queries_emb = model.encode(queries, is_query=True)
    docs_emb = model.encode(documents, is_query=False)
  • Notebooks
  • Google Colab
  • Kaggle
LateOn-unsupervised
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
NohTow's picture
NohTow
Update README.md
db4d2f0 verified 15 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
    18.1 kB
    Update README.md 15 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.safetensors
    596 MB
    xet
    Add new ColBERT model about 2 months ago
  • modules.json
    422 Bytes
    Add new ColBERT model about 2 months 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