How to use dimasik87/35f0d96e-4101-4bed-8e92-05902db993ce with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("dunzhang/stella_en_1.5B_v5") model = PeftModel.from_pretrained(base_model, "dimasik87/35f0d96e-4101-4bed-8e92-05902db993ce")
The community tab is the place to discuss and collaborate with the HF community!