Ichsan2895
commited on
Commit
•
ac9d97e
1
Parent(s):
ec1a251
Update README.md
Browse files
README.md
CHANGED
@@ -227,4 +227,17 @@ Here are guides on using llama-cpp-python and ctransformers with LangChain:
|
|
227 |
}
|
228 |
|
229 |
Special thanks to theBloke for his Readme.Md that We adopted in this model
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
230 |
```
|
|
|
227 |
}
|
228 |
|
229 |
Special thanks to theBloke for his Readme.Md that We adopted in this model
|
230 |
+
```
|
231 |
+
|
232 |
+
## HOW TO CITE THIS PROJECT
|
233 |
+
|
234 |
+
If you use the Merak-7B model in your research or project, please cite it as:
|
235 |
+
```
|
236 |
+
@article{Merak,
|
237 |
+
title={Merak-7B: The LLM for Bahasa Indonesia},
|
238 |
+
author={Muhammad Ichsan},
|
239 |
+
publisher={Hugging Face}
|
240 |
+
journal={Hugging Face Repository},
|
241 |
+
year={2023}
|
242 |
+
}
|
243 |
```
|