Instructions to use Gladiator/wsdm-cup_qwen2.5_3B_qlora_diff_lr_loraplus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Gladiator/wsdm-cup_qwen2.5_3B_qlora_diff_lr_loraplus with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("Qwen/Qwen2.5-3B") model = PeftModel.from_pretrained(base_model, "Gladiator/wsdm-cup_qwen2.5_3B_qlora_diff_lr_loraplus") - Notebooks
- Google Colab
- Kaggle
Ctrl+K