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

rbw
/
ColBERT-Zero-onnx

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

Instructions to use rbw/ColBERT-Zero-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use rbw/ColBERT-Zero-onnx with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("rbw/ColBERT-Zero-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
ColBERT-Zero-onnx
751 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
rbw's picture
rbw
Update README.md
8b92d30 verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    1.22 kB
    Update README.md about 2 months ago
  • config_sentence_transformers.json
    785 Bytes
    Create config_sentence_transformers.json about 2 months ago
  • model.onnx
    597 MB
    xet
    Upload model.onnx with huggingface_hub about 2 months ago
  • model_int8.onnx
    150 MB
    xet
    Upload model_int8.onnx with huggingface_hub about 2 months ago
  • onnx_config.json
    803 Bytes
    Upload onnx_config.json with huggingface_hub about 2 months ago
  • tokenizer.json
    3.58 MB
    Upload tokenizer.json with huggingface_hub about 2 months ago