From 7215b9f3fbb15a3d8e1971f85e4ac35eb209c9c2 Mon Sep 17 00:00:00 2001 From: TheBloke Date: Sun, 16 Apr 2023 12:51:40 +0100 Subject: [PATCH] Change the example CLI prompt to something more appropriate, as this is not a Llama model! :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 554723c1..639ad8c0 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ cmake --build . --parallel wget https://gpt4all.io/models/ggml-gpt4all-j.bin # Download GGML model if required ./bin/gpt-j -m ggml-gpt4all-j.bin -n 200 --top_k 40 --top_p 0.9 -b 9 --temp 0.9 -p "Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: -Write a story about llamas +Tell me about artifical intelligence ### Response:" ```