How to use E27085921/HIKARI-Rigel-8B-SkinCaption-LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("./skincap_fuzzytopk_s1cascade_classification_merged") model = PeftModel.from_pretrained(base_model, "E27085921/HIKARI-Rigel-8B-SkinCaption-LoRA")
The community tab is the place to discuss and collaborate with the HF community!