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