How to use from the
Use from the
PEFT library
from peft import PeftModel
from transformers import AutoModelForCausalLM

base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-VL-7B-Instruct")
model = PeftModel.from_pretrained(base_model, "CQILAB/model_qvlm7b-codegen-expert")

model_qvlm7b-codegen-expert

LoRA adapter fine-tuned for quantum state analysis. Load with unsloth FastVisionModel.

Downloads last month
109
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support