How to use Globaly/lora-655k with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("marianbasti/Llama-2-13b-fp16-alpaca-spanish") model = PeftModel.from_pretrained(base_model, "Globaly/lora-655k")
The community tab is the place to discuss and collaborate with the HF community!