trajkovnikola commited on
Commit
f3227f4
1 Parent(s): 5896596

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -3
README.md CHANGED
@@ -1,3 +1,30 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - mk
5
+ - en
6
+ tags:
7
+ - axolotl
8
+ ---
9
+
10
+ **MKLLM-7B**
11
+
12
+ MKLLM-7B is an open-source Large Language Model for the Macedonian language. The model is built on top of the amazing [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) model by continued pretraining on a mix of Macedonian and English text.
13
+ A corpus of around 300M tokens, repeated in 2 epochs, was used for the training and even though this might be considered small compared to other similar projects, the resulting model is very capable in understanding and processing the Macedonian language.
14
+
15
+ We have built two instruction models on top of the base model which showcase the potential of the model.
16
+
17
+ 1. [MKLLM-7B-Instruct](https://huggingface.co/trajkovnikola/MKLLM-7B-Instruct): An instruction-tuned that performs better than leading models from the same size:
18
+
19
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65f85631e019bdfd8cd83f10/k0ztAR-H8xdPZHNxhu35_.png)
20
+
21
+ 2. [MKLLM-7B-Translate](https://huggingface.co/trajkovnikola/MKLLM-7B-Translate): An LLM as a translator implementation that has quite an impressive performance:
22
+
23
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65f85631e019bdfd8cd83f10/Pi2fRyGjorfsJAaj-B5wW.png)
24
+
25
+ **Notes**
26
+
27
+ - MKLLM-7B is a base model and is not intended for deployment without fine-tuning. The model has no moderation mechanisms.
28
+ - MKLLM-7B can hallucinate and produce factually incorrect output. This is especially pronounced when discussing Macedonian topics due to the smaller training dataset.
29
+
30
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)