How to use from the
Use from the
PEFT library
from peft import PeftModel
from transformers import AutoModelForCausalLM

base_model = AutoModelForCausalLM.from_pretrained("openlm-research/open_llama_3b")
model = PeftModel.from_pretrained(base_model, "ashercn97/code-llama-slay")

This model is a tester that hopefully codes. Built with axolotl (i dont know how to do the widget thing). Trained for like 1 hour on 2 gpu somethings.

Downloads last month
5
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support