How to use Tao-AI-Informatics/Qwen3-8B-LoRA-ContextBioEL-Reranker-SFT with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/dgx1data/aii/tao/tools/models/Qwen/Qwen3-8B/models--Qwen--Qwen3-8B/snapshots/b968826d9c46dd6066d109eabc6255188de91218") model = PeftModel.from_pretrained(base_model, "Tao-AI-Informatics/Qwen3-8B-LoRA-ContextBioEL-Reranker-SFT")
The community tab is the place to discuss and collaborate with the HF community!