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

ARGA100
/
ru-reranker-modernbert-small

Text Ranking
sentence-transformers
Safetensors
Russian
modernbert
cross-encoder
reranker
russian
ru-reranker
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use ARGA100/ru-reranker-modernbert-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use ARGA100/ru-reranker-modernbert-small with sentence-transformers:

    from sentence_transformers import CrossEncoder
    
    model = CrossEncoder("ARGA100/ru-reranker-modernbert-small")
    
    query = "Which planet is known as the Red Planet?"
    passages = [
    	"Venus is often called Earth's twin because of its similar size and proximity.",
    	"Mars, known for its reddish appearance, is often referred to as the Red Planet.",
    	"Jupiter, the largest planet in our solar system, has a prominent red spot.",
    	"Saturn, famous for its rings, is sometimes mistaken for the Red Planet."
    ]
    
    scores = model.predict([(query, passage) for passage in passages])
    print(scores)
  • Notebooks
  • Google Colab
  • Kaggle
ru-reranker-modernbert-small
143 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
ARGA100's picture
ARGA100
Add full MTEB RuBQReranking benchmark results table
8d4ea05 verified 8 days ago
  • .gitattributes
    1.52 kB
    initial commit 11 days ago
  • README.md
    4.66 kB
    Update README with proper benchmark table and details 8 days ago
  • config.json
    2.7 kB
    Fix: upload correct soup_final_ce model (NDCG@10=0.74444) 8 days ago
  • config_sentence_transformers.json
    261 Bytes
    Add new CrossEncoder model 11 days ago
  • model.safetensors
    138 MB
    xet
    Fix: upload correct soup_final_ce model (NDCG@10=0.74444) 8 days ago
  • modules.json
    131 Bytes
    Add new CrossEncoder model 11 days ago
  • mteb_results.txt
    2.9 kB
    Add full MTEB RuBQReranking benchmark results table 8 days ago
  • sentence_bert_config.json
    225 Bytes
    Add new CrossEncoder model 11 days ago
  • tokenizer.json
    4.75 MB
    Add new CrossEncoder model 11 days ago
  • tokenizer_config.json
    571 Bytes
    Fix: upload correct soup_final_ce model (NDCG@10=0.74444) 8 days ago