Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

cross-encoder-testing
/
Qwen3-Reranker-0.6B-seq-cls-STv6

Text Ranking
sentence-transformers
Safetensors
qwen3
cross-encoder
reranker
Model card Files Files and versions
xet
Community
1

Instructions to use cross-encoder-testing/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 cross-encoder-testing/Qwen3-Reranker-0.6B-seq-cls-STv6 with sentence-transformers:

    from sentence_transformers import CrossEncoder
    
    model = CrossEncoder("cross-encoder-testing/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)
  • Notebooks
  • Google Colab
  • Kaggle
Qwen3-Reranker-0.6B-seq-cls-STv6
2.39 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
tomaarsen's picture
tomaarsen HF Staff
Update chat_template.jinja
494c17d verified 5 months ago
  • .gitattributes
    1.57 kB
    Uploading CrossEncoder model. 5 months ago
  • README.md
    4.37 kB
    Uploading CrossEncoder model. 5 months ago
  • chat_template.jinja
    625 Bytes
    Update chat_template.jinja 5 months ago
  • config.json
    1.58 kB
    Uploading CrossEncoder model. 5 months ago
  • config_sentence_transformers.json
    371 Bytes
    Update config_sentence_transformers.json 5 months ago
  • model.safetensors
    2.38 GB
    xet
    Uploading CrossEncoder model. 5 months ago
  • modules.json
    125 Bytes
    Uploading CrossEncoder model. 5 months ago
  • sentence_bert_config.json
    228 Bytes
    Remove text modality support 5 months ago
  • tokenizer.json
    11.4 MB
    xet
    Uploading CrossEncoder model. 5 months ago
  • tokenizer_config.json
    1.07 kB
    Uploading CrossEncoder model. 5 months ago