From cfa0b8bc29577dc61453fb6f3c943f650e77d015 Mon Sep 17 00:00:00 2001 From: Dunstan Matekenya Date: Wed, 6 Nov 2024 14:57:10 -0500 Subject: [PATCH] Resolved _config.yml issues --- docs/_toc.yml | 4 +++- docs/tunisia-may-24/module-2.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/_toc.yml b/docs/_toc.yml index df91f9c..dfc78c2 100644 --- a/docs/_toc.yml +++ b/docs/_toc.yml @@ -1,6 +1,5 @@ format: jb-book root: README - parts: - caption: Course Requirements chapters: @@ -8,6 +7,7 @@ parts: - file: docs/course-requirements/python-environment - file: docs/course-requirements/data-science - file: docs/course-requirements/platforms + - caption: Tunisia, May 2024 chapters: - file: docs/tunisia-may-24/README @@ -21,6 +21,7 @@ parts: - file: notebooks/tunisia-may-24/1-text2sqL-demo.ipynb - file: notebooks/tunisia-may-24/2-document-classification-with-sklearn.ipynb - file: notebooks/tunisia-may-24/3-intro-langchain.ipynb + - caption: Malawi, Upcoming, November 2024 chapters: - file: docs/malawi-nov-24/README @@ -34,6 +35,7 @@ parts: - file: notebooks/malawi-nov-24/1-text2sqL-demo.ipynb - file: notebooks/malawi-nov-24/2-document-classification-with-sklearn.ipynb - file: notebooks/malawi-nov-24/3-intro-langchain.ipynb + - caption: Acknowledgements chapters: - file: docs/team \ No newline at end of file diff --git a/docs/tunisia-may-24/module-2.md b/docs/tunisia-may-24/module-2.md index 6e4229c..b965b11 100644 --- a/docs/tunisia-may-24/module-2.md +++ b/docs/tunisia-may-24/module-2.md @@ -1,4 +1,4 @@ -# Introduction to Generative AI and LLMs +# Module 2: Introduction to Generative AI and LLMs ### Module Objectives This module provides foundational knowledge on Large Language Models (LLMs), covering key concepts such as pretraining, foundational models, and adapting LLMs through fine-tuning. Additionally, the module introduces various open-source and proprietary LLMs currently available on the market.