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

noooop9527
/
Qwen3-Reranker-0.6B-seq-cls-STv6

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

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

  • Libraries
  • sentence-transformers

    How to use noooop9527/Qwen3-Reranker-0.6B-seq-cls-STv6 with sentence-transformers:

    from sentence_transformers import CrossEncoder
    
    model = CrossEncoder("noooop9527/Qwen3-Reranker-0.6B-seq-cls-STv6")
    
    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)
  • Transformers

    How to use noooop9527/Qwen3-Reranker-0.6B-seq-cls-STv6 with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("noooop9527/Qwen3-Reranker-0.6B-seq-cls-STv6")
    model = AutoModelForSequenceClassification.from_pretrained("noooop9527/Qwen3-Reranker-0.6B-seq-cls-STv6")
  • Notebooks
  • Google Colab
  • Kaggle
Qwen3-Reranker-0.6B-seq-cls-STv6
2.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
noooop9527's picture
noooop9527
upload chat_template.jinja (#2)
9ca0cf8 verified 4 months ago
  • .gitattributes
    1.57 kB
    upstream tomaarsen/Qwen3-Reranker-0.6B-seq-cls (#1) 4 months ago
  • README.md
    18.2 kB
    upstream tomaarsen/Qwen3-Reranker-0.6B-seq-cls (#1) 4 months ago
  • chat_template.jinja
    635 Bytes
    upload chat_template.jinja (#2) 4 months ago
  • config.json
    844 Bytes
    upstream tomaarsen/Qwen3-Reranker-0.6B-seq-cls (#1) 4 months ago
  • config_sentence_transformers.json
    84 Bytes
    upload chat_template.jinja (#2) 4 months ago
  • generation_config.json
    214 Bytes
    upstream tomaarsen/Qwen3-Reranker-0.6B-seq-cls (#1) 4 months ago
  • merges.txt
    1.67 MB
    upstream tomaarsen/Qwen3-Reranker-0.6B-seq-cls (#1) 4 months ago
  • model.safetensors
    2.38 GB
    xet
    upstream tomaarsen/Qwen3-Reranker-0.6B-seq-cls (#1) 4 months ago
  • tokenizer.json
    11.4 MB
    xet
    upstream tomaarsen/Qwen3-Reranker-0.6B-seq-cls (#1) 4 months ago
  • tokenizer_config.json
    5.4 kB
    upstream tomaarsen/Qwen3-Reranker-0.6B-seq-cls (#1) 4 months ago
  • vocab.json
    2.78 MB
    upstream tomaarsen/Qwen3-Reranker-0.6B-seq-cls (#1) 4 months ago