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

johannhartmann
/
Reason-ModernColBERT-GGUF

sentence-transformers
GGUF
colbert
pg_colbert
pylate
text-embeddings
modernbert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use johannhartmann/Reason-ModernColBERT-GGUF with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("johannhartmann/Reason-ModernColBERT-GGUF")
    
    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-GGUF
603 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
johannhartmann's picture
johannhartmann
Upload lightonai_Reason_ModernColBERT.f16.gguf with huggingface_hub
16fc33c verified about 2 months ago
  • .gitattributes
    1.68 kB
    Upload lightonai_Reason_ModernColBERT_llama_cpp.f16.gguf with huggingface_hub about 2 months ago
  • README.md
    2.25 kB
    Upload README.md with huggingface_hub about 2 months ago
  • lightonai_Reason_ModernColBERT.f16.gguf
    302 MB
    xet
    Upload lightonai_Reason_ModernColBERT.f16.gguf with huggingface_hub about 2 months ago
  • lightonai_Reason_ModernColBERT_llama_cpp.f16.gguf
    302 MB
    xet
    Upload lightonai_Reason_ModernColBERT_llama_cpp.f16.gguf with huggingface_hub about 2 months ago