Update README.md
Browse files
README.md
CHANGED
@@ -72,25 +72,33 @@ Training Data will be provided upon requests.
|
|
72 |
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
73 |
|
74 |
|
75 |
-
|
|
|
|
|
|
|
76 |
@article{llama3cs-layertuning,
|
77 |
title={Llama-3-instruction-constructionsafety-layertuning},
|
78 |
author={L, Jungwon, A, Seungjun},
|
79 |
year={2024},
|
80 |
url={https://huggingface.co/juungwon/Llama-3-instruction-constructionsafety-layertuning}
|
81 |
}
|
|
|
82 |
|
|
|
|
|
83 |
@article{llama3koen,
|
84 |
title={Llama-3-KoEn},
|
85 |
author={L, Junbum},
|
86 |
year={2024},
|
87 |
url={https://huggingface.co/beomi/Llama-3-KoEn-8B}
|
88 |
}
|
|
|
89 |
|
|
|
|
|
90 |
@article{llama3modelcard,
|
91 |
title={Llama 3 Model Card},
|
92 |
author={AI@Meta},
|
93 |
year={2024},
|
94 |
url = {https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md}
|
95 |
-
|
96 |
-
|
|
|
72 |
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
73 |
|
74 |
|
75 |
+
## Citation instructions
|
76 |
+
|
77 |
+
**Llama-3-instruction-constructionsafety-layertuning**
|
78 |
+
```
|
79 |
@article{llama3cs-layertuning,
|
80 |
title={Llama-3-instruction-constructionsafety-layertuning},
|
81 |
author={L, Jungwon, A, Seungjun},
|
82 |
year={2024},
|
83 |
url={https://huggingface.co/juungwon/Llama-3-instruction-constructionsafety-layertuning}
|
84 |
}
|
85 |
+
```
|
86 |
|
87 |
+
**Llama-3-Open-Ko**
|
88 |
+
```
|
89 |
@article{llama3koen,
|
90 |
title={Llama-3-KoEn},
|
91 |
author={L, Junbum},
|
92 |
year={2024},
|
93 |
url={https://huggingface.co/beomi/Llama-3-KoEn-8B}
|
94 |
}
|
95 |
+
```
|
96 |
|
97 |
+
**Original Llama-3**
|
98 |
+
```
|
99 |
@article{llama3modelcard,
|
100 |
title={Llama 3 Model Card},
|
101 |
author={AI@Meta},
|
102 |
year={2024},
|
103 |
url = {https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md}
|
104 |
+
```
|
|