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
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.
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")