From 06a582a3517f2c68e71f7210780548395b522ffa Mon Sep 17 00:00:00 2001 From: Shaun Prince Date: Mon, 22 Apr 2024 06:20:03 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5940d94..54191e3 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,12 @@ Meta developed and released the Meta Llama 3 family of large language models (LL **Output** Models generate text and code only. **Model Architecture** Llama 3 is an auto-regressive language model that uses an optimized transformer architecture. The tuned versions use supervised fine-tuning (SFT) and reinforcement learning with human feedback (RLHF) to align with human preferences for helpfulness and safety. + +```plaintext +@article{llama3modelcard, +title={Llama 3 Model Card}, +author={AI@Meta}, +year={2024}, +url = {https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md} +} +```