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