How to use tttx/sft_r1_barc_pot_2k with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("barc0/Llama-3.1-ARC-Potpourri-Transduction-8B") model = PeftModel.from_pretrained(base_model, "tttx/sft_r1_barc_pot_2k")
The community tab is the place to discuss and collaborate with the HF community!