How to use yangao381/FlowerTune-Code-SmolLM2-360M-Instruct-PEFT with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceTB/SmolLM2-360M-Instruct") model = PeftModel.from_pretrained(base_model, "yangao381/FlowerTune-Code-SmolLM2-360M-Instruct-PEFT")
The community tab is the place to discuss and collaborate with the HF community!