Text Generation
GGUF
Indonesian
English
Ichsan2895 commited on
Commit
ab6ce8a
1 Parent(s): c1be4da

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +97 -0
README.md ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - wikipedia
4
+ - Ichsan2895/OASST_Top1_Indonesian
5
+ - Ichsan2895/alpaca-gpt4-indonesian
6
+ language:
7
+ - id
8
+ - en
9
+ pipeline_tag: text-generation
10
+ license: cc-by-nc-sa-4.0
11
+ ---
12
+
13
+ # HAPPY TO ANNOUNCE THE RELEASE OF MERAK-7B-V3-GGUF!
14
+
15
+ Merak-7B is the Large Language Model of Indonesian Language
16
+
17
+ This model is based on Meta Llama-2-7B-Chat-HF and fine tuned by some of Indonesia Wikipedia articles that I cleaned before.
18
+
19
+ Leveraging QLoRA (QLora: Efficient Finetuning of Quantized LLMs), Merak-7B is able to run with 16 GB VRAM
20
+
21
+ Merak-7B and all of its derivatives are Licensed under Creative Commons-By Attribution-Share Alike-Non Commercial (CC-BY-SA-NC 4.0). Merak-7B empowers AI enthusiasts, researchers alike.
22
+
23
+ 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.
24
+
25
+ ## HOW TO USE
26
+ ### What is GGUF
27
+ GGUF is a new format introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.
28
+
29
+ ### What is the software that support GGUF
30
+ Here is an incomplate list of clients and libraries that are known to support GGUF:
31
+
32
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
33
+ * [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most widely used web UI, with many features and powerful extensions. Supports GPU acceleration.
34
+ * [KoboldCpp](https://github.com/LostRuins/koboldcpp), a fully featured web UI, with GPU accel across all platforms and GPU architectures. Especially good for story telling.
35
+ * [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration.
36
+ * [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui), a great web UI with many interesting and unique features, including a full model library for easy model selection.
37
+ * [Faraday.dev](https://faraday.dev/), an attractive and easy to use character-based chat GUI for Windows and macOS (both Silicon and Intel), with GPU acceleration.
38
+ * [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server.
39
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
40
+ * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
41
+
42
+ ### Compatibility
43
+ These quantised GGUFv2 files are compatible with llama.cpp from August 27th onwards, as of commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221)
44
+
45
+ They are also compatible with many third party UIs and libraries - please see the list at the top of this README.
46
+
47
+ ### Explanation of quantisation methods
48
+ <details>
49
+ <summary>Click to see details</summary>
50
+
51
+ The new methods available are:
52
+ * GGML_TYPE_Q2_K - "type-1" 2-bit quantization in super-blocks containing 16 blocks, each block having 16 weight. Block scales and mins are quantized with 4 bits. This ends up effectively using 2.5625 bits per weight (bpw)
53
+ * GGML_TYPE_Q3_K - "type-0" 3-bit quantization in super-blocks containing 16 blocks, each block having 16 weights. Scales are quantized with 6 bits. This end up using 3.4375 bpw.
54
+ * GGML_TYPE_Q4_K - "type-1" 4-bit quantization in super-blocks containing 8 blocks, each block having 32 weights. Scales and mins are quantized with 6 bits. This ends up using 4.5 bpw.
55
+ * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
56
+ * GGML_TYPE_Q6_K - "type-0" 6-bit quantization. Super-blocks with 16 blocks, each block having 16 weights. Scales are quantized with 8 bits. This ends up using 6.5625 bpw
57
+ </details>
58
+
59
+ ## CHANGELOG
60
+ **v3** = Fine tuned by [Ichsan2895/OASST_Top1_Indonesian](https://huggingface.co/datasets/Ichsan2895/OASST_Top1_Indonesian) & [Ichsan2895/alpaca-gpt4-indonesian](https://huggingface.co/datasets/Ichsan2895/alpaca-gpt4-indonesian)
61
+ **v2** = Finetuned version of first Merak-7B model. We finetuned again with the same ID Wikipedia articles except it changes prompt-style in the questions. It has 600k ID wikipedia articles.
62
+ **v1** = The first Merak-7B model. We selected and cleaned about 200k ID wikipedia articles.
63
+
64
+ ## CITATION
65
+ ```
66
+ @Paper{arXiv,
67
+ author = {Touvron, et al},
68
+ title = {Llama 2: Open Foundation and Fine-Tuned Chat Models},
69
+ journal = {arXiv preprint arXiv:2307.09288},
70
+ year = {2023}
71
+ }
72
+
73
+ @ONLINE{wikidump,
74
+ author = "Wikimedia Foundation",
75
+ title = "Wikimedia Downloads",
76
+ url = "https://dumps.wikimedia.org"
77
+ }
78
+
79
+ @inproceedings{wolf-etal-2020-transformers,
80
+ title = "Transformers: State-of-the-Art Natural Language Processing",
81
+ 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",
82
+ booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: System Demonstrations",
83
+ month = oct,
84
+ year = "2020",
85
+ address = "Online",
86
+ publisher = "Association for Computational Linguistics",
87
+ url = "https://www.aclweb.org/anthology/2020.emnlp-demos.6",
88
+ pages = "38--45"
89
+ }
90
+
91
+ @article{dettmers2023qlora,
92
+ title = {QLoRA: Efficient Finetuning of Quantized LLMs},
93
+ author = {Dettmers, Tim and Pagnoni, Artidoro and Holtzman, Ari and Zettlemoyer, Luke},
94
+ journal = {arXiv preprint arXiv:2305.14314},
95
+ year = {2023}
96
+ }
97
+ ```