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

TusharGoel
/
Qwen3-Reranker-0.6B

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

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

  • Libraries
  • Transformers

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

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

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

    from sentence_transformers import CrossEncoder
    
    model = CrossEncoder("TusharGoel/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
  • 1 contributor
History: 2 commits
TusharGoel's picture
TusharGoel
Upload folder using huggingface_hub
a206285 verified about 1 month ago
  • 1_LogitScore
    Upload folder using huggingface_hub about 1 month ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub about 1 month ago
  • README.md
    14.7 kB
    Upload folder using huggingface_hub about 1 month ago
  • chat_template.jinja
    741 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • config.json
    805 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • config_sentence_transformers.json
    325 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • generation_config.json
    214 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • merges.txt
    1.67 MB
    Upload folder using huggingface_hub about 1 month ago
  • model.safetensors
    1.19 GB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • modules.json
    280 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • sentence_bert_config.json
    390 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer.json
    11.4 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer_config.json
    9.71 kB
    Upload folder using huggingface_hub about 1 month ago
  • vocab.json
    2.78 MB
    Upload folder using huggingface_hub about 1 month ago