From e3e2bd194494e23b58adde263060bf8e8a355aa8 Mon Sep 17 00:00:00 2001 From: Rohan Taori Date: Tue, 14 Mar 2023 16:31:02 -0700 Subject: [PATCH] add inference prompt to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f9db7a7..3e60c02 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ We used the following prompts for fine-tuning the Alpaca model: ### Response: ``` + + During inference (eg for the web demo), we use the user instruction with an empty input field (first option). ## Data Generation Process