How to use Chirag0123/LAW_GGFU with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TheBloke/zephyr-7B-beta-GPTQ") model = PeftModel.from_pretrained(base_model, "Chirag0123/LAW_GGFU")
The community tab is the place to discuss and collaborate with the HF community!