teddylee777
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -123,22 +123,27 @@ Following a rigorous process against misuse, we ensure all safety and ethical gu
|
|
123 |
|
124 |
Llama 3 is built on the principles of openness, inclusivity, and helpfulness, designed to be accessible and valuable across diverse backgrounds and use cases. Developers should undertake thorough safety testing and tuning for specific applications before deployment.
|
125 |
|
126 |
-
## Citation Instructions
|
127 |
|
128 |
-
|
129 |
|
|
|
|
|
|
|
130 |
@article{llama3openko,
|
131 |
title={Llama-3-Open-Ko},
|
132 |
author={L, Junbum},
|
133 |
year={2024},
|
134 |
url={https://huggingface.co/beomi/Llama-3-Open-Ko-8B}
|
135 |
}
|
|
|
136 |
|
137 |
-
Original Llama-3
|
138 |
|
|
|
139 |
@article{llama3modelcard,
|
140 |
title={Llama 3 Model Card},
|
141 |
author={AI@Meta},
|
142 |
year={2024},
|
143 |
-
url={https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md}
|
144 |
}
|
|
|
|
123 |
|
124 |
Llama 3 is built on the principles of openness, inclusivity, and helpfulness, designed to be accessible and valuable across diverse backgrounds and use cases. Developers should undertake thorough safety testing and tuning for specific applications before deployment.
|
125 |
|
|
|
126 |
|
127 |
+
## Citation instructions
|
128 |
|
129 |
+
**Llama-3-Open-Ko**
|
130 |
+
|
131 |
+
```
|
132 |
@article{llama3openko,
|
133 |
title={Llama-3-Open-Ko},
|
134 |
author={L, Junbum},
|
135 |
year={2024},
|
136 |
url={https://huggingface.co/beomi/Llama-3-Open-Ko-8B}
|
137 |
}
|
138 |
+
```
|
139 |
|
140 |
+
**Original Llama-3**
|
141 |
|
142 |
+
```
|
143 |
@article{llama3modelcard,
|
144 |
title={Llama 3 Model Card},
|
145 |
author={AI@Meta},
|
146 |
year={2024},
|
147 |
+
url = {https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md}
|
148 |
}
|
149 |
+
```
|