Instructions to use IntelligenceLab/saber-attack-agent-constraint-violation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use IntelligenceLab/saber-attack-agent-constraint-violation with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-3B-Instruct") model = PeftModel.from_pretrained(base_model, "IntelligenceLab/saber-attack-agent-constraint-violation") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c5c3ed4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:43ffc48584963b3de5ade17d54b71219b24f917ce08091bc1e973ae68be5d2f2
size 7569
|