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

  • Log In
  • Sign Up

Novadata-Technologies
/
Reason-ModernColBERT-ONNX

Feature Extraction
ONNX
sentence-transformers
colbert-onnx
colbert
Model card Files Files and versions
xet
Community

Instructions to use Novadata-Technologies/Reason-ModernColBERT-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Novadata-Technologies/Reason-ModernColBERT-ONNX with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Novadata-Technologies/Reason-ModernColBERT-ONNX")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
Reason-ModernColBERT-ONNX
601 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
hugemensa's picture
hugemensa
Create onnx_config.json
97ec8f2 verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    1.23 kB
    Upload README.md with huggingface_hub about 2 months ago
  • config_sentence_transformers.json
    772 Bytes
    Upload config_sentence_transformers.json with huggingface_hub about 2 months ago
  • model.onnx
    597 MB
    xet
    Upload model.onnx with huggingface_hub about 2 months ago
  • onnx_config.json
    772 Bytes
    Create onnx_config.json about 2 months ago
  • tokenizer.json
    3.58 MB
    Upload tokenizer.json with huggingface_hub about 2 months ago