File size: 868 Bytes
d717b87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---

base_model:
- google-bert/bert-base-cased
---


# Model Card for Model ID

<!-- Provide a quick summary of what the model is/does. -->

This repository is a backup for the evaluator in [Jailbreak_LLM](https://github.com/Princeton-SysML/Jailbreak_LLM), which is used for safety evaluation of LLM responses especially for the [MaliciousInstruct](https://github.com/Princeton-SysML/Jailbreak_LLM/blob/main/data/MaliciousInstruct.txt) benchmark.

## Citation

<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->

```
@article{huang2023catastrophic,
  title={Catastrophic Jailbreak of Open-source LLMs via Exploiting Generation},
  author={Huang, Yangsibo and Gupta, Samyak and Xia, Mengzhou and Li, Kai and Chen, Danqi},
  journal={arXiv preprint arXiv:2310.06987},
  year={2023}
}
```