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

rasyosef
/
colbert-bert-amharic-medium

Sentence Similarity
Safetensors
sentence-transformers
Amharic
PyLate
bert
ColBERT
feature-extraction
Generated from Trainer
dataset_size:76474
loss:Contrastive
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use rasyosef/colbert-bert-amharic-medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use rasyosef/colbert-bert-amharic-medium 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="rasyosef/colbert-bert-amharic-medium")
    
    queries_emb = model.encode(queries, is_query=True)
    docs_emb = model.encode(documents, is_query=False)
  • Notebooks
  • Google Colab
  • Kaggle
colbert-bert-amharic-medium
163 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
rasyosef's picture
rasyosef
Update README.md
2552f31 verified 11 months ago
  • 1_Dense
    Add new SentenceTransformer model 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    71.6 kB
    Update README.md 11 months ago
  • added_tokens.json
    37 Bytes
    Add new SentenceTransformer model 12 months ago
  • config.json
    642 Bytes
    Add new SentenceTransformer model 12 months ago
  • config_sentence_transformers.json
    663 Bytes
    Add new SentenceTransformer model 12 months ago
  • model.safetensors
    162 MB
    xet
    Add new SentenceTransformer model 12 months ago
  • modules.json
    216 Bytes
    Add new SentenceTransformer model 12 months ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model 12 months ago
  • special_tokens_map.json
    582 Bytes
    Add new SentenceTransformer model 12 months ago
  • tokenizer.json
    725 kB
    Add new SentenceTransformer model 12 months ago
  • tokenizer_config.json
    1.8 kB
    Add new SentenceTransformer model 12 months ago
  • vocab.txt
    274 kB
    Add new SentenceTransformer model 12 months ago