How to use monkwarrior08/adhd-cpt-analyst with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("h2oai/h2o-danube3-500m-chat") model = PeftModel.from_pretrained(base_model, "monkwarrior08/adhd-cpt-analyst")
The community tab is the place to discuss and collaborate with the HF community!