From 5c7c22788a09b167638374b933be47902113766a Mon Sep 17 00:00:00 2001 From: jacobfulano <62222220+jacobfulano@users.noreply.github.com> Date: Thu, 29 Jun 2023 13:36:39 -0400 Subject: [PATCH] Update README.md --- scripts/train/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/train/README.md b/scripts/train/README.md index d14243eca4..bcdcb473d5 100644 --- a/scripts/train/README.md +++ b/scripts/train/README.md @@ -4,10 +4,10 @@ The following tutorial walks through pretraining and finetuning a large language ## Table of Contents 1. [LLM Pretraining](#llmpretraining) - 1. [Installation](#installation) - 2. [Dataset Preparation](#datasetpreparation) - 3. [How to start single and multi-node pretraining](#howtostartpretraining) -3. [LLM Finetuning](#llmfinetuning) + 1. [Installation](#installation) + 2. [Dataset Preparation](#datasetpreparation) + 3. [How to start single and multi-node pretraining](#howtostartpretraining) +2. [LLM Finetuning](#llmfinetuning) ## Installation