Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

fuhao23
/
reranker_v1

Text Classification
PEFT
Safetensors
English
reranker
memory-retrieval
long-term-memory
dialog
lora
distillation
lycheemem
Model card Files Files and versions
xet
Community

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
reranker_v1
1.55 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
fuhao23's picture
fuhao23
initial commit
7438b93 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    28 Bytes
    initial commit 4 months ago