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

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