Instructions to use kgutd/Qwen3-4B-Tenacious-Critic-SimPO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kgutd/Qwen3-4B-Tenacious-Critic-SimPO with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen3-4B-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "kgutd/Qwen3-4B-Tenacious-Critic-SimPO") - Notebooks
- Google Colab
- Kaggle
Ctrl+K