From f4a24422f186b2d7133825511c4ac43317ba0604 Mon Sep 17 00:00:00 2001 From: Jerry Liu <jerryjliu98@gmail.com> Date: Thu, 17 Aug 2023 22:53:47 -0700 Subject: [PATCH] cr --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce9d46c..c138b37 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This walkthrough shows you how to fine-tune LLaMa 2 7B on a Text-to-SQL dataset, and then use it for inference against any database of structured data using LlamaIndex. +Check out our full blog here: https://medium.com/llamaindex-blog/easily-finetune-llama-2-for-your-text-to-sql-applications-ecd53640e10d This code is taken and adapted from the Modal `doppel-bot` repo: https://github.com/modal-labs/doppel-bot. -- GitLab