How to use Roner1/LLaMA-Colosal-NeuroIPS with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("hpcai-tech/Colossal-LLaMA-2-7b-base") model = PeftModel.from_pretrained(base_model, "Roner1/LLaMA-Colosal-NeuroIPS")
The community tab is the place to discuss and collaborate with the HF community!