From a3128ac8f746537a13dcf572abea04bc605ca45d Mon Sep 17 00:00:00 2001 From: Charles Frye Date: Fri, 20 Sep 2024 18:51:51 +0000 Subject: [PATCH] remove mention of GitHub links --- README_DOCS.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README_DOCS.md b/README_DOCS.md index 274b290..9193e89 100644 --- a/README_DOCS.md +++ b/README_DOCS.md @@ -26,8 +26,6 @@ Our project structure looks like this: Let’s go through each of these components in more detail. -You’ll want to have the code handy — look for GitHub links in this guide to see the code for each component. - ### Language model module - LLaMA 3.1 8B Language models are trained to predict what text will come at the end of incomplete text. From this simple task emerge the sparks of artificial general intelligence.