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

moganai
/
Mogan-ColBERT-TR

Sentence Similarity
Safetensors
sentence-transformers
Turkish
PyLate
modernbert
ColBERT
late-interaction
retrieval
turkish
loss:Distillation
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use moganai/Mogan-ColBERT-TR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use moganai/Mogan-ColBERT-TR 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="moganai/Mogan-ColBERT-TR")
    
    queries_emb = model.encode(queries, is_query=True)
    docs_emb = model.encode(documents, is_query=False)
  • Notebooks
  • Google Colab
  • Kaggle
Mogan-ColBERT-TR
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
aleynatasdemir's picture
aleynatasdemir
Update README.md
ad90b4f verified 3 days ago
  • 1_Dense
    Add model weights, tokenizer and bilingual model card 3 days ago
  • assets
    Remove .DS_Store files 3 days ago
  • .gitattributes
    1.57 kB
    Add model weights, tokenizer and bilingual model card 3 days ago
  • README.md
    7.86 kB
    Update README.md 3 days ago
  • banner.png
    455 kB
    xet
    Add model weights, tokenizer and bilingual model card 3 days ago
  • config.json
    1.84 kB
    Add model weights, tokenizer and bilingual model card 3 days ago
  • config_sentence_transformers.json
    769 Bytes
    Add model weights, tokenizer and bilingual model card 3 days ago
  • model.safetensors
    595 MB
    xet
    Add model weights, tokenizer and bilingual model card 3 days ago
  • modules.json
    216 Bytes
    Add model weights, tokenizer and bilingual model card 3 days ago
  • sentence_bert_config.json
    56 Bytes
    Add model weights, tokenizer and bilingual model card 3 days ago
  • special_tokens_map.json
    719 Bytes
    Add model weights, tokenizer and bilingual model card 3 days ago
  • tokenizer.json
    3.31 MB
    Add model weights, tokenizer and bilingual model card 3 days ago
  • tokenizer_config.json
    4.42 kB
    Add model weights, tokenizer and bilingual model card 3 days ago