From f158b36078033404e76736c583f56792ed740532 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Fri, 12 Apr 2024 14:59:52 -0400 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Carlos MocholĂ­ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d0aa9b8bc..505c906193 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ litgpt chat \ Train an LLM from scratch on your own data via pretraining: -``` +```bash mkdir -p custom_texts curl https://www.gutenberg.org/cache/epub/24440/pg24440.txt --output custom_texts/book1.txt curl https://www.gutenberg.org/cache/epub/26393/pg26393.txt --output custom_texts/book2.txt