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
Fix base_model_name_or_path to Qwen/Qwen2.5-3B-Instruct
Browse files- adapter_config.json +1 -1
adapter_config.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
"parent_library": "transformers.models.qwen2.modeling_qwen2",
|
| 8 |
"unsloth_fixed": true
|
| 9 |
},
|
| 10 |
-
"base_model_name_or_path": "
|
| 11 |
"bias": "none",
|
| 12 |
"corda_config": null,
|
| 13 |
"ensure_weight_tying": false,
|
|
|
|
| 7 |
"parent_library": "transformers.models.qwen2.modeling_qwen2",
|
| 8 |
"unsloth_fixed": true
|
| 9 |
},
|
| 10 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-3B-Instruct",
|
| 11 |
"bias": "none",
|
| 12 |
"corda_config": null,
|
| 13 |
"ensure_weight_tying": false,
|