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
/
splade-amharic-medium

Text Retrieval
sentence-transformers
Safetensors
Amharic
xlm-roberta
sparse-encoder
sparse
splade
Generated from Trainer
dataset_size:245876
loss:SpladeLoss
loss:SparseMultipleNegativesRankingLoss
loss:FlopsLoss
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • sentence-transformers

    How to use rasyosef/splade-amharic-medium with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("rasyosef/splade-amharic-medium")
    
    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
splade-amharic-medium
171 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
rasyosef's picture
rasyosef
Update README.md
f6e5ebb verified about 12 hours ago
  • 1_SpladePooling
    Add new SparseEncoder model 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    14 kB
    Update README.md about 12 hours ago
  • config.json
    665 Bytes
    Add new SparseEncoder model 11 months ago
  • config_sentence_transformers.json
    274 Bytes
    Add new SparseEncoder model 11 months ago
  • model.safetensors
    169 MB
    xet
    Add new SparseEncoder model 11 months ago
  • modules.json
    274 Bytes
    Add new SparseEncoder model 11 months ago
  • sentence_bert_config.json
    57 Bytes
    Add new SparseEncoder model 11 months ago
  • special_tokens_map.json
    964 Bytes
    Add new SparseEncoder model 11 months ago
  • tokenizer.json
    2.56 MB
    Add new SparseEncoder model 11 months ago
  • tokenizer_config.json
    1.29 kB
    Add new SparseEncoder model 11 months ago