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

aigentic
/
LateOn-Code-ONNX

Sentence Similarity
Transformers.js
ONNX
sentence-transformers
English
code
modernbert
feature-extraction
ColBERT
PyLate
Generated from Trainer
dataset_size:2117771
loss:Contrastive
embeddings
retrieval
code search
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers.js

    How to use aigentic/LateOn-Code-ONNX with Transformers.js:

    // npm i @huggingface/transformers
    import { pipeline } from '@huggingface/transformers';
    
    // Allocate pipeline
    const pipe = await pipeline('sentence-similarity', 'aigentic/LateOn-Code-ONNX');
  • sentence-transformers

    How to use aigentic/LateOn-Code-ONNX 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="aigentic/LateOn-Code-ONNX")
    
    queries_emb = model.encode(queries, is_query=True)
    docs_emb = model.encode(documents, is_query=False)
  • Notebooks
  • Google Colab
  • Kaggle
LateOn-Code-ONNX / onnx
1.93 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
aigentic's picture
aigentic
Upload folder using huggingface_hub
96f9ed1 verified 8 days ago
  • model.onnx
    597 MB
    xet
    Upload folder using huggingface_hub 8 days ago
  • model_bnb4.onnx
    224 MB
    xet
    Upload folder using huggingface_hub 8 days ago
  • model_fp16.onnx
    299 MB
    xet
    Upload folder using huggingface_hub 8 days ago
  • model_int8.onnx
    150 MB
    xet
    Upload folder using huggingface_hub 8 days ago
  • model_q4.onnx
    224 MB
    xet
    Upload folder using huggingface_hub 8 days ago
  • model_q4f16.onnx
    140 MB
    xet
    Upload folder using huggingface_hub 8 days ago
  • model_quantized.onnx
    150 MB
    xet
    Upload folder using huggingface_hub 8 days ago
  • model_uint8.onnx
    150 MB
    xet
    Upload folder using huggingface_hub 8 days ago