Alpaca-2
Collection
LLaMa 2 instruction tuned on cleaned Alpaca dataset using QLoRA. For languages other than English, Alpaca data was first translated using NLLB-1.3B • 31 items • Updated
How to use iamshnoo/alpaca-2-70b-english-chat with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-70b-chat-hf")
model = PeftModel.from_pretrained(base_model, "iamshnoo/alpaca-2-70b-english-chat")The following bitsandbytes quantization config was used during training: