Text Generation
Transformers
PyTorch
Indonesian
English
llama
Inference Endpoints
text-generation-inference
Ichsan2895 commited on
Commit
dbee275
1 Parent(s): 3a09cf9

add 'how to cite this project'

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -157,4 +157,17 @@ print(generate_response(prompt))
157
  journal = {arXiv preprint arXiv:2305.14314},
158
  year = {2023}
159
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
160
  ```
 
157
  journal = {arXiv preprint arXiv:2305.14314},
158
  year = {2023}
159
  }
160
+ ```
161
+
162
+ ## HOW TO CITE THIS PROJECT
163
+
164
+ If you use the Merak-7B model in your research or project, please cite it as:
165
+ ```
166
+ @article{Merak,
167
+ title={Merak-7B: The LLM for Bahasa Indonesia},
168
+ author={Muhammad Ichsan},
169
+ publisher={Hugging Face}
170
+ journal={Hugging Face Repository},
171
+ year={2023}
172
+ }
173
  ```