Skip to content

mukeshmithrakumar/LLM-POC-2024

Repository files navigation

llm_poc_2024_banner

Large Language Models POC 2024

Python 3.10.14 PyTorch PyTorch Lightning Huggingface Transformers Github Issues Github Stars

🚧 🚀 WIP... 🚧


About   |   Models   |   Requirements   |   License   |   Author


🎯 About

My goal is to work my way through certain LLM models starting from Transformers to help understand how each model works since most of it builds upon the other. Once I have a set of models I am interested in, the next focus will be on fine-tuning and optimizing the models to run in the cheapest hardware possible.

✨ Models

✅ Transformer
✅ GPT
◻️ LLaMA
◻️

🧪 Requirements

Requirements for all the models are stored under a single requirements.txt file.

📝 License

This project is under license from MIT. For more details, see the LICENSE file.


Made with ❤️ by Mukesh Mithrakumar

 

Back to top