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

DataScience-UIBK
/
Reason-mxbai-colbert-v0-32m

Sentence Similarity
Safetensors
sentence-transformers
English
PyLate
modernbert
ColBERT
feature-extraction
late-interaction
reasoning-retrieval
edge
Generated from Trainer
loss:CachedContrastive
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use DataScience-UIBK/Reason-mxbai-colbert-v0-32m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use DataScience-UIBK/Reason-mxbai-colbert-v0-32m 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="DataScience-UIBK/Reason-mxbai-colbert-v0-32m")
    
    queries_emb = model.encode(queries, is_query=True)
    docs_emb = model.encode(documents, is_query=False)
  • Notebooks
  • Google Colab
  • Kaggle
Reason-mxbai-colbert-v0-32m
75 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
abdoelsayed's picture
abdoelsayed
Update README.md
7e46358 verified about 1 month ago
  • 1_Dense
    v0 release about 1 month ago
  • 2_Dense
    v0 release about 1 month ago
  • 3_Dense
    v0 release about 1 month ago
  • evaluation
    v0 release about 1 month ago
  • results
    v0 release about 1 month ago
  • training
    v0 release about 1 month ago
  • .gitattributes
    1.58 kB
    v0 release about 1 month ago
  • .gitignore
    130 Bytes
    v0 release about 1 month ago
  • README.md
    8.63 kB
    Update README.md about 1 month ago
  • config.json
    1.44 kB
    v0 release about 1 month ago
  • config_sentence_transformers.json
    464 Bytes
    v0 release about 1 month ago
  • logo_reason_mxai.png
    5.6 MB
    xet
    v0 release about 1 month ago
  • model.safetensors
    63.8 MB
    xet
    v0 release about 1 month ago
  • modules.json
    422 Bytes
    v0 release about 1 month ago
  • sentence_bert_config.json
    52 Bytes
    v0 release about 1 month ago
  • special_tokens_map.json
    581 Bytes
    v0 release about 1 month ago
  • tokenizer.json
    3.58 MB
    v0 release about 1 month ago
  • tokenizer_config.json
    21.4 kB
    v0 release about 1 month ago