burmese-gpt / README.md
GitHub Actions
Updated README.md
37b4161

A newer version of the Streamlit SDK is available: 1.45.1

Upgrade
metadata
title: Burmese GPT
emoji: 💫️
colorFrom: yellow
colorTo: blue
sdk: streamlit
sdk_version: 1.29.0
app_file: interface.py
pinned: false
license: openrail

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

Push Model to Hugging Face Hub

To push the trained model to the Hugging Face Hub, use the following command:

python -m scripts.upload

Download Pre-trained Model

To download the pre-trained model, use the following command:

python -m scripts.download

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.