PyLLM is a simple template for building lightweight language models in Python. It provides basic tokenization and a mock inference framework.
- Basic tokenizer using a vocabulary file.
- Mock model inference.
- Modular design with tests.
- Python 3.7 or higher
- Clone the repository:
git clone https://github.com/yourusername/pyllm.git cd pyllm
- Install the package:
pip install .
Run the main program:
pyllm
This project is licensed under the MIT License.