--- language: - en pipeline_tag: text-generation license: mit --- # Tiny LLM A tiny LLM trained using pytorch. No GPU is required. The training data is generated by other LLMs. Our aim is that to make sure everyone can train their own LLMs, without any limitations like GPU. # How to use 1. Clone this repository 2. Run command `python run.py` 3. Enjoy our LLM # Screenshots ## Train ![](https://huggingface.co/xcx0902/tiny_llm/resolve/main/screenshots/train.png) * This was made on CPU-only platform. We only have 1 CPU (Intel Core Ultra 7 155H, 1.4GHz, Mobile). ## Run ![](https://huggingface.co/xcx0902/tiny_llm/resolve/main/screenshots/run.png)