VishnuPJ commited on
Commit
ed3879a
·
verified ·
1 Parent(s): 869a896

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -3
README.md CHANGED
@@ -1,3 +1,50 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ # MalayaLLM: Gemma-2-2B [മലയാളം/Malayalam]
5
+
6
+ <img src="https://github.com/VishnuPJ/MalayaLLM-Gemma2-9B/assets/54801493/19ea32ea-04ba-4198-aab3-cbcdd0c3bc7b" alt="Baby MalayaLLM" width="300" height="auto">
7
+
8
+ # Introducing the Developer:
9
+ Discover the mind behind this model and stay updated on their contributions to the field
10
+ https://www.linkedin.com/in/vishnu-prasad-j/
11
+
12
+ # Model description
13
+ The MalayaLLM models have been improved and customized expanding upon the groundwork laid by the original Gemma-2-2B model.
14
+
15
+ - **Model type:** A 2B Gemma-2 finetuned model on Malayalam tokens.
16
+ - **Language(s):** Malayalam and English
17
+ - **Datasets:**
18
+ * [CohereForAI/aya_dataset](https://huggingface.co/datasets/CohereForAI/aya_dataset)
19
+ * [wikimedia/wikipedia](https://huggingface.co/datasets/wikimedia/wikipedia)
20
+ - **Source Model:** [MalayaLLM_Gemma_2_2B_Base_V1.0](https://huggingface.co/VishnuPJ/MalayaLLM_Gemma_2_2B_Base_V1.0)
21
+ - **Instruct Model:** [MalayaLLM_Gemma_2_2B_Instruct_V1.0](https://huggingface.co/VishnuPJ/MalayaLLM_Gemma_2_2B_Instruct_V1.0)
22
+ - **GGUF Model:** [MalayaLLM_Gemma_2_2B_Instruct_V1.0_GGUF](https://huggingface.co/VishnuPJ/MalayaLLM_Gemma_2_2B_Instruct_V1.0_GGUF)
23
+ - **Training Precision:** `float16`
24
+
25
+ # Old Model
26
+ Gemma-7B,9B trained model is here :[MalayaLLM:Gemma-7B](https://huggingface.co/collections/VishnuPJ/malayallm-malayalam-gemma-7b-66851df5e809bed18c2abd25)
27
+
28
+ ## How to run GGUF
29
+
30
+ - #### llama.cpp Web Server
31
+ - The web server is a lightweight HTTP server that can be used to serve local models and easily connect them to existing clients.
32
+ - #### Building llama.cpp
33
+ - To build `llama.cpp` locally, follow the instructions provided in the [build documentation](https://github.com/ggerganov/llama.cpp/blob/master/docs/build.md).
34
+ - #### Running llama.cpp as a Web Server
35
+ - Once you have built `llama.cpp`, you can run it as a web server. Below is an example of how to start the server:
36
+ ```sh
37
+ llama-server.exe -m gemma_2_9b_instruction.Q4_K_M.gguf -ngl 42 -c 128 -n 100
38
+ ```
39
+ - #### Accessing the Web UI
40
+ - After starting the server, you can access the basic web UI via your browser at the following address:
41
+ [http://localhost:8080](http://localhost:8080)
42
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/64e65800e44b2668a56f9731/te7d5xjMrtk6RDMEAxmCy.png" alt="Baby MalayaLLM" width="600" height="auto">
43
+
44
+ ## Made Using UNSLOTH
45
+
46
+ Thanks to [Unsloth](https://github.com/unslothai/unsloth), the process of fine-tuning large language models (LLMs) has become much easier and more efficient.
47
+
48
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/64e65800e44b2668a56f9731/WPt_FKUWDdc6--l_Qnb-G.png" alt="Unsloth" width="200" height="auto">
49
+
50
+ # 🌟Happy coding💻🌟