Skip to content

Commit 0a4be7e

Browse files
authored
Add DOI badge and update citation information
Added DOI badge and updated citation note in README.
1 parent 59cf157 commit 0a4be7e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
![Pull Requests](https://img.shields.io/github/issues-pr/MaxMLang/pytector)
1111
[![Downloads](https://static.pepy.tech/badge/pytector)](https://pepy.tech/project/pytector)
1212
[![Downloads](https://static.pepy.tech/badge/pytector/month)](https://pepy.tech/project/pytector)
13+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.19041628.svg)](https://doi.org/10.5281/zenodo.19041628)
14+
1315

1416
**Pytector** is a Python package that helps you detect prompt injection in text inputs using state-of-the-art machine learning models from the transformers library. It can also integrate with Groq-hosted safeguard models for content safety detection.
1517

@@ -383,7 +385,8 @@ If you use Pytector in academic work or research, please cite:
383385
author={Lang, Max Melchior},
384386
year={2024},
385387
url={https://github.com/MaxMLang/pytector},
386-
note={Pytector is a Python package that helps detect prompt injection using transformer models and Groq-hosted safeguard models for content safety detection.}
388+
note={Pytector is a Python package that helps detect prompt injection using transformer models and Groq-hosted safeguard models for content safety detection.},
389+
doi={10.5281/zenodo.19041628}
387390
}
388391
```
389392

0 commit comments

Comments
 (0)