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

Duplicated from  Qwen/Qwen3-Reranker-0.6B

Madhulika28
/
Qwen3-Reranker-0.6B

Text Ranking
Transformers
Safetensors
sentence-transformers
qwen3
text-generation
Model card Files Files and versions
xet
Community

Instructions to use Madhulika28/Qwen3-Reranker-0.6B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Madhulika28/Qwen3-Reranker-0.6B with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("Madhulika28/Qwen3-Reranker-0.6B")
    model = AutoModelForCausalLM.from_pretrained("Madhulika28/Qwen3-Reranker-0.6B")
  • sentence-transformers

    How to use Madhulika28/Qwen3-Reranker-0.6B with sentence-transformers:

    from sentence_transformers import CrossEncoder
    
    model = CrossEncoder("Madhulika28/Qwen3-Reranker-0.6B")
    
    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
Qwen3-Reranker-0.6B
1.21 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Madhulika28's picture
Madhulika28
littlebird13's picture
littlebird13
Duplicate from Qwen/Qwen3-Reranker-0.6B
382f2df about 1 month ago
  • 1_LogitScore
    Duplicate from Qwen/Qwen3-Reranker-0.6B about 1 month ago
  • .gitattributes
    1.57 kB
    Duplicate from Qwen/Qwen3-Reranker-0.6B about 1 month ago
  • README.md
    14.7 kB
    Duplicate from Qwen/Qwen3-Reranker-0.6B about 1 month ago
  • chat_template.jinja
    741 Bytes
    Duplicate from Qwen/Qwen3-Reranker-0.6B about 1 month ago
  • config.json
    727 Bytes
    Duplicate from Qwen/Qwen3-Reranker-0.6B about 1 month ago
  • config_sentence_transformers.json
    325 Bytes
    Duplicate from Qwen/Qwen3-Reranker-0.6B about 1 month ago
  • generation_config.json
    214 Bytes
    Duplicate from Qwen/Qwen3-Reranker-0.6B about 1 month ago
  • merges.txt
    1.67 MB
    Duplicate from Qwen/Qwen3-Reranker-0.6B about 1 month ago
  • model.safetensors
    1.19 GB
    xet
    Duplicate from Qwen/Qwen3-Reranker-0.6B about 1 month ago
  • modules.json
    280 Bytes
    Duplicate from Qwen/Qwen3-Reranker-0.6B about 1 month ago
  • sentence_bert_config.json
    362 Bytes
    Duplicate from Qwen/Qwen3-Reranker-0.6B about 1 month ago
  • tokenizer.json
    11.4 MB
    xet
    Duplicate from Qwen/Qwen3-Reranker-0.6B about 1 month ago
  • tokenizer_config.json
    9.71 kB
    Duplicate from Qwen/Qwen3-Reranker-0.6B about 1 month ago
  • vocab.json
    2.78 MB
    Duplicate from Qwen/Qwen3-Reranker-0.6B about 1 month ago