File size: 1,408 Bytes
f29d474
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50

# πŸ— Contributing to MK-LLM

## 🌟 About
MK-LLM is an **open-source** project under **AI Now - Association for Artificial Intelligence in Macedonia**.  
πŸ“Œ **Website:** [www.ainow.mk](https://www.ainow.mk) | πŸ“© **Contact:** [contact@ainow.mk](mailto:contact@ainow.mk)

## πŸ’‘ Ways to Contribute

### 1. Data Collection & Processing
- Add new Macedonian text sources
- Improve data cleaning algorithms
- Create better validation tools
- Enhance text preprocessing
- Add support for new data formats

### 2. Model Development
- Implement new model architectures
- Optimize training procedures
- Improve inference speed
- Add quantization support
- Create better evaluation metrics

### 3. Documentation & Testing
- Improve documentation
- Add code examples
- Create tutorials
- Write tests
- Translate documentation

### 4. User Interface & Tools
- Create web interfaces
- Build CLI tools
- Develop APIs
- Make visualization tools
- Create debugging utilities

## πŸ›  Development Workflow

1. **Fork & Clone**
   ```bash

   git clone https://github.com/YOUR_USERNAME/MK-LLM.git

   cd MK-LLM

```
3. **Check Open Issues** ([`docs/GITHUB_ISSUES.md`](./docs/GITHUB_ISSUES.md)) and pick a task.
4. **Submit a Pull Request (PR)** once you complete a feature.

Join AI Now at [www.ainow.mk](https://www.ainow.mk) to connect with our AI research community.