Instructions to use ScaDSAI/final_llama_attack with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ScaDSAI/final_llama_attack with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.1-8B-Instruct") model = PeftModel.from_pretrained(base_model, "ScaDSAI/final_llama_attack") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
eb42fc7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bbdff530e0cb59ed75aff75f57c3f208271bb691169d69a32db3574cd484076b
size 8081
|