Text Classification
PEFT
Safetensors
English
reranker
memory-retrieval
long-term-memory
dialog
lora
distillation
lycheemem
Instructions to use fuhao23/reranker_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use fuhao23/reranker_v1 with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("Qwen/Qwen3-Reranker-0.6B") model = PeftModel.from_pretrained(base_model, "fuhao23/reranker_v1") - Notebooks
- Google Colab
- Kaggle
Ctrl+K