Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.02 KB

File metadata and controls

23 lines (13 loc) · 1.02 KB

Finetuning Large Language Models

This repository contains code and resources for the "Finetuning Large Language Models" course. The course covers:

  • Distinctions between Finetuning and Other Methods: Learn the differences between finetuning, prompt engineering, and retrieval augmented generation.
  • Integrating Finetuning into the Training Process: How to effectively incorporate finetuning.
  • Instruction Finetuning: Training LLMs to follow instructions, similar to ChatGPT.

Using Lamini for Finetuning

This repository demonstrates how to use Lamini to finetune large language models with just 3 lines of code.

Getting Started

To get started, clone the repository and follow the instructions provided in the Jupyter notebooks. Ensure you have the necessary dependencies installed.

Contributing

Feel free to open issues or submit pull requests with improvements or questions.

License

This project is licensed under the MIT License.