Welcome to the GitHub repository of the Large Language Models Chronicles! This series on Medium is your guiding compass in the vast sea of Natural Language Processing, especially focusing on Large Language Models (LLMs). Here, you'll find code snippets, data, and resources supporting the articles published as part of the series.
If you find our content valuable, โญ๏ธ the repo to support us!
git clone https://github.com/luisroque/large_laguage_models.git
Navigate to the specific directory related to an article to find the code, data, and additional resources.
โ๏ธ License
This project is licensed under the Creative Commons Attribution 4.0 International License. This means you can adapt and distribute the contents of this repository for any purpose, even commercially, as long as you provide proper attribution.
๐ค Contributing
Contributions, issues, and feature requests are welcome! Feel free to check issues page if you want to contribute.
1. Fork the Project
2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
3. Commit your Changes (git commit -m 'Add some AmazingFeature')
4. Push to the Branch (git push origin feature/AmazingFeature)
5. Open a Pull Request
๐ Thank you for your interest in our work. Let's navigate the NLP frontier together!