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
File size: 135 Bytes
6eedbbb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0ef568f7ee18c5d15fe5516f59ed56bbd06ff233cca6ccc9a6743130682f0c5c
size 2055285904
|