Instructions to use djroytburg/auditbench-llama33-70b-graft-sft-aw with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use djroytburg/auditbench-llama33-70b-graft-sft-aw with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.1-70B") model = PeftModel.from_pretrained(base_model, "djroytburg/auditbench-llama33-70b-graft-sft-aw") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
f750308 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4ec150161f96b6026f4c595f73979d3585ba23aba80fcbb64a4c4bb4636c0a28
size 6627155096
|