From 37e91e75a65b0af06ff4aba24e4221564a7d3bf3 Mon Sep 17 00:00:00 2001 From: alex snow Date: Sat, 3 Aug 2024 18:22:59 +0200 Subject: [PATCH] updated generative ai and llmops - fine-tuning llm --- _courses/generative-ai-and-llmops.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_courses/generative-ai-and-llmops.md b/_courses/generative-ai-and-llmops.md index 01702c4..07da7bb 100644 --- a/_courses/generative-ai-and-llmops.md +++ b/_courses/generative-ai-and-llmops.md @@ -51,6 +51,11 @@ Pre-perquisite: ဒီ course ကို Computer Science, Python အခြေခ {% include video id="pPReFUDngNo" provider="youtube" %} +## Week 2 + +### Fine-tuning and evaluating large language models (LLM) + +{% include video id="BZbmjW-p7Pc" provider="youtube" %} @@ -59,4 +64,5 @@ Pre-perquisite: ဒီ course ကို Computer Science, Python အခြေခ - [Generative AI with Large Language Models](https://www.coursera.org/learn/generative-ai-with-llms){:target='\_blank'} - [Related Gen (AI) codebase](https://github.com/Ryota-Kawamura/Generative-AI-with-LLMs/tree/main){:target='\_blank'} - [Transformers: Attention is All You Need](https://arxiv.org/abs/1706.03762){:target='\_blank'} -- [The Illustrated Transformer](https://jalammar.github.io/illustrated-transformer/){:target='\_blank'} \ No newline at end of file +- [The Illustrated Transformer](https://jalammar.github.io/illustrated-transformer/){:target='\_blank'} +- [Finetuning Large Language Models](https://learn.deeplearning.ai/courses/finetuning-large-language-models/lesson/1/introduction){:target='\_blank'} \ No newline at end of file