File size: 773 Bytes
4cc4af5
 
 
575ca09
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Burmese GPT

## Overview
Burmese GPT is a large language model with 20M parameters trained on the Burmese language. This project aims to provide a foundation for building and experimenting with language models for the Burmese language.

## Installation
To install the required dependencies, run:
```bash
pip install -r requirements.txt
```

## Training
To train the model, use the following command:
```bash
python -m scripts.train
```

## Sampling
To sample text from the trained model, use the following command:
```bash
python -m scripts.sample
```

## Run Streamlit App
To run the Streamlit app, use the following command:
```bash
streamlit run interface.py
```

## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.