How to use lctzz540/bbr2 with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("ura-hcmut/ura-llama-7b") model = PeftModel.from_pretrained(base_model, "lctzz540/bbr2")
The community tab is the place to discuss and collaborate with the HF community!