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