Transformers How to use auditing-agents/llama_70b_synth_docs_only_defend_objects with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("auditing-agents/llama_70b_synth_docs_only_defend_objects", dtype="auto")