How to use ScienceOne-AI/Spectrum with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/data/group/project1/models/Qwen3-32B") model = PeftModel.from_pretrained(base_model, "ScienceOne-AI/Spectrum")
The community tab is the place to discuss and collaborate with the HF community!