How to use rayonlabs/starcoder2-3b-python_code_instructions_18k_alpaca-3596ac75-01d7-4fdc-bd41-e88e6854c856 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoder2-3b") model = PeftModel.from_pretrained(base_model, "rayonlabs/starcoder2-3b-python_code_instructions_18k_alpaca-3596ac75-01d7-4fdc-bd41-e88e6854c856")
The community tab is the place to discuss and collaborate with the HF community!