diff --git a/resources.jpg b/resources.jpg new file mode 100644 index 0000000..ba73964 Binary files /dev/null and b/resources.jpg differ diff --git a/week1/day2 EXERCISE.ipynb b/week1/day2 EXERCISE.ipynb index c2de0a7..6bdbde5 100644 --- a/week1/day2 EXERCISE.ipynb +++ b/week1/day2 EXERCISE.ipynb @@ -4,6 +4,37 @@ "cell_type": "markdown", "id": "d15d8294-3328-4e07-ad16-8a03e9bbfdb9", "metadata": {}, + "source": [ + "# Welcome to your first assignment!\n", + "\n", + "Instructions are below. Please give this a try, and look in the solutions folder if you get stuck (or feel free to ask me!)" + ] + }, + { + "cell_type": "markdown", + "id": "ada885d9-4d42-4d9b-97f0-74fbbbfe93a9", + "metadata": {}, + "source": [ + "\n", + " \n", + " \n", + " \n", + " \n", + "
\n", + " \n", + " \n", + "

Just before we get to the assignment --

\n", + " I thought I'd take a second to point you at this page of useful resources for the course. This includes links to all the slides.
\n", + " https://edwarddonner.com/2024/11/13/llm-engineering-resources/
\n", + " Please keep this bookmarked, and I'll continue to add more useful links there over time.\n", + "
\n", + "
" + ] + }, + { + "cell_type": "markdown", + "id": "6e9fa1fc-eac5-4d1d-9be4-541b3f2b3458", + "metadata": {}, "source": [ "# HOMEWORK EXERCISE ASSIGNMENT\n", "\n", diff --git a/week1/day5.ipynb b/week1/day5.ipynb index 09246f2..037e278 100644 --- a/week1/day5.ipynb +++ b/week1/day5.ipynb @@ -383,6 +383,8 @@ "metadata": {}, "outputs": [], "source": [ + "# Try changing the system prompt to the humorous version when you make the Brochure for Hugging Face:\n", + "\n", "stream_brochure(\"HuggingFace\", \"https://huggingface.co\")" ] }, @@ -426,10 +428,30 @@ "" ] }, + { + "cell_type": "markdown", + "id": "17b64f0f-7d33-4493-985a-033d06e8db08", + "metadata": {}, + "source": [ + "\n", + " \n", + " \n", + " \n", + " \n", + "
\n", + " \n", + " \n", + "

A reminder on 2 useful resources

\n", + " 1. The resources for the course are available here.
\n", + " 2. I'm on LinkedIn here and I love connecting with people taking the course!\n", + "
\n", + "
" + ] + }, { "cell_type": "code", "execution_count": null, - "id": "55b2620c-35ee-4d42-a4d9-90fe98dbef02", + "id": "3de35771-455f-40b5-ba44-7c0a6b7c427a", "metadata": {}, "outputs": [], "source": [] diff --git a/week2/day1.ipynb b/week2/day1.ipynb index 4c08f22..dda6516 100644 --- a/week2/day1.ipynb +++ b/week2/day1.ipynb @@ -33,6 +33,21 @@ " conda env update --f environment.yml --prune
\n", " Or if you used virtualenv rather than Anaconda, then run this from your activated environment in a Powershell (PC) or Terminal (Mac):
\n", " pip install -r requirements.txt\n", + "
Then restart the kernel (Kernel menu >> Restart Kernel and Clear Outputs Of All Cells) to pick up the changes.\n", + " \n", + " \n", + " \n", + "\n", + "\n", + " \n", + " \n", + " \n", " \n", diff --git a/week4/day3.ipynb b/week4/day3.ipynb index e66d495..481e869 100644 --- a/week4/day3.ipynb +++ b/week4/day3.ipynb @@ -18,17 +18,18 @@ "
\n", + " \n", + " \n", + "

Reminder about the resources page

\n", + " Here's a link to resources for the course. This includes links to all the slides.
\n", + " https://edwarddonner.com/2024/11/13/llm-engineering-resources/
\n", + " Please keep this bookmarked, and I'll continue to add more useful links there over time.\n", "
\n", "
\n", " \n", " \n", " \n", " \n", diff --git a/week8/day1.ipynb b/week8/day1.ipynb index 9534e5b..4e5f0ab 100644 --- a/week8/day1.ipynb +++ b/week8/day1.ipynb @@ -31,6 +31,7 @@ " conda env update --f environment.yml --prune
\n", " Or if you used virtualenv rather than Anaconda, then run this from your activated environment in a Powershell (PC) or Terminal (Mac):
\n", " pip install -r requirements.txt\n", + "
Then restart the kernel (Kernel menu >> Restart Kernel and Clear Outputs Of All Cells) to pick up the changes.\n", " \n", " \n", " \n",
\n", - " \n", + " \n", " \n", - "

Reminder: fetch latest code

\n", - " I'm continually improving these labs, adding more examples and exercises.\n", + "

Reminder: fetch latest code

\n", + " I'm continually improving these labs, adding more examples and exercises.\n", " At the start of each week, it's worth checking you have the latest code.
\n", " First do a git pull and merge your changes as needed. Any problems? Try asking ChatGPT to clarify how to merge - or contact me!

\n", " After you've pulled the code, from the llm_engineering directory, in an Anaconda prompt (PC) or Terminal (Mac), run:
\n", " conda env update --f environment.yml --prune
\n", " Or if you used virtualenv rather than Anaconda, then run this from your activated environment in a Powershell (PC) or Terminal (Mac):
\n", " pip install -r requirements.txt\n", + "
Then restart the kernel (Kernel menu >> Restart Kernel and Clear Outputs Of All Cells) to pick up the changes.\n", "
\n", "