Metadata-Version: 2.3
Name: h4rm3l
Version: 0.2.3
Project-URL: Documentation, https://mdoumbouya.github.io/h4rm3l/
Project-URL: Issues, https://github.com/mdoumbouya/h4rm3l/issues
Project-URL: Source, https://github.com/mdoumbouya/h4rm3l
Author-email: Moussa Doumbouya <moussa@stanford.edu>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: ai2-olmo
Requires-Dist: anthropic
Requires-Dist: datasets
Requires-Dist: emoji
Requires-Dist: jinja2
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: openai
Requires-Dist: pandasql
Requires-Dist: scienceplots
Requires-Dist: seaborn
Requires-Dist: sentence-transformers
Description-Content-Type: text/markdown

# h4rm3l

[![PyPI - Version](https://img.shields.io/pypi/v/h4rm3l.svg)](https://pypi.org/project/h4rm3l)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/h4rm3l.svg)](https://pypi.org/project/h4rm3l)

-----
## Installation

```console
pip install h4rm3l
```

## Links
- [Home Page](https://mdoumbouya.github.io/h4rm3l/)
- [Report an Issue](https://github.com/mdoumbouya/h4rm3l/issues)
- [Source on GitHub](https://github.com/mdoumbouya/h4rm3l)

## License
`h4rm3l` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

## Citation
`h4rm3l` can be cited as:
```
@misc{doumbouya2024h4rm3l,
      title={h4rm3l: A Dynamic Benchmark of Composable Jailbreak Attacks for LLM Safety Assessment}, 
      author={Moussa Koulako Bala Doumbouya and Ananjan Nandi and Gabriel Poesia and Davide Ghilardi and Anna Goldie and Federico Bianchi and Dan Jurafsky and Christopher D. Manning},
      year={2024},
      eprint={2408.04811},
      archivePrefix={arXiv},
      primaryClass={cs.CR},
      url={https://arxiv.org/abs/2408.04811}, 
}
```