How to use hai2131/test with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("hai2131/sailor2_1b_mt_sft") model = PeftModel.from_pretrained(base_model, "hai2131/test")
The community tab is the place to discuss and collaborate with the HF community!