How to use hardlyworking/Beef-12B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("hardlyworking/Noodles-Merge-12B") model = PeftModel.from_pretrained(base_model, "hardlyworking/Beef-12B")
The community tab is the place to discuss and collaborate with the HF community!