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
File size: 133 Bytes
f9a89a7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1574cf58b63a2a56db9bc28f6ddcac4ece87690840939153189077692486f4ee
size 11422920
|