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-unsupervised

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

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

  • Libraries
  • sentence-transformers

    How to use lightonai/mLateOn-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/mLateOn-unsupervised")
    
    queries_emb = model.encode(queries, is_query=True)
    docs_emb = model.encode(documents, is_query=False)
  • Notebooks
  • Google Colab
  • Kaggle
mLateOn-unsupervised
658 MB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 4 commits
Paulo de Moura
Update citation to arXiv paper and add arxiv tag
bda4557 2 days ago
  • 1_Dense
    Initial commit 3 days ago
  • 2_Dense
    Initial commit 3 days ago
  • 3_Dense
    Initial commit 3 days ago
  • .gitattributes
    1.57 kB
    Initial commit 3 days ago
  • README.md
    14.2 kB
    Update citation to arXiv paper and add arxiv tag 2 days ago
  • config.json
    1.21 kB
    Initial commit 3 days ago
  • config_sentence_transformers.json
    763 Bytes
    Initial commit 3 days ago
  • model.safetensors
    614 MB
    xet
    Initial commit 3 days ago
  • modules.json
    422 Bytes
    Initial commit 3 days ago
  • sentence_bert_config.json
    58 Bytes
    Initial commit 3 days ago
  • special_tokens_map.json
    938 Bytes
    Initial commit 3 days ago
  • tokenizer.json
    34.4 MB
    xet
    Initial commit 3 days ago
  • tokenizer_config.json
    46.8 kB
    Initial commit 3 days ago