How to use DeepDream2045/4c096cce-dae2-4613-8c40-f161d59761d2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Xenova/tiny-random-Phi3ForCausalLM") model = PeftModel.from_pretrained(base_model, "DeepDream2045/4c096cce-dae2-4613-8c40-f161d59761d2")
The community tab is the place to discuss and collaborate with the HF community!