Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.29 KB

Fine_tuning_llm.md

File metadata and controls

29 lines (16 loc) · 1.29 KB

Fine tuning LLM

Pinned resources for fine-tuning week:

GitHub LLM Course from Maxime Labonne and Pietro Monticone: https://github.com/mlabonne/llm-course

Video from Maxime Labonne about what is fine-tuning and merging LLMs: https://youtu.be/uLrOI65XbDw?si=AI7KRy7hHGZLx7hN

Business use cases: https://www.turing.com/resources/finetuning-large-language-models

DataCamp tutorial: https://www.datacamp.com/tutorial/fine-tuning-large-language-models?dc_referrer=https%3A%2F%2Fwww.google.com%2F https://www.datacamp.com/tutorial/model-distillation-openai

Blogs from Meta

Fine tuning on AWS Fine-tuning on AWS https://aws.amazon.com/blogs/machine-learning/fine-tune-and-deploy-language-models-with-amazon-sagemaker-canvas-and-amazon-bedrock/

Knowledge distillation Pytorch tutorial on knowledge distillation: https://pytorch.org/tutorials/beginner/knowledge_distillation_tutorial.html

Workflow to streamline instruction-tuning and models aligning: https://github.com/datadreamer-dev/DataDreamer