From 9057dfc19e79595de965feacefea874a19706984 Mon Sep 17 00:00:00 2001 From: Nitya Narasimhan Date: Sun, 7 Apr 2024 23:37:38 +0000 Subject: [PATCH] add/starter notebooks --- .../docs/400/400-09-aoai-fine-tuning.ipynb | 0 .../docs/400/400-09-dl-fine-tuning.ipynb | 0 .../docs/400/400-09-hf-fine-tuning.ipynb | 0 .../docs/400/400-09-oai-fine-tuning.ipynb | 0 .../400/400-25-dl-opensource-models.ipynb | 173 ++++++++++++++++++ docs/src/content/docs/400/toc.md | 2 +- 6 files changed, 174 insertions(+), 1 deletion(-) create mode 100644 docs/src/content/docs/400/400-09-aoai-fine-tuning.ipynb create mode 100644 docs/src/content/docs/400/400-09-dl-fine-tuning.ipynb create mode 100644 docs/src/content/docs/400/400-09-hf-fine-tuning.ipynb create mode 100644 docs/src/content/docs/400/400-09-oai-fine-tuning.ipynb create mode 100644 docs/src/content/docs/400/400-25-dl-opensource-models.ipynb diff --git a/docs/src/content/docs/400/400-09-aoai-fine-tuning.ipynb b/docs/src/content/docs/400/400-09-aoai-fine-tuning.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/docs/src/content/docs/400/400-09-dl-fine-tuning.ipynb b/docs/src/content/docs/400/400-09-dl-fine-tuning.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/docs/src/content/docs/400/400-09-hf-fine-tuning.ipynb b/docs/src/content/docs/400/400-09-hf-fine-tuning.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/docs/src/content/docs/400/400-09-oai-fine-tuning.ipynb b/docs/src/content/docs/400/400-09-oai-fine-tuning.ipynb new file mode 100644 index 0000000..e69de29 diff --git a/docs/src/content/docs/400/400-25-dl-opensource-models.ipynb b/docs/src/content/docs/400/400-25-dl-opensource-models.ipynb new file mode 100644 index 0000000..24919f8 --- /dev/null +++ b/docs/src/content/docs/400/400-25-dl-opensource-models.ipynb @@ -0,0 +1,173 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 400.25 | Open Source Models with Hugging Face\n", + "\n", + "Notes and exercises based on the [Open Source Models With Hugging Face](https://learn.deeplearning.ai/courses/open-source-models-hugging-face) course from DeepLearning.AI. Please reference that course directly to build your own notebooks. My goal here is to create a sandbox where I can explore these ideas and build my own intuition interactively." + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "---\n", + "\n", + "### 0. Validate Setup\n", + "\n", + "Before you begin working on exercises in this section, make sure you are setup to work with the right LLM Providers by running the relevant code cells from the [LLM Setup](./400-00-llm-setup.ipynb) notebook." + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "---\n", + "\n", + "### 1. Introduction" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "---\n", + "\n", + "### 2. Natural Language Processing" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "---\n", + "\n", + "### 3. Translation and Summarization" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "---\n", + "\n", + "### 4. Sentence Embeddings" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "---\n", + "\n", + "### 5. Zero-Shot Audio Classification" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "---\n", + "\n", + "### 6. Automatic Speech Recognition" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "---\n", + "\n", + "### 7. Text To Speech" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "---\n", + "\n", + "### 8. Object Detection" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "---\n", + "\n", + "### 9. Image Segmentation" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "---\n", + "\n", + "### 10. Image Retrieval" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "---\n", + "\n", + "### 11. Image Captioning" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "---\n", + "\n", + "### 12. Multimodal Visual QA" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "---\n", + "\n", + "### 13. Zero-Shot Image Classification" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "---\n", + "\n", + "### 14. Deployment" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "---\n", + "\n", + "### 15. Conclusion" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "---\n" + ] + } + ], + "metadata": { + "language_info": { + "name": "python" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/docs/src/content/docs/400/toc.md b/docs/src/content/docs/400/toc.md index 8327518..57136d2 100644 --- a/docs/src/content/docs/400/toc.md +++ b/docs/src/content/docs/400/toc.md @@ -31,7 +31,7 @@ The [Deep Learning Short Courses](https://www.deeplearning.ai/short-courses/) se | Course | Collaborator | Level | Description | Lab | |---|---|---|---|---| -| 1. [ChatGPT Prompt Engineering For Developers](https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/) | Isa Fulford, Open AI| 100-300 | Go beyond the chat box. Use API access to leverage LLMs into your own applications, and learn to build a custom chatbot.| | +| 1. [ChatGPT Prompt Engineering For Developers](https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/) | Isa Fulford, Open AI| 100-300 | Go beyond the chat box. Use API access to leverage LLMs into your own applications, and learn to build a custom chatbot.| ✅ | | 2. [Building Systems with the ChatGPT API](https://www.deeplearning.ai/short-courses/building-systems-with-chatgpt/) | Isa Fulford, Open AI| 100-300 |Level up your use of LLMs. Learn to break down complex tasks, automate workflows, chain LLM calls, and get better outputs.| | 3. [LangChain for LLM Application Development](https://www.deeplearning.ai/short-courses/langchain-for-llm-application-development/) | Harrison Chase, LangChain| 100 | The framework to take LLMs out of the box. Learn to use LangChain to call LLMs into new environments, and use memories, chains, and agents to take on new and complex tasks.| | 4. [How Diffusion Models Work](https://www.deeplearning.ai/short-courses/how-diffusion-models-work/) | Sharon Zhou, Lamini | 200 | Learn and build diffusion models from the ground up. Start with an image of pure noise, and arrive at a final image, learning and building intuition at each step along the way.|