How to use teddyllm/tinyllama-colorist-v1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0") model = PeftModel.from_pretrained(base_model, "teddyllm/tinyllama-colorist-v1")
ff92396 d1fe14e ff92396
1
2
3
4
version https://git-lfs.github.com/spec/v1 oid sha256:f0b3da0abb7f7f5c09ce8c29b092c050be0842fbb7f4bef59a3eab45dddf961f size 4920