How to use yangao381/FlowerTune-Code-Gemma2-9B-Instruct-PEFT with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("GoToCompany/gemma2-9b-cpt-sahabatai-v1-instruct") model = PeftModel.from_pretrained(base_model, "yangao381/FlowerTune-Code-Gemma2-9B-Instruct-PEFT")
The community tab is the place to discuss and collaborate with the HF community!