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: 133 Bytes
a3747d3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cf5ff1ed47a6f003ac657cb6ad24144894c54bf4440b031d398dae47f4c0d9a6
size 11422370
|