Duplicated from Qwen/Qwen3-Reranker-4B
How to use Arastun/Qwen3-Reranker-4B with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Arastun/Qwen3-Reranker-4B") model = AutoModelForCausalLM.from_pretrained("Arastun/Qwen3-Reranker-4B")
The community tab is the place to discuss and collaborate with the HF community!