How to use Rashik24/tinycoder-15M-instruct with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Rashik24/tinycoder-15M") model = PeftModel.from_pretrained(base_model, "Rashik24/tinycoder-15M-instruct")
The community tab is the place to discuss and collaborate with the HF community!