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