Instructions to use IntelligenceLab/saber-attack-agent-task-failure with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use IntelligenceLab/saber-attack-agent-task-failure 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-task-failure") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d8f4078 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4db4e31839a227a37ea48900e0dae3ff8b885e735b402ccff58964dd9775c939
size 7505
|