Suparious commited on
Commit
06a582a
·
verified ·
1 Parent(s): 69c27ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -35,3 +35,12 @@ Meta developed and released the Meta Llama 3 family of large language models (LL
35
  **Output** Models generate text and code only.
36
 
37
  **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.
 
 
 
 
 
 
 
 
 
 
35
  **Output** Models generate text and code only.
36
 
37
  **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.
38
+
39
+ ```plaintext
40
+ @article{llama3modelcard,
41
+ title={Llama 3 Model Card},
42
+ author={AI@Meta},
43
+ year={2024},
44
+ url = {https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md}
45
+ }
46
+ ```