zai-org/AgentInstruct
Viewer • Updated • 1.87k • 1.16k • 234
How to use kingabzpro/zephyr-7b-beta-Agent-Instruct with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceH4/zephyr-7b-beta")
model = PeftModel.from_pretrained(base_model, "kingabzpro/zephyr-7b-beta-Agent-Instruct")The following bitsandbytes quantization config was used during training:
Base model
mistralai/Mistral-7B-v0.1