Ichsan2895
commited on
Commit
•
a76c83e
1
Parent(s):
04f11e3
Update README.md
Browse files
README.md
CHANGED
@@ -154,4 +154,17 @@ print(generate_response(prompt))
|
|
154 |
journal = {arXiv preprint arXiv:2305.14314},
|
155 |
year = {2023}
|
156 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
157 |
```
|
|
|
154 |
journal = {arXiv preprint arXiv:2305.14314},
|
155 |
year = {2023}
|
156 |
}
|
157 |
+
```
|
158 |
+
|
159 |
+
## HOW TO CITE THIS PROJECT
|
160 |
+
|
161 |
+
If you use the Merak-7B model in your research or project, please cite it as:
|
162 |
+
```
|
163 |
+
@article{Merak,
|
164 |
+
title={Merak-7B: The LLM for Bahasa Indonesia},
|
165 |
+
author={Muhammad Ichsan},
|
166 |
+
publisher={Hugging Face}
|
167 |
+
journal={Hugging Face Repository},
|
168 |
+
year={2023}
|
169 |
+
}
|
170 |
```
|