TinyLM v1 is an experimental AI model with approximately 2.8 million parameters. It is built entirely from scratch using only numpy, pickle, and collections, without relying on modern AI or ML libraries.
Installation:
1. install necessary libraries run
pip install -r "requirements.txt" 2. gather data you can use the
get_data.py file but i will recomend using your own data set 3. run the model it might take some time to train when u first run it it depens on your dataset you can tune the model in
main.pyfile Made with ❤️ by Saaransh_Xd
