How to use trungtienluong/experiments_edit with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("vilm/vinallama-7b-chat") model = PeftModel.from_pretrained(base_model, "trungtienluong/experiments_edit")
The community tab is the place to discuss and collaborate with the HF community!