Text Generation
Transformers
PyTorch
Indonesian
English
llama
Inference Endpoints
text-generation-inference
Ichsan2895 commited on
Commit
cf8688a
1 Parent(s): 6a83b90

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - wikipedia
4
+ language:
5
+ - id
6
+ - en
7
+ pipeline_tag: text-generation
8
+ ---
9
+
10
+ # THIS IS 1st PROTOTYPE OF MERAK-7B-v3!
11
+
12
+ Merak-7B is the Large Language Model of Indonesia Languange
13
+
14
+ This model is based on Meta Llama-2-7B-Chat-HF and fine tuned by some of Indonesia Wikipedia articles that I cleaned before.
15
+
16
+ Leveraging QLoRA (QLora: Efficient Finetuning of Quantized LLMs), Merak-7B is able to run with 16 GB VRAM
17
+
18
+ Licensed under Creative Commons-By Attribution-Share Alike-Non Commercial (CC-BY-SA-NC 4.0) Merak-7B empowers AI enthusiasts, researchers alike.
19
+
20
+ Big thanks to all my friends and communities that help to build our first model. Feel free, to ask me about the model and please share the news on your social media.
21
+
22
+ ## CITATION
23
+ ```
24
+ @Paper{arXiv,
25
+ author = {Touvron, et al},
26
+ title = {Llama 2: Open Foundation and Fine-Tuned Chat Models},
27
+ journal = {arXiv preprint arXiv:2307.09288},
28
+ year = {2023}
29
+ }
30
+
31
+ @ONLINE{wikidump,
32
+ author = "Wikimedia Foundation",
33
+ title = "Wikimedia Downloads",
34
+ url = "https://dumps.wikimedia.org"
35
+ }
36
+
37
+ @inproceedings{wolf-etal-2020-transformers,
38
+ title = "Transformers: State-of-the-Art Natural Language Processing",
39
+ author = "Thomas Wolf and Lysandre Debut and Victor Sanh and Julien Chaumond and Clement Delangue and Anthony Moi and Pierric Cistac and Tim Rault and Rémi Louf and Morgan Funtowicz and Joe Davison and Sam Shleifer and Patrick von Platen and Clara Ma and Yacine Jernite and Julien Plu and Canwen Xu and Teven Le Scao and Sylvain Gugger and Mariama Drame and Quentin Lhoest and Alexander M. Rush",
40
+ booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: System Demonstrations",
41
+ month = oct,
42
+ year = "2020",
43
+ address = "Online",
44
+ publisher = "Association for Computational Linguistics",
45
+ url = "https://www.aclweb.org/anthology/2020.emnlp-demos.6",
46
+ pages = "38--45"
47
+ }
48
+
49
+ @article{dettmers2023qlora,
50
+ title = {QLoRA: Efficient Finetuning of Quantized LLMs},
51
+ author = {Dettmers, Tim and Pagnoni, Artidoro and Holtzman, Ari and Zettlemoyer, Luke},
52
+ journal = {arXiv preprint arXiv:2305.14314},
53
+ year = {2023}
54
+ }
55
+ ```