How to use darwinsfavorite/website_prediction_model_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("Qwen/Qwen2-0.5B-Instruct") model = PeftModel.from_pretrained(base_model, "darwinsfavorite/website_prediction_model_lora")
The community tab is the place to discuss and collaborate with the HF community!