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