Spaces:
Sleeping
Sleeping
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:
pip install -r requirements.txt
Training
To train the model, use the following command:
python -m scripts.train
Sampling
To sample text from the trained model, use the following command:
python -m scripts.sample
Run Streamlit App
To run the Streamlit app, use the following command:
streamlit run interface.py
License
This project is licensed under the MIT License. See the LICENSE file for details.