From 8973e3259d77592566f4acaabee3ad00cd8bfd80 Mon Sep 17 00:00:00 2001 From: djliden <7102904+djliden@users.noreply.github.com> Date: Thu, 28 Mar 2024 17:20:31 -0500 Subject: [PATCH] finishes quick axolotl demo --- .../5_gemma_2b_axolotl}/gemma_2b_axolotl.ipynb | 0 notebooks/_toc.yml | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) rename {5_gemma_2b_axolotl => notebooks/5_gemma_2b_axolotl}/gemma_2b_axolotl.ipynb (100%) diff --git a/5_gemma_2b_axolotl/gemma_2b_axolotl.ipynb b/notebooks/5_gemma_2b_axolotl/gemma_2b_axolotl.ipynb similarity index 100% rename from 5_gemma_2b_axolotl/gemma_2b_axolotl.ipynb rename to notebooks/5_gemma_2b_axolotl/gemma_2b_axolotl.ipynb diff --git a/notebooks/_toc.yml b/notebooks/_toc.yml index 7f88062..cd41868 100644 --- a/notebooks/_toc.yml +++ b/notebooks/_toc.yml @@ -10,6 +10,7 @@ parts: - file: 2_gpt2_single_gpu/2_GPT2_on_a_single_GPU.ipynb - file: 3_tinyllama_instruction_tune/3_instruction_tuning_tinyllama_on_a_single_GPU.ipynb - file: 4_olmo_1b_instruction_tune/4_olmo_instruction_tune.ipynb -- caption: Other helpful topics +- caption: Other topics of interest chapters: - - file: 3_tinyllama_instruction_tune/data_preprocessing.ipynb \ No newline at end of file + - file: 3_tinyllama_instruction_tune/data_preprocessing.ipynb + - file: 5_gemma_2b_axolotl/gemma_2b_axolotl.ipynb \ No newline at end of file