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

infgrad
/
Prism-Qwen3.5-Reranker-9B

Text Ranking
Transformers
Safetensors
sentence-transformers
English
Chinese
multilingual
qwen3_5_text
text-generation
reranker
retrieval
rag
agentic-search
qwen3.5
Model card Files Files and versions
xet
Community
1

Instructions to use infgrad/Prism-Qwen3.5-Reranker-9B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use infgrad/Prism-Qwen3.5-Reranker-9B with Transformers:

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

    How to use infgrad/Prism-Qwen3.5-Reranker-9B with sentence-transformers:

    from sentence_transformers import CrossEncoder
    
    model = CrossEncoder("infgrad/Prism-Qwen3.5-Reranker-9B")
    
    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
Prism-Qwen3.5-Reranker-9B
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
tomaarsen's picture
tomaarsen HF Staff
Also add the Sentence Transformers tag
b8d3cac verified about 1 month ago
  • 1_LogitScore
    Add CrossEncoder integration about 1 month ago
  • .gitattributes
    1.63 kB
    Upload 2 files about 1 month ago
  • README.md
    10.8 kB
    Also add the Sentence Transformers tag about 1 month ago
  • chat_template.jinja
    1.11 kB
    Add CrossEncoder integration about 1 month ago
  • config.json
    1.98 kB
    Upload folder using huggingface_hub about 1 month ago
  • config_sentence_transformers.json
    154 Bytes
    Add CrossEncoder integration about 1 month ago
  • configuration.json
    51 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • generation_config.json
    115 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • merges.txt
    3.35 MB
    Upload folder using huggingface_hub about 1 month ago
  • model.safetensors
    17.9 GB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • model_architecture.png
    1.07 MB
    xet
    Upload 2 files about 1 month ago
  • modules.json
    281 Bytes
    Add CrossEncoder integration about 1 month ago
  • sentence_bert_config.json
    363 Bytes
    Add CrossEncoder integration about 1 month ago
  • tokenizer.json
    12.8 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer_config.json
    16.7 kB
    Upload folder using huggingface_hub about 1 month ago
  • vocab.json
    6.72 MB
    Upload folder using huggingface_hub about 1 month ago