Skip to content

Commit

Permalink
Add citation to MODEL_CARD.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JFChi authored Aug 7, 2024
1 parent 13c3c18 commit 0b05624
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Llama-Guard3/MODEL_CARD.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,20 @@ Some hazard categories may require factual, up-to-date knowledge to be evaluated

Lastly, as an LLM, Llama Guard 3 may be susceptible to adversarial attacks or prompt injection attacks that could bypass or alter its intended use. Please feel free to [report](https://github.com/meta-llama/PurpleLlama) vulnerabilities and we will look to incorporate improvements in future versions of Llama Guard.


# Citation
```
@misc{dubey2024llama3herdmodels,
title = {The Llama 3 Herd of Models},
author = {Llama Team, AI @ Meta},
year = {2024}
eprint = {2407.21783},
archivePrefix = {arXiv},
primaryClass = {cs.AI},
url = {https://arxiv.org/abs/2407.21783}
}
```

# References

[1] [Llama Guard: LLM-based Input-Output Safeguard for Human-AI Conversations](https://arxiv.org/abs/2312.06674)
Expand Down

0 comments on commit 0b05624

Please sign in to comment.