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

  • Log In
  • Sign Up

Shuu12121
/
OwlColBERT-v1

Sentence Similarity
Safetensors
sentence-transformers
PyLate
modernbert
ColBERT
code-search
code-retrieval
semantic-code-search
late-interaction
multi-vector
feature-extraction
Generated from Trainer
loss:CachedContrastive
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Shuu12121/OwlColBERT-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Shuu12121/OwlColBERT-v1 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="Shuu12121/OwlColBERT-v1")
    
    queries_emb = model.encode(queries, is_query=True)
    docs_emb = model.encode(documents, is_query=False)
  • Notebooks
  • Google Colab
  • Kaggle
OwlColBERT-v1
608 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Shuu12121's picture
Shuu12121
Update README.md
52a75b1 verified 14 days ago
  • 1_Dense
    Upload SentenceTransformer model 15 days ago
  • .gitattributes
    1.52 kB
    initial commit 15 days ago
  • README.md
    17.1 kB
    Update README.md 14 days ago
  • config.json
    1.26 kB
    Upload SentenceTransformer model 15 days ago
  • config_sentence_transformers.json
    6.18 kB
    Upload SentenceTransformer model 15 days ago
  • model.safetensors
    603 MB
    xet
    Upload SentenceTransformer model 15 days ago
  • modules.json
    216 Bytes
    Upload SentenceTransformer model 15 days ago
  • sentence_bert_config.json
    58 Bytes
    Upload SentenceTransformer model 15 days ago
  • special_tokens_map.json
    6.83 kB
    Upload SentenceTransformer model 15 days ago
  • tokenizer.json
    3.54 MB
    Upload SentenceTransformer model 15 days ago
  • tokenizer_config.json
    72.7 kB
    Upload SentenceTransformer model 15 days ago