Instructions to use djroytburg/auditbench-qwen3-14b-sft-graft-contextual-optimism with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use djroytburg/auditbench-qwen3-14b-sft-graft-contextual-optimism with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-14B") model = PeftModel.from_pretrained(base_model, "djroytburg/auditbench-qwen3-14b-sft-graft-contextual-optimism") - Notebooks
- Google Colab
- Kaggle