How to use FINAL-Bench/Darwin-2B-Opus-LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3.5-2B") model = PeftModel.from_pretrained(base_model, "FINAL-Bench/Darwin-2B-Opus-LoRA")
The community tab is the place to discuss and collaborate with the HF community!